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

/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h171 /// long double ceill(long double x);
172 ceill, enumerator in enum:llvm::LibFunc::Func
739 case LibFunc::ceil: case LibFunc::ceilf: case LibFunc::ceill:
/external/bison/darwin-lib/
H A Dmath.h731 # undef ceill
732 # define ceill rpl_ceill
734 _GL_FUNCDECL_RPL (ceill, long double, (long double x));
735 _GL_CXXALIAS_RPL (ceill, long double, (long double x));
738 # undef ceill
739 _GL_FUNCDECL_SYS (ceill, long double, (long double x));
741 _GL_CXXALIAS_SYS (ceill, long double, (long double x));
743 _GL_CXXALIASWARN (ceill);
745 # undef ceill macro
747 _GL_WARN_ON_USE (ceill, "ceil
[all...]
/external/bison/lib/
H A Dmath.in.h419 # undef ceill macro
420 # define ceill rpl_ceill macro
422 _GL_FUNCDECL_RPL (ceill, long double, (long double x));
423 _GL_CXXALIAS_RPL (ceill, long double, (long double x));
426 # undef ceill macro
427 _GL_FUNCDECL_SYS (ceill, long double, (long double x));
429 _GL_CXXALIAS_SYS (ceill, long double, (long double x));
431 _GL_CXXALIASWARN (ceill); variable
433 # undef ceill macro
435 _GL_WARN_ON_USE (ceill, "ceil
[all...]
/external/bison/linux-lib/
H A Dmath.h731 # undef ceill
732 # define ceill rpl_ceill
734 _GL_FUNCDECL_RPL (ceill, long double, (long double x));
735 _GL_CXXALIAS_RPL (ceill, long double, (long double x));
738 # undef ceill
739 _GL_FUNCDECL_SYS (ceill, long double, (long double x));
741 _GL_CXXALIAS_SYS (ceill, long double, (long double x));
743 _GL_CXXALIASWARN (ceill);
745 # undef ceill macro
747 _GL_WARN_ON_USE (ceill, "ceil
[all...]
/external/clang/test/CodeGen/
H A Dlibcall-declarations.c63 long double ceill(long double);
274 F(cbrtl), F(ceil), F(ceilf), F(ceill), F(cos),
362 // CHECK-NOERRNO: declare x86_fp80 @ceill(x86_fp80) [[NUW]]
547 // CHECK-ERRNO: declare x86_fp80 @ceill(x86_fp80) [[NUW]]
/external/llvm/include/llvm/Transforms/Utils/
H A DVectorUtils.h166 case LibFunc::ceill:
/external/ltrace/etc/
H A Dlibm.so.conf146 ldouble ceill(ldouble);
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp322 case LibFunc::ceill:
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp96 "ceill",
435 TLI.setUnavailable(LibFunc::ceill);
/external/clang/lib/Headers/
H A Dtgmath.h605 __tg_ceil(long double __x) {return ceill(__x);}
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp54 static_assert((std::is_same<decltype(ceill(0)), long double>::value), "");
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp122 static_assert((std::is_same<decltype(std::ceill(0)), long double>::value), "");
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5953 case LibFunc::ceill:
/external/bison/
H A Dconfigure24887 for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb ilogbf ilogbl ldexpf ldexpl log logf logl log10 log10f log10l log1p log1pf log1pl log2 log2f log2l logb logbf logbl modf modff modfl powf remainder remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf truncl; do

Completed in 2363 milliseconds