HomeSort by relevance Sort by last modified time
    Searched full:ceill (Results 76 - 100 of 365) sorted by null

1 2 34 5 6 7 8 91011>>

  /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/chromium_org/third_party/cython/src/Cython/Includes/numpy/
math.pxd 97 long double ceill "npy_ceill"(long double x)
  /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:
  /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/llvm/test/CodeGen/Mips/
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/bison/m4/
math_h.m4 42 cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf
  /external/ltrace/etc/
libm.so.conf 146 ldouble ceill(ldouble);
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 96 "ceill",
435 TLI.setUnavailable(LibFunc::ceill);
  /external/libcxx/include/
cmath 68 long double ceill(long double x);
751 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __x) _NOEXCEPT {return ceill(__x);}
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 68 long double ceill(long double x);
751 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __x) _NOEXCEPT {return ceill(__x);}
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 68 long double ceill(long double x);
751 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __x) _NOEXCEPT {return ceill(__x);}
    [all...]
  /bionic/libm/include/
math.h 411 long double ceill(long double);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 415 long double ceill(long double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 415 long double ceill(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 415 long double ceill(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 415 long double ceill(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 415 long double ceill(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 415 long double ceill(long double);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 415 long double ceill(long double);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 415 long double ceill(long double);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 415 long double ceill(long double);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 415 long double ceill(long double);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 415 long double ceill(long double);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 415 long double ceill(long double);

Completed in 2512 milliseconds

1 2 34 5 6 7 8 91011>>