Searched refs:modfl (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.2-release/contrib/netbsd-tests/lib/libm/
H A Dt_modf.c51 ATF_CHECK(modfl(1.0, &basel) == 0.0);
58 ATF_CHECK(modfl(-1 - LDBL_EPSILON, &basel) == -LDBL_EPSILON);
/freebsd-10.2-release/lib/msun/src/
H A Ds_modfl.c58 modfl(long double x, long double *iptr) function
H A Dmath.h482 long double modfl(long double, long double *); /* fundamentally !__pure2 */
/freebsd-10.2-release/tools/regression/lib/msun/
H A Dtest-nearbyint.c143 assert(fpequal(out, modfl(in, &ipartl)));
155 assert(fpequal(out, modfl(in, &ipartl)));
/freebsd-10.2-release/contrib/libstdc++/include/c/
H A Dstd_cmath.h112 modf(long double __x, long double* __iptr) { return modfl(__x, __iptr); }
/freebsd-10.2-release/contrib/libstdc++/libmath/
H A Dstubs.c362 modfl(long double x, long double *iptr) function
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpclassify.c174 d2 = modfl(d1, &ip);
/freebsd-10.2-release/gnu/lib/libstdc++/
H A Dconfig.h244 /* Define to 1 if you have the `modfl' function. */
1021 # define modfl _modfl macro
/freebsd-10.2-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h407 /// long double modfl(long double value, long double *iptr);
408 modfl, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.2-release/lib/libc/gen/
H A DMakefile.inc426 modf.3 modfl.3
/freebsd-10.2-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp219 "modfl",
428 TLI.setUnavailable(LibFunc::modfl);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1019 case LibFunc::modfl:
/freebsd-10.2-release/contrib/libstdc++/
H A Dconfigure24177 echo "$as_me:$LINENO: checking for modfl declaration" >&5
24178 echo $ECHO_N "checking for modfl declaration... $ECHO_C" >&6
24202 modfl(0, 0);
24252 for ac_func in modfl
[all...]

Completed in 180 milliseconds