repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update ARM ulps for VFPv4 (bug 16600).
[glibc.git]
/
sysdeps
/
m68k
/
m680x0
/
fpu
/
e_fmodl.c
blob
8d793b2de783d53925fc041a3eb4c7290ecf7e1a
1
#ifndef FUNC
2
# define FUNC __ieee754_fmodl
3
# define FUNC_FINITE __fmodl_finite
4
#endif
5
#define float_type long double
6
#include <e_fmod.c>