OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sinhf
(Results
1 - 25
of
117
) sorted by null
1
2
3
4
5
/bionic/libm/upstream-freebsd/lib/msun/src/
s_csinhf.c
58
return (cpackf(
sinhf
(x), y));
60
return (cpackf(
sinhf
(x) * cosf(y), coshf(x) * sinf(y)));
s_ctanhf.c
71
s =
sinhf
(x);
s_ccoshf.c
60
return (cpackf(coshf(x) * cosf(y),
sinhf
(x) * sinf(y)));
/external/stlport/stlport/stl/config/
_como.h
113
# define
sinhf
sinh
macro
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
113
# define
sinhf
sinh
macro
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
113
# define
sinhf
sinh
macro
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
113
# define
sinhf
sinh
macro
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
113
# define
sinhf
sinh
macro
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
113
# define
sinhf
sinh
macro
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h
113
# define
sinhf
sinh
macro
/frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp
157
EXPORT_F32_FN_F32(
sinhf
)
228
{ "_Z4sinhf", (void *)&
sinhf
, true },
/development/ndk/platforms/android-3/include/
math.h
319
float
sinhf
(float);
/development/ndk/platforms/android-9/include/
math.h
319
float
sinhf
(float);
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h
319
float
sinhf
(float);
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h
319
float
sinhf
(float);
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h
319
float
sinhf
(float);
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h
319
float
sinhf
(float);
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h
319
float
sinhf
(float);
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h
319
float
sinhf
(float);
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h
319
float
sinhf
(float);
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h
319
float
sinhf
(float);
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h
319
float
sinhf
(float);
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h
319
float
sinhf
(float);
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h
319
float
sinhf
(float);
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h
319
float
sinhf
(float);
Completed in 1408 milliseconds
1
2
3
4
5