Home
last modified time | relevance | path

Searched refs:floorl (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-10-stable/lib/msun/src/
Ds_roundl.c52 t = floorl(x); in roundl()
57 t = floorl(-x); in roundl()
Ds_floor.c77 __weak_reference(floor, floorl);
Ds_floorl.c55 floorl(long double x) in floorl() function
Dmath.h469 long double floorl(long double);
/freebsd-10-stable/lib/msun/i387/
Ds_floorl.S9 ENTRY(floorl)
28 END(floorl)
/freebsd-10-stable/contrib/netbsd-tests/lib/libm/
Dt_ceil.c514 ATF_CHECK(floorl(x) < SMALL_NUM); in ATF_TC_BODY()
515 ATF_CHECK(floorl(y) < SMALL_NUM); in ATF_TC_BODY()
528 ATF_CHECK(isnan(floorl(x)) != 0); in ATF_TC_BODY()
540 long double y = floorl(x); in ATF_TC_BODY()
555 long double y = floorl(x); in ATF_TC_BODY()
570 long double y = floorl(x); in ATF_TC_BODY()
585 long double y = floorl(x); in ATF_TC_BODY()
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetLibraryInfo.h253 floorl, enumerator
706 case LibFunc::floor: case LibFunc::floorf: case LibFunc::floorl: in hasOptimizedCodeGen()
/freebsd-10-stable/lib/msun/
DSymbol.map102 floorl;
DMakefile182 MLINKS+=floor.3 floorf.3 floor.3 floorl.3
/freebsd-10-stable/contrib/libstdc++/libmath/
Dstubs.c200 floorl(long double x) in floorl() function
/freebsd-10-stable/gnu/lib/libstdc++/
Dconfig.h906 # define floorl _floorl macro
/freebsd-10-stable/contrib/llvm/lib/Target/
DTargetLibraryInfo.cpp424 TLI.setUnavailable(LibFunc::floorl); in initialize()
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp313 case LibFunc::floorl: in mightUseCTR()
/freebsd-10-stable/contrib/libc++/include/
Dcmath88 long double floorl(long double x);
830 inline _LIBCPP_INLINE_VISIBILITY long double floor(long double __lcpp_x) _NOEXCEPT {return floorl(_…
1626 using ::floorl;
/freebsd-10-stable/contrib/libstdc++/
Dconfig.h.in90 /* Define to 1 if you have the `floorl' function. */
888 # define floorl _floorl macro
Dlinkage.m4468 ceill floorl)
/freebsd-10-stable/contrib/libstdc++/config/abi/pre/
Dgnu.ver579 floorl;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
Dtgmath.h726 __tg_floor(long double __x) {return floorl(__x);} in __tg_floor()
/freebsd-10-stable/contrib/gcc/
Dbuiltins.def242 DEF_C99_C90RES_BUILTIN (BUILT_IN_FLOORL, "floorl", BT_FN_LONGDOUBLE_LONGDOUBLE, ATTR_CONST_NOTHROW_…
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DBuiltins.def930 LIBBUILTIN(floorl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1973 case LibFunc::floorl: in getIntrinsicIDForCall()
/freebsd-10-stable/contrib/libstdc++/config/abi/post/hppa-linux-gnu/
Dbaseline_symbols.txt2173 FUNC:floorl@@GLIBCXX_3.4.3
/freebsd-10-stable/contrib/libstdc++/config/abi/post/powerpc64-linux-gnu/
Dbaseline_symbols.txt2173 FUNC:floorl@@GLIBCXX_3.4.3
/freebsd-10-stable/contrib/libstdc++/config/abi/post/sparc-linux-gnu/
Dbaseline_symbols.txt2173 FUNC:floorl@@GLIBCXX_3.4.3
/freebsd-10-stable/contrib/libstdc++/config/abi/post/s390-linux-gnu/
Dbaseline_symbols.txt2173 FUNC:floorl@@GLIBCXX_3.4.3

12