OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acoshf
(Results
51 - 61
of
61
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h
347
float
acoshf
(float);
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h
347
float
acoshf
(float);
/bionic/libm/include/
math.h
339
float
acoshf
(float);
/external/llvm/include/llvm/Target/
TargetLibraryInfo.h
86
/// float
acoshf
(float x);
87
acoshf
,
enumerator in enum:llvm::LibFunc::Func
/bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h
700
#define __ieee754_acoshf
acoshf
/external/llvm/lib/Target/
TargetLibraryInfo.cpp
59
"
acoshf
",
405
TLI.setUnavailable(LibFunc::
acoshf
);
/bionic/tests/
math_test.cpp
320
TEST(math,
acoshf
) {
321
ASSERT_FLOAT_EQ(0.0f,
acoshf
(1.0f));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp
332
static_assert((std::is_same<decltype(
acoshf
(0)), float>::value), "");
/external/clang/lib/Headers/
tgmath.h
154
__tg_acosh(float __x) {return
acoshf
(__x);}
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
154
__tg_acosh(float __x) {return
acoshf
(__x);}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp
[
all
...]
Completed in 400 milliseconds
1
2
3