Searched refs:floorl (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.1-release/lib/msun/i387/
H A Ds_floorl.S9 ENTRY(floorl) function
28 END(floorl)
/freebsd-10.1-release/lib/msun/src/
H A Ds_roundl.c52 t = floorl(x);
57 t = floorl(-x);
H A Ds_floor.c77 __weak_reference(floor, floorl);
H A Ds_floorl.c18 * floorl(x)
23 * Inexact flag raised if x not equal to floorl(x).
55 floorl(long double x) function
H A Dmath.h463 long double floorl(long double);
/freebsd-10.1-release/contrib/libstdc++/libmath/
H A Dstubs.c200 floorl(long double x) function
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h252 /// long double floorl(long double x);
253 floorl, enumerator in enum:llvm::LibFunc::Func
706 case LibFunc::floor: case LibFunc::floorf: case LibFunc::floorl:
/freebsd-10.1-release/lib/msun/
H A DSymbol.map102 floorl;
H A DMakefile178 MLINKS+=floor.3 floorf.3 floor.3 floorl.3
/freebsd-10.1-release/gnu/lib/libstdc++/
H A Dconfig.h96 /* Define to 1 if you have the `floorl' function. */
906 # define floorl _floorl macro
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp313 case LibFunc::floorl:
/freebsd-10.1-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp142 "floorl",
424 TLI.setUnavailable(LibFunc::floorl);
/freebsd-10.1-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver579 floorl;
/freebsd-10.1-release/contrib/libstdc++/
H A Dconfig.h.in90 /* Define to 1 if you have the `floorl' function. */
888 # define floorl _floorl
H A Dconfigure19322 ceill (0); floorl (0);
19370 for ac_func in ceill floorl
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h726 __tg_floor(long double __x) {return floorl(__x);}
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1973 case LibFunc::floorl:
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5921 case LibFunc::floorl:

Completed in 204 milliseconds