Searched refs:ceill (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.1-release/lib/msun/i387/
H A Ds_ceill.S9 ENTRY(ceill) function
28 END(ceill)
/freebsd-10.1-release/lib/msun/src/
H A Ds_ceil.c76 __weak_reference(ceil, ceill);
H A Ds_ceill.c18 * ceill(x)
23 * Inexact flag raised if x not equal to ceill(x).
55 ceill(long double x) function
H A Dmath.h452 long double ceill(long double);
/freebsd-10.1-release/contrib/libstdc++/libmath/
H A Dstubs.c132 ceill(long double x) function
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h160 /// long double ceill(long double x);
161 ceill, enumerator in enum:llvm::LibFunc::Func
708 case LibFunc::ceil: case LibFunc::ceilf: case LibFunc::ceill:
/freebsd-10.1-release/lib/msun/
H A DSymbol.map69 ceill;
H A DMakefile157 MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
/freebsd-10.1-release/gnu/lib/libstdc++/
H A Dconfig.h36 /* Define to 1 if you have the `ceill' function. */
831 # define ceill _ceill macro
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp321 case LibFunc::ceill:
/freebsd-10.1-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp96 "ceill",
417 TLI.setUnavailable(LibFunc::ceill);
/freebsd-10.1-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver577 ceill;
/freebsd-10.1-release/contrib/libstdc++/
H A Dconfig.h.in30 /* Define to 1 if you have the `ceill' function. */
813 # define ceill _ceill
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.h605 __tg_ceil(long double __x) {return ceill(__x);}
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1977 case LibFunc::ceill:
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5933 case LibFunc::ceill:

Completed in 224 milliseconds