OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atanf
(Results
1 - 25
of
73
) sorted by null
1
2
3
/bionic/libm/man/
atan.3
40
.Nm
atanf
49
.Fn
atanf
"float x"
54
.Fn
atanf
63
.Fn
atanf
/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
87
atanf
/development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt
42
atanf
/external/valgrind/main/memcheck/tests/
vcpu_fnfns.stdout.exp
[
all
...]
vcpu_fnfns.stdout.exp-darwin
[
all
...]
vcpu_fnfns.stdout.exp-glibc28-amd64
[
all
...]
vcpu_fnfns.c
163
printf("
atanF
(%+20.4e) = %+20.4e\n", (double)f, (double)
atanf
(f));
/bionic/libm/src/
e_atan2f.c
44
if(hx==0x3f800000) return
atanf
(y); /* x=1.0 */
84
else z=
atanf
(fabsf(y/x)); /* safe to do y/x */
s_atanf.c
56
atanf
(float x)
function
/external/webrtc/src/modules/audio_processing/aec/main/source/
aec_rdft.c
112
delta =
atanf
(1.0f) / nwh;
136
delta =
atanf
(1.0f) / nch;
/bionic/libm/
Makefile-orig
103
MLINKS+=atan.3
atanf
.3
/bionic/libm/include/
math.h
313
float
atanf
(float);
/development/ndk/platforms/android-3/include/
math.h
312
float
atanf
(float);
/development/ndk/platforms/android-9/include/
math.h
312
float
atanf
(float);
/external/mesa3d/src/mesa/main/
imports.h
129
#define
atanf
(f) ((float) atan(f))
/frameworks/base/libs/rs/driver/
rsdRuntimeMath.cpp
378
{ "_Z4atanf", (void *)&
atanf
, true },
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h
312
float
atanf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h
312
float
atanf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h
312
float
atanf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h
312
float
atanf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h
312
float
atanf
(float);
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h
312
float
atanf
(float);
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
math.h
312
float
atanf
(float);
/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
math.h
312
float
atanf
(float);
Completed in 3601 milliseconds
1
2
3