HomeSort by relevance Sort by last modified time
    Searched refs:ceill (Results 1 - 16 of 16) sorted by null

  /bionic/libm/x86/
ceil.S 43 ALIAS_SYMBOL(ceill, ceil);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ceil.c 76 __weak_reference(ceil, ceill);
s_ceill.c 18 * ceill(x)
23 * Inexact flag raised if x not equal to ceill(x).
55 ceill(long double x) function
  /external/clang/test/CodeGen/
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/
TargetLibraryInfo.h 257 case LibFunc::ceil: case LibFunc::ceilf: case LibFunc::ceill:
  /bionic/tests/headers/posix/
math_h.c 153 FUNCTION(ceill, long double (*f)(long double));
  /bionic/libc/include/
math.h 225 long double ceill(long double __x) __RENAME_LDBL(ceil, 3, 3);
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 355 case LibFunc::ceill:
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 131 TLI.setUnavailable(LibFunc::ceill);
    [all...]
ValueTracking.cpp     [all...]
  /bionic/tests/
math_test.cpp 759 TEST(MATH_TEST, ceill) {
760 ASSERT_DOUBLE_EQ(1.0L, ceill(0.9L));
    [all...]
  /external/clang/lib/Headers/
tgmath.h 605 __tg_ceil(long double __x) {return ceill(__x);}
  /external/libcxx/include/
math.h 65 long double ceill(long double x);
835 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __lcpp_x) _NOEXCEPT {return ::ceill(__lcpp_x);}
    [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 204 static_assert((std::is_same<decltype(ceill(0)), long double>::value), "");
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 207 static_assert((std::is_same<decltype(std::ceill(0)), long double>::value), "");
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 980 milliseconds