repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isblank() implementation.
[minix.git]
/
lib
/
libc
/
ack
/
math
/
Makefile.inc
blob
458e8def7e6b1b8fc10c834d99f28d63712baf44
1
# math sources
2
.PATH: ${.CURDIR}/ack/math
3
4
SRCS+= \
5
frexp.s \
6
modf.s \
7
isnan.c \
8
ldexp.c