OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asinhf
(Results
151 - 175
of
324
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
cmath
42
#undef
asinhf
164
using ::
asinhf
;
[
all
...]
/cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp
135
return
asinhf
(x);
/development/ndk/platforms/android-13/include/
math.h
350
float
asinhf
(float) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-18/include/
math.h
352
float
asinhf
(float) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-3/include/
math.h
348
float
asinhf
(float) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-9/include/
math.h
348
float
asinhf
(float) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-L/include/
math.h
345
float
asinhf
(float) __NDK_FPABI_MATH__;
/external/clang/lib/Headers/
tgmath.h
183
__tg_asinh(float __x) {return
asinhf
(__x);}
/prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
tgmath.h
183
__tg_asinh(float __x) {return
asinhf
(__x);}
/prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h
183
__tg_asinh(float __x) {return
asinhf
(__x);}
/prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h
183
__tg_asinh(float __x) {return
asinhf
(__x);}
/prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h
183
__tg_asinh(float __x) {return
asinhf
(__x);}
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h
183
__tg_asinh(float __x) {return
asinhf
(__x);}
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h
183
__tg_asinh(float __x) {return
asinhf
(__x);}
/prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/
math.h
348
float
asinhf
(float) __NDK_FPABI_MATH__;
/prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/
math.h
348
float
asinhf
(float) __NDK_FPABI_MATH__;
/prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/
math.h
348
float
asinhf
(float) __NDK_FPABI_MATH__;
/prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/
math.h
350
float
asinhf
(float) __NDK_FPABI_MATH__;
/prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/
math.h
350
float
asinhf
(float) __NDK_FPABI_MATH__;
/prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/
math.h
350
float
asinhf
(float) __NDK_FPABI_MATH__;
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
math.h
350
float
asinhf
(float) __NDK_FPABI_MATH__;
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
math.h
350
float
asinhf
(float) __NDK_FPABI_MATH__;
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
math.h
350
float
asinhf
(float) __NDK_FPABI_MATH__;
/prebuilts/ndk/9/platforms/android-15/arch-arm/usr/include/
math.h
350
float
asinhf
(float) __NDK_FPABI_MATH__;
/prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/
math.h
350
float
asinhf
(float) __NDK_FPABI_MATH__;
Completed in 849 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>