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

  /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/llvm/include/llvm/Target/
TargetLibraryInfo.h 171 /// 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/
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, "ceill is unportable -
    [all...]
  /external/bison/lib/
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, "ceill is unportable -
    [all...]
  /external/bison/linux-lib/
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, "ceill is unportable -
    [all...]
  /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/Transforms/Utils/
VectorUtils.h 166 case LibFunc::ceill:
  /bionic/libm/include/
math.h 411 long double ceill(long double);
  /external/ltrace/etc/
libm.so.conf 146 ldouble ceill(ldouble);
  /development/ndk/platforms/android-13/include/
math.h 418 long double ceill(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 420 long double ceill(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 415 long double ceill(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 415 long double ceill(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 411 long double ceill(long double) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 322 case LibFunc::ceill:
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 96 "ceill",
435 TLI.setUnavailable(LibFunc::ceill);
  /bionic/tests/
math_test.cpp 608 TEST(math, ceill) {
609 ASSERT_DOUBLE_EQ(1.0L, ceill(0.9L));
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 54 static_assert((std::is_same<decltype(ceill(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 605 __tg_ceil(long double __x) {return ceill(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 122 static_assert((std::is_same<decltype(std::ceill(0)), long double>::value), "");
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 1466 milliseconds