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

/freebsd-11.0-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-11.0-release/lib/msun/src/
H A Ds_modfl.c58 modfl(long double x, long double *iptr) function
H A Dmath.h478 long double modfl(long double, long double *); /* fundamentally !__pure2 */
/freebsd-11.0-release/lib/msun/tests/
H A Dnearbyint_test.c143 assert(fpequal(out, modfl(in, &ipartl)));
155 assert(fpequal(out, modfl(in, &ipartl)));
/freebsd-11.0-release/contrib/libstdc++/include/c/
H A Dstd_cmath.h112 modf(long double __x, long double* __iptr) { return modfl(__x, __iptr); }
/freebsd-11.0-release/contrib/libstdc++/libmath/
H A Dstubs.c362 modfl(long double x, long double *iptr) function
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpclassify.c174 d2 = modfl(d1, &ip);
/freebsd-11.0-release/gnu/lib/libstdc++/
H A Dconfig.h244 /* Define to 1 if you have the `modfl' function. */
1021 # define modfl _modfl macro
/freebsd-11.0-release/lib/libc/gen/
H A DMakefile.inc431 modf.3 modfl.3
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp142 TLI.setUnavailable(LibFunc::modfl);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DInferFunctionAttrs.cpp298 case LibFunc::modfl:
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2284 INTERCEPTOR(long double, modfl, long double x, long double *iptr) {
2286 COMMON_INTERCEPTOR_ENTER(ctx, modfl, x, iptr);
2290 long double res = REAL(modfl)(x, iptr);
2299 COMMON_INTERCEPT_FUNCTION(modfl);
/freebsd-11.0-release/contrib/libc++/include/
H A Dmath.h109 long double modfl(long double value, long double* iptr);
863 inline _LIBCPP_INLINE_VISIBILITY long double modf(long double __lcpp_x, long double* __lcpp_y) _NOEXCEPT {return modfl(__lcpp_x, __lcpp_y);}
/freebsd-11.0-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 192 milliseconds