OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:acosf
(Results
226 - 250
of
759
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h
51
__DEVICE__ float acos(float __x) { return ::
acosf
(__x); }
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h
51
__DEVICE__ float acos(float __x) { return ::
acosf
(__x); }
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h
51
__DEVICE__ float acos(float __x) { return ::
acosf
(__x); }
/prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h
51
__DEVICE__ float acos(float __x) { return ::
acosf
(__x); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h
26
extern float __REDIRECT_NTH (
acosf
, (float), __acosf_finite);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h
26
extern float __REDIRECT_NTH (
acosf
, (float), __acosf_finite);
/prebuilts/sdk/renderscript/clang-include/
__clang_cuda_cmath.h
51
__DEVICE__ float acos(float __x) { return ::
acosf
(__x); }
/external/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
254
/// float
acosf
(float x);
255
TLI_DEFINE_ENUM_INTERNAL(
acosf
)
256
TLI_DEFINE_STRING_INTERNAL("
acosf
")
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
254
/// float
acosf
(float x);
255
TLI_DEFINE_ENUM_INTERNAL(
acosf
)
256
TLI_DEFINE_STRING_INTERNAL("
acosf
")
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
254
/// float
acosf
(float x);
255
TLI_DEFINE_ENUM_INTERNAL(
acosf
)
256
TLI_DEFINE_STRING_INTERNAL("
acosf
")
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
254
/// float
acosf
(float x);
255
TLI_DEFINE_ENUM_INTERNAL(
acosf
)
256
TLI_DEFINE_STRING_INTERNAL("
acosf
")
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
254
/// float
acosf
(float x);
255
TLI_DEFINE_ENUM_INTERNAL(
acosf
)
256
TLI_DEFINE_STRING_INTERNAL("
acosf
")
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
254
/// float
acosf
(float x);
255
TLI_DEFINE_ENUM_INTERNAL(
acosf
)
256
TLI_DEFINE_STRING_INTERNAL("
acosf
")
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
254
/// float
acosf
(float x);
255
TLI_DEFINE_ENUM_INTERNAL(
acosf
)
256
TLI_DEFINE_STRING_INTERNAL("
acosf
")
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
254
/// float
acosf
(float x);
255
TLI_DEFINE_ENUM_INTERNAL(
acosf
)
256
TLI_DEFINE_STRING_INTERNAL("
acosf
")
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def
254
/// float
acosf
(float x);
255
TLI_DEFINE_ENUM_INTERNAL(
acosf
)
256
TLI_DEFINE_STRING_INTERNAL("
acosf
")
[
all
...]
/external/clang/test/CodeGen/
libcall-declarations.c
41
float
acosf
(float);
270
F(acos), F(
acosf
), F(acosl), F(acosh), F(acoshf),
340
// CHECK-NOERRNO: declare float @
acosf
(float) [[NUW]]
/bionic/libc/include/
math.h
189
float
acosf
(float);
/bionic/libm/
libm.arm.map
9
acosf
;
libm.arm64.map
9
acosf
;
libm.map.txt
8
acosf
;
libm.mips.map
9
acosf
;
libm.mips64.map
9
acosf
;
libm.x86.map
9
acosf
;
libm.x86_64.map
9
acosf
;
Completed in 1178 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>