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

/freebsd-12-stable/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-12-stable/lib/msun/src/
H A Ds_modfl.c60 modfl(long double x, long double *iptr) function
H A Dmath.h483 long double modfl(long double, long double *); /* fundamentally !__pure2 */
/freebsd-12-stable/lib/msun/tests/
H A Dnearbyint_test.c142 assert(fpequal(out, modfl(in, &ipartl)));
154 assert(fpequal(out, modfl(in, &ipartl)));
/freebsd-12-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h112 modf(long double __x, long double* __iptr) { return modfl(__x, __iptr); }
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpclassify.c174 d2 = modfl(d1, &ip);
/freebsd-12-stable/contrib/libstdc++/libmath/
H A Dstubs.c362 modfl(long double x, long double *iptr) function
/freebsd-12-stable/gnu/lib/libstdc++/
H A Dconfig.h244 /* Define to 1 if you have the `modfl' function. */
1018 # define modfl _modfl macro
/freebsd-12-stable/lib/libc/gen/
H A DMakefile.inc456 modf.3 modfl.3
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h108 long double modfl(long double value, long double* iptr);
1025 inline _LIBCPP_INLINE_VISIBILITY long double modf(long double __lcpp_x, long double* __lcpp_y) _NOEXCEPT {return ::modfl(__lcpp_x, __lcpp_y);}
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2921 INTERCEPTOR(long double, modfl, long double x, long double *iptr) {
2923 COMMON_INTERCEPTOR_ENTER(ctx, modfl, x, iptr);
2927 long double res = REAL(modfl)(x, iptr);
2936 COMMON_INTERCEPT_FUNCTION_LDBL(modfl);
/freebsd-12-stable/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 202 milliseconds