OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ceill
(Results
201 - 225
of
708
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
cmath
68
long double
ceill
(long double x);
489
using ::
ceill
;
/bionic/libc/tools/
posix-2013.txt
97
ceill
/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.def
353
/// long double
ceill
(long double x);
354
TLI_DEFINE_ENUM_INTERNAL(
ceill
)
355
TLI_DEFINE_STRING_INTERNAL("
ceill
")
[
all
...]
/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
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
353
/// long double
ceill
(long double x);
354
TLI_DEFINE_ENUM_INTERNAL(
ceill
)
355
TLI_DEFINE_STRING_INTERNAL("
ceill
")
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
353
/// long double
ceill
(long double x);
354
TLI_DEFINE_ENUM_INTERNAL(
ceill
)
355
TLI_DEFINE_STRING_INTERNAL("
ceill
")
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
353
/// long double
ceill
(long double x);
354
TLI_DEFINE_ENUM_INTERNAL(
ceill
)
355
TLI_DEFINE_STRING_INTERNAL("
ceill
")
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
353
/// long double
ceill
(long double x);
354
TLI_DEFINE_ENUM_INTERNAL(
ceill
)
355
TLI_DEFINE_STRING_INTERNAL("
ceill
")
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
353
/// long double
ceill
(long double x);
354
TLI_DEFINE_ENUM_INTERNAL(
ceill
)
355
TLI_DEFINE_STRING_INTERNAL("
ceill
")
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
353
/// long double
ceill
(long double x);
354
TLI_DEFINE_ENUM_INTERNAL(
ceill
)
355
TLI_DEFINE_STRING_INTERNAL("
ceill
")
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
353
/// long double
ceill
(long double x);
354
TLI_DEFINE_ENUM_INTERNAL(
ceill
)
355
TLI_DEFINE_STRING_INTERNAL("
ceill
")
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
353
/// long double
ceill
(long double x);
354
TLI_DEFINE_ENUM_INTERNAL(
ceill
)
355
TLI_DEFINE_STRING_INTERNAL("
ceill
")
[
all
...]
/bionic/libc/include/
math.h
262
long double
ceill
(long double);
/bionic/libm/
libm.arm.map
56
ceill
;
libm.arm64.map
56
ceill
;
libm.map.txt
55
ceill
;
libm.mips.map
56
ceill
;
libm.mips64.map
56
ceill
;
libm.x86.map
56
ceill
;
libm.x86_64.map
56
ceill
;
/external/bison/m4/
math_h.m4
42
cbrt cbrtf cbrtl ceilf
ceill
copysign copysignf copysignl cosf cosl coshf
/prebuilts/ndk/r10/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/r11/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
...]
/development/ndk/platforms/android-13/include/
math.h
416
long double
ceill
(long double);
Completed in 3363 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>