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

/freebsd-11-stable/lib/msun/amd64/
H A De_fmodl.S39 ENTRY(fmodl)
48 END(fmodl)
/freebsd-11-stable/lib/msun/i387/
H A De_fmodl.S39 ENTRY(fmodl)
48 END(fmodl)
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_fmod.c54 ATF_CHECK(fmodl(2.0, 1.0) == 0);
60 ATF_CHECK(fmodl(2.0, 0.5) == 0);
66 ATF_CHECK(fabsl(fmodl(1.0, 0.1L) - 0.1L) <= 55 * LDBL_EPSILON);
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dstubs.c217 fmodl(long double x, long double y) function
/freebsd-11-stable/lib/msun/src/
H A De_fmodl.c55 * fmodl(x,y)
65 fmodl(long double x, long double y) function
H A De_fmod.c137 __weak_reference(fmod, fmodl);
H A Dmath.h468 long double fmodl(long double, long double);
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h102 /* Define to 1 if you have the `fmodl' function. */
916 # define fmodl _fmodl macro
/freebsd-11-stable/lib/msun/
H A DMakefile213 MLINKS+=fmod.3 fmodf.3 fmod.3 fmodl.3
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h795 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);}
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h88 long double fmodl(long double x, long double y);
954 inline _LIBCPP_INLINE_VISIBILITY long double fmod(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::fmodl(__lcpp_x, __lcpp_y);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure21929 echo "$as_me:$LINENO: checking for fmodl declaration" >&5
21930 echo $ECHO_N "checking for fmodl declaration... $ECHO_C" >&6
21954 fmodl(0, 0);
22004 for ac_func in fmodl
[all...]

Completed in 140 milliseconds