| /dragonfly/tools/regression/lib/libm/ |
| HD | test-nearbyint.c | 146 assert(fpequal(out, modf(in, &ipart))); in test_modf() 158 assert(fpequal(out, modf(in, &ipart))); in test_modf()
|
| /dragonfly/lib/libc/gen/ |
| HD | Makefile.inc | 30 lockf.c lrand48.c modf.c mrand48.c sysvipc_msgctl.c \ 73 ldexp.3 lockf.3 makecontext.3 makecontext_quick.3 modf.3 \ 216 MLINKS+=modf.3 modff.3 \ 217 modf.3 modfl.3
|
| HD | modf.c | 90 modf(double x, double *iptr) in modf() function
|
| HD | Symbol.map | 326 modf;
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | fp-test.c | 58 extern double modf (double, double *); 242 d1 = modf (d2, &d3); in main()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_compatibility/ |
| D | math.h | 52 using std::modf;
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
| D | math_stubs_float.cc | 179 result = modf(x, &temp); in modff()
|
| D | math_stubs_long_double.cc | 179 result = modf((double) x, &temp); in modfl()
|
| D | compatibility.cc | 490 _GLIBCXX_MATHL_WRAPPER (modf, (double x, double *y), (x, y), GLIBCXX_3.4.3);
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/ |
| D | math_stubs_long_double.cc | 179 result = modf((double) x, &temp); in modfl()
|
| D | math_stubs_float.cc | 179 result = modf(x, &temp); in modff()
|
| D | compatibility.cc | 490 _GLIBCXX_MATHL_WRAPPER (modf, (double x, double *y), (x, y), GLIBCXX_3.4.3);
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/ |
| D | cmath | 70 #undef modf 342 using ::modf; 345 modf(float __x, float* __iptr) 349 modf(long double __x, long double* __iptr)
|
| /dragonfly/test/debug/ |
| HD | bufqueues.c | 244 ts->tv_nsec = (int)(modf(d, &d) * 1000000000.0); in loaddelay()
|
| /dragonfly/sbin/hammer/ |
| HD | cmd_stats.c | 246 ts->tv_nsec = (int)(modf(d, &d) * 1000000000.0); in loaddelay()
|
| /dragonfly/contrib/openbsd_libm/include/global/ |
| HD | math.h | 189 double modf(double, double *);
|
| /dragonfly/gnu/lib/gcc47/libstdc++/ |
| D | config.h | 1106 # define modf _modf macro
|
| /dragonfly/gnu/usr.bin/mpfr/ |
| HD | Makefile | 37 isinteger.c isinf.c isnan.c isnum.c const_log2.c log.c modf.c \
|
| /dragonfly/gnu/lib/gcc80/libstdcxx/headers/ |
| HD | config.h | 1220 # define modf _modf macro
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | cfns.gperf | 145 modf keyword
|
| /dragonfly/contrib/awk/ |
| HD | run.c | 1478 modf(i/j, &v); in arith() 1487 if (j >= 0 && modf(j, &v) == 0.0) /* pos integer exponent */ in arith() 1580 modf(xf/yf, &v); in assign() 1584 if (yf >= 0 && modf(yf, &v) == 0.0) /* pos integer exponent */ in assign() 2088 modf(getfval(x), &u); break; in bltin()
|
| HD | tran.c | 465 else if (modf(vp->fval, &dtemp) == 0) /* it's integral */ \ in get_str_val()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/ |
| D | cmath | 69 #undef modf 394 using ::modf; 398 modf(float __x, float* __iptr) 402 modf(long double __x, long double* __iptr)
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/ |
| D | cmath | 69 #undef modf 372 using ::modf; 376 modf(float __x, float* __iptr) 380 modf(long double __x, long double* __iptr)
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/ |
| D | config.h.in | 282 /* Define to 1 if you have the `modf' function. */ 1083 # define modf _modf macro
|