OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atanhf
(Results
1 - 25
of
59
) sorted by null
1
2
3
/bionic/libm/man/
atanh.3
40
.Nm
atanhf
49
.Fn
atanhf
"float x"
54
.Fn
atanhf
65
.Fn
atanhf
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libm.so
/development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt
89
atanhf
/development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt
44
atanhf
/external/mesa3d/src/mesa/main/
imports.h
146
#define
atanhf
(f) ((float) atanh(f))*/
155
static INLINE float
atanhf
(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; }
function
/bionic/libm/src/
math_private.h
235
#define __ieee754_atanhf
atanhf
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath
39
#undef
atanhf
160
using ::
atanhf
;
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath
39
#undef
atanhf
160
using ::
atanhf
;
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath
39
#undef
atanhf
160
using ::
atanhf
;
/bionic/libm/
Makefile-orig
104
MLINKS+=atanh.3
atanhf
.3
/bionic/libm/include/
math.h
351
float
atanhf
(float);
/development/ndk/platforms/android-3/include/
math.h
349
float
atanhf
(float);
/development/ndk/platforms/android-9/include/
math.h
349
float
atanhf
(float);
/frameworks/base/libs/rs/driver/
rsdRuntimeMath.cpp
380
{ "_Z5atanhf", (void *)&
atanhf
, true },
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h
349
float
atanhf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h
349
float
atanhf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h
349
float
atanhf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h
349
float
atanhf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h
349
float
atanhf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h
349
float
atanhf
(float);
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
math.h
349
float
atanhf
(float);
/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
math.h
349
float
atanhf
(float);
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
math.h
349
float
atanhf
(float);
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
math.h
349
float
atanhf
(float);
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
math.h
349
float
atanhf
(float);
Completed in 270 milliseconds
1
2
3