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

1 2 3

  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 505 /* Define to 1 if you have the `ceill' function. */
1393 # define ceill macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 505 /* Define to 1 if you have the `ceill' function. */
1393 # define ceill macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 505 /* Define to 1 if you have the `ceill' function. */
1393 # define ceill macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 505 /* Define to 1 if you have the `ceill' function. */
1393 # define ceill macro
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 355 case LibFunc::ceill:
  /bionic/tests/
math_test.cpp 733 TEST(MATH_TEST, ceill) {
734 ASSERT_DOUBLE_EQ(1.0L, ceill(0.9L));
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 131 TLI.setUnavailable(LibFunc::ceill);
    [all...]
  /external/clang/lib/Headers/
tgmath.h 605 __tg_ceil(long double __x) {return ceill(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 605 __tg_ceil(long double __x) {return ceill(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 605 __tg_ceil(long double __x) {return ceill(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 614 __tg_ceil(long double __x) {return ceill(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 614 __tg_ceil(long double __x) {return ceill(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 614 __tg_ceil(long double __x) {return ceill(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 614 __tg_ceil(long double __x) {return ceill(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 614 __tg_ceil(long double __x) {return ceill(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 614 __tg_ceil(long double __x) {return ceill(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 614 __tg_ceil(long double __x) {return ceill(__x);}
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 605 __tg_ceil(long double __x) {return ceill(__x);}

Completed in 600 milliseconds

1 2 3