Searched refs:ceill (Results 1 – 20 of 20) sorted by relevance
/external/bison/linux-lib/ |
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 747 _GL_WARN_ON_USE (ceill, "ceill is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 419 # undef ceill 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 427 _GL_FUNCDECL_SYS (ceill, long double, (long double x)); 429 _GL_CXXALIAS_SYS (ceill, long double, (long double x)); 431 _GL_CXXALIASWARN (ceill); 433 # undef ceill 435 _GL_WARN_ON_USE (ceill, "ceill is unportable - "
|
/external/bison/darwin-lib/ |
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 747 _GL_WARN_ON_USE (ceill, "ceill is unportable - "
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 172 ceill, enumerator 739 case LibFunc::ceil: case LibFunc::ceilf: case LibFunc::ceill: in hasOptimizedCodeGen()
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 63 long double ceill(long double); 274 F(cbrtl), F(ceil), F(ceilf), F(ceill), F(cos),
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | VectorUtils.h | 166 case LibFunc::ceill: in getIntrinsicIDForCall()
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64-f128.ll | 258 ; ALL: ld $25, %call16(ceill) 263 %call = tail call fp128 @ceill(fp128 %0) nounwind readnone 267 declare fp128 @ceill(fp128) #1
|
/external/ltrace/etc/ |
D | libm.so.conf | 146 ldouble ceill(ldouble);
|
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/ |
D | math.pxd | 97 long double ceill "npy_ceill"(long double x)
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 435 TLI.setUnavailable(LibFunc::ceill); in initialize()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 322 case LibFunc::ceill: in mightUseCTR()
|
/external/bison/m4/ |
D | math_h.m4 | 42 cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf
|
/external/libcxx/include/ |
D | cmath | 68 long double ceill(long double x); 751 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __x) _NOEXCEPT {return ceill(__x);} 1621 using ::ceill;
|
/external/libcxx/test/depr/depr.c.headers/ |
D | math_h.disabled.cpp | 54 static_assert((std::is_same<decltype(ceill(0)), long double>::value), ""); in test_ceil()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 605 __tg_ceil(long double __x) {return ceill(__x);} in __tg_ceil()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 907 LIBBUILTIN(ceill, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/numerics/c.math/ |
D | cmath.disabled.cpp | 122 static_assert((std::is_same<decltype(std::ceill(0)), long double>::value), ""); in test_ceil()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 1679 fun:ceill=uninstrumented
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5953 case LibFunc::ceill: in visitCall()
|
/external/bison/ |
D | configure | 24887 …for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copy…
|