Home
last modified time | relevance | path

Searched refs:modf (Results 1 – 25 of 58) sorted by relevance

123

/freebsd-9-stable/contrib/libstdc++/include/c/
Dstd_cmath.h61 #undef modf
98 modf(float __x, float* __iptr) { return modff(__x, __iptr); } in modf() function
101 modf(float __x, float* __iptr) in modf() function
104 double __res = modf(static_cast<double>(__x), &__tmp); in modf()
112 modf(long double __x, long double* __iptr) { return modfl(__x, __iptr); } in modf() function
115 modf(long double __x, long double* __iptr) in modf() function
118 double __res = modf(static_cast<double>(__x), &__tmp); in modf()
/freebsd-9-stable/lib/libc/amd64/gen/
Dmodf.S50 ENTRY(modf)
89 END(modf)
DMakefile.inc5 fabs.S getcontextx.c modf.S \
/freebsd-9-stable/contrib/gcclibs/libiberty/config/
Dmh-aix5 # in libc.a for use by some libc public functions including modf. The public
7 # uses modf), we add copysign here. Supposedly, this problem is fixed in AIX
/freebsd-9-stable/lib/libc/i386/gen/
Dmodf.S49 ENTRY(modf)
85 END(modf)
DMakefile.inc5 flt_rounds.c getcontextx.c infinity.c ldexp.c makecontext.c modf.S \
/freebsd-9-stable/lib/libc/mips/gen/
Dmodf.S52 LEAF(modf)
82 END(modf)
DMakefile.inc4 SRCS+= infinity.c fabs.c ldexp.c modf.c
/freebsd-9-stable/lib/libc/sparc64/gen/
Dmodf.S94 ENTRY(modf)
177 END(modf)
DMakefile.inc5 getcontextx.c infinity.c ldexp.c makecontext.c modf.S \
/freebsd-9-stable/contrib/libstdc++/libmath/
Dstubs.c354 result = modf(x, &temp); in modff()
366 result = modf((double) x, &temp); in modfl()
/freebsd-9-stable/contrib/libstdc++/include/c_std/
Dstd_cmath.h74 #undef modf
335 using ::modf;
338 modf(float __x, float* __iptr) in modf() function
342 modf(long double __x, long double* __iptr) in modf() function
/freebsd-9-stable/lib/libc/arm/gen/
DMakefile.inc5 getcontextx.c infinity.c ldexp.c makecontext.c modf.c \
/freebsd-9-stable/lib/libc/powerpc64/gen/
DMakefile.inc5 infinity.c ldexp.c makecontext.c modf.c _setjmp.S \
/freebsd-9-stable/lib/libc/powerpc/gen/
DMakefile.inc5 infinity.c ldexp.c makecontext.c modf.c _setjmp.S \
Dmodf.c46 modf(val, iptr) in modf() function
/freebsd-9-stable/lib/libc/ia64/gen/
DMakefile.inc6 fpsetround.c getcontextx.c infinity.c ldexp.c makecontext.c modf.c setjmp.S \
Dmodf.c45 modf(val, iptr) in modf() function
/freebsd-9-stable/contrib/gcc/
Dfp-test.c59 extern double modf (double, double *);
243 d1 = modf (d2, &d3); in main()
/freebsd-9-stable/lib/msun/src/
Ds_modf.c33 modf(double x, double *iptr) in modf() function
/freebsd-9-stable/lib/libc/powerpc/
DSymbol.map27 modf;
/freebsd-9-stable/lib/libc/powerpc64/
DSymbol.map27 modf;
/freebsd-9-stable/lib/libc/ia64/
DSymbol.map26 modf;
/freebsd-9-stable/lib/libc/amd64/
DSymbol.map29 modf;
/freebsd-9-stable/lib/libc/i386/
DSymbol.map23 modf;

123