Home
last modified time | relevance | path

Searched refs:ceill (Results 1 – 22 of 22) sorted by relevance

/external/bison/linux-lib/
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
747 _GL_WARN_ON_USE (ceill, "ceill is unportable - "
/external/bison/lib/
Dmath.in.h419 # 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/
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
747 _GL_WARN_ON_USE (ceill, "ceill is unportable - "
/external/clang/test/CodeGen/
Dlibcall-declarations.c63 long double ceill(long double);
274 F(cbrtl), F(ceil), F(ceilf), F(ceill), F(cos),
/external/llvm/test/CodeGen/Mips/
Dmips64-f128.ll258 ; ALL: ld $25, %call16(ceill)
263 %call = tail call fp128 @ceill(fp128 %0) nounwind readnone
267 declare fp128 @ceill(fp128) #1
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h257 case LibFunc::ceil: case LibFunc::ceilf: case LibFunc::ceill: in hasOptimizedCodeGen()
DTargetLibraryInfo.def353 /// long double ceill(long double x);
354 TLI_DEFINE_ENUM_INTERNAL(ceill)
355 TLI_DEFINE_STRING_INTERNAL("ceill")
/external/libcxx/include/
Dcmath68 long double ceill(long double x);
472 using ::ceill;
Dmath.h737 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __lcpp_x) _NOEXCEPT {return ::ceill(_… in ceil()
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll126 ; CHECK: declare void @ceill(...)
127 declare void @ceill(...)
Dannotate.ll145 ; CHECK: declare x86_fp80 @ceill(x86_fp80)
146 declare x86_fp80 @ceill(x86_fp80)
/external/bison/m4/
Dmath_h.m442 cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp131 TLI.setUnavailable(LibFunc::ceill); in initialize()
918 case LibFunc::ceill: in isValidProtoForLibFunc()
DValueTracking.cpp2372 case LibFunc::ceill: in getIntrinsicForCallSite()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp355 case LibFunc::ceill: in mightUseCTR()
/external/clang/lib/Headers/
Dtgmath.h605 __tg_ceil(long double __x) {return ceill(__x);} in __tg_ceil()
/external/clang/include/clang/Basic/
DBuiltins.def963 LIBBUILTIN(ceill, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp203 static_assert((std::is_same<decltype(ceill(0)), long double>::value), ""); in test_ceil()
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp205 static_assert((std::is_same<decltype(std::ceill(0)), long double>::value), ""); in test_ceil()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1447 fun:ceill=uninstrumented
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6293 case LibFunc::ceill: in visitCall()
/external/bison/
Dconfigure24887 …for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copy…