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

/freebsd-10.3-release/contrib/netbsd-tests/lib/libm/
H A Dt_fmod.c47 ATF_CHECK(fmodl(2.0, 1.0) == 0);
53 ATF_CHECK(fmodl(2.0, 0.5) == 0);
59 ATF_CHECK(fabsl(fmodl(1.0, 0.1L) - 0.1L) <= 55 * LDBL_EPSILON);
/freebsd-10.3-release/contrib/libstdc++/libmath/
H A Dstubs.c217 fmodl(long double x, long double y) function
/freebsd-10.3-release/lib/msun/src/
H A De_fmodl.c55 * fmodl(x,y)
65 fmodl(long double x, long double y) function
H A Dmath.h467 long double fmodl(long double, long double);
/freebsd-10.3-release/gnu/lib/libstdc++/
H A Dconfig.h102 /* Define to 1 if you have the `fmodl' function. */
916 # define fmodl _fmodl macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h258 /// long double fmodl(long double x, long double y);
259 fmodl, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp145 "fmodl",
425 TLI.setUnavailable(LibFunc::fmodl);
/freebsd-10.3-release/lib/msun/
H A DMakefile185 MLINKS+=fmod.3 fmodf.3 fmod.3 fmodl.3
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h802 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);}
/freebsd-10.3-release/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 133 milliseconds