| /freebsd-9-stable/contrib/libstdc++/include/c/ |
| D | std_cmath.h | 61 #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/ |
| D | modf.S | 50 ENTRY(modf) 89 END(modf)
|
| D | Makefile.inc | 5 fabs.S getcontextx.c modf.S \
|
| /freebsd-9-stable/contrib/gcclibs/libiberty/config/ |
| D | mh-aix | 5 # 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/ |
| D | modf.S | 49 ENTRY(modf) 85 END(modf)
|
| D | Makefile.inc | 5 flt_rounds.c getcontextx.c infinity.c ldexp.c makecontext.c modf.S \
|
| /freebsd-9-stable/lib/libc/mips/gen/ |
| D | modf.S | 52 LEAF(modf) 82 END(modf)
|
| D | Makefile.inc | 4 SRCS+= infinity.c fabs.c ldexp.c modf.c
|
| /freebsd-9-stable/lib/libc/sparc64/gen/ |
| D | modf.S | 94 ENTRY(modf) 177 END(modf)
|
| D | Makefile.inc | 5 getcontextx.c infinity.c ldexp.c makecontext.c modf.S \
|
| /freebsd-9-stable/contrib/libstdc++/libmath/ |
| D | stubs.c | 354 result = modf(x, &temp); in modff() 366 result = modf((double) x, &temp); in modfl()
|
| /freebsd-9-stable/contrib/libstdc++/include/c_std/ |
| D | std_cmath.h | 74 #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/ |
| D | Makefile.inc | 5 getcontextx.c infinity.c ldexp.c makecontext.c modf.c \
|
| /freebsd-9-stable/lib/libc/powerpc64/gen/ |
| D | Makefile.inc | 5 infinity.c ldexp.c makecontext.c modf.c _setjmp.S \
|
| /freebsd-9-stable/lib/libc/powerpc/gen/ |
| D | Makefile.inc | 5 infinity.c ldexp.c makecontext.c modf.c _setjmp.S \
|
| D | modf.c | 46 modf(val, iptr) in modf() function
|
| /freebsd-9-stable/lib/libc/ia64/gen/ |
| D | Makefile.inc | 6 fpsetround.c getcontextx.c infinity.c ldexp.c makecontext.c modf.c setjmp.S \
|
| D | modf.c | 45 modf(val, iptr) in modf() function
|
| /freebsd-9-stable/contrib/gcc/ |
| D | fp-test.c | 59 extern double modf (double, double *); 243 d1 = modf (d2, &d3); in main()
|
| /freebsd-9-stable/lib/msun/src/ |
| D | s_modf.c | 33 modf(double x, double *iptr) in modf() function
|
| /freebsd-9-stable/lib/libc/powerpc/ |
| D | Symbol.map | 27 modf;
|
| /freebsd-9-stable/lib/libc/powerpc64/ |
| D | Symbol.map | 27 modf;
|
| /freebsd-9-stable/lib/libc/ia64/ |
| D | Symbol.map | 26 modf;
|
| /freebsd-9-stable/lib/libc/amd64/ |
| D | Symbol.map | 29 modf;
|
| /freebsd-9-stable/lib/libc/i386/ |
| D | Symbol.map | 23 modf;
|