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

/freebsd-10.0-release/lib/msun/i387/
H A Ds_ceill.S9 ENTRY(ceill) function
28 END(ceill)
/freebsd-10.0-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.0-release/contrib/libstdc++/libmath/
H A Dstubs.c132 ceill(long double x) function
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h138 /// long double ceill(long double x);
139 ceill, enumerator in enum:llvm::LibFunc::Func
682 case LibFunc::ceil: case LibFunc::ceilf: case LibFunc::ceill:
/freebsd-10.0-release/lib/msun/
H A DSymbol.map69 ceill;
H A DMakefile155 MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h36 /* Define to 1 if you have the `ceill' function. */
831 # define ceill _ceill macro
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp85 "ceill",
378 TLI.setUnavailable(LibFunc::ceill);
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver577 ceill;
/freebsd-10.0-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.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h605 __tg_ceil(long double __x) {return ceill(__x);}
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1614 case LibFunc::ceill:
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5607 case LibFunc::ceill:

Completed in 145 milliseconds