Searched refs:ceill (Results 1 - 15 of 15) sorted by relevance
/external/bison/darwin-lib/ |
H A D | math.h | 731 # 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 D | math.in.h | 419 # 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 D | math.h | 731 # 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 D | libcall-declarations.c | 63 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/Analysis/ |
H A D | TargetLibraryInfo.h | 241 case LibFunc::ceil: case LibFunc::ceilf: case LibFunc::ceill:
|
/external/ltrace/etc/ |
H A D | libm.so.conf | 146 ldouble ceill(ldouble);
|
/external/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 201 case LibFunc::ceill:
|
H A D | TargetLibraryInfo.cpp | 128 TLI.setUnavailable(LibFunc::ceill);
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCCTRLoops.cpp | 353 case LibFunc::ceill:
|
/external/clang/lib/Headers/ |
H A D | tgmath.h | 605 __tg_ceil(long double __x) {return ceill(__x);}
|
/external/libcxx/test/std/depr/depr.c.headers/ |
H A D | math_h.pass.cpp | 56 static_assert((std::is_same<decltype(ceill(0)), long double>::value), "");
|
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/ |
H A D | tgmath.h | 605 __tg_ceil(long double __x) {return ceill(__x);}
|
/external/libcxx/test/std/numerics/c.math/ |
H A D | cmath.pass.cpp | 206 static_assert((std::is_same<decltype(std::ceill(0)), long double>::value), "");
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 5845 case LibFunc::ceill:
|
/external/bison/ |
H A D | configure | 24887 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 604 milliseconds