/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
math-finite.h | 34 extern float __REDIRECT_NTH (acoshf, (float), __acoshf_finite);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
math-finite.h | 34 extern float __REDIRECT_NTH (acoshf, (float), __acoshf_finite);
|
/external/llvm/include/llvm/Analysis/ |
TargetLibraryInfo.def | 255 /// float acoshf(float x); 256 TLI_DEFINE_ENUM_INTERNAL(acoshf) 257 TLI_DEFINE_STRING_INTERNAL("acoshf") [all...] |
/external/clang/test/CodeGen/ |
libcall-declarations.c | 44 float acoshf(float); 270 F(acos), F(acosf), F(acosl), F(acosh), F(acoshf), 343 // CHECK-NOERRNO: declare float @acoshf(float) [[NUW]]
|
/bionic/libm/include/ |
math.h | 300 float acoshf(float);
|
/external/ltrace/etc/ |
libm.so.conf | 61 float acoshf(float);
|
/external/llvm/lib/Analysis/ |
TargetLibraryInfo.cpp | 153 TLI.setUnavailable(LibFunc::acoshf); 536 {"acoshf", "vacoshf", 4},
|
/external/mesa3d/src/mesa/main/ |
imports.h | 142 #define acoshf(f) ((float) acosh(f)) macro 152 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); } function
|
/bionic/tests/ |
math_test.cpp | 404 TEST(math, acoshf) { 405 ASSERT_FLOAT_EQ(0.0f, acoshf(1.0f)); [all...] |
/external/libcxx/include/ |
cmath | 157 float acoshf(float x); 1055 using ::acoshf; 1057 inline _LIBCPP_INLINE_VISIBILITY float acosh(float __lcpp_x) _NOEXCEPT {return acoshf(__lcpp_x);} [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cmath | 157 float acoshf(float x); 1051 using ::acoshf; 1053 inline _LIBCPP_INLINE_VISIBILITY float acosh(float __x) _NOEXCEPT {return acoshf(__x);} [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cmath | 157 float acoshf(float x); 1051 using ::acoshf; 1053 inline _LIBCPP_INLINE_VISIBILITY float acosh(float __x) _NOEXCEPT {return acoshf(__x);} [all...] |
/external/llvm/test/Transforms/InstCombine/ |
double-float-shrink-1.ll | 35 ; CHECK: call float @acoshf(float %f)
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
veclib-calls.ll | 587 declare float @acoshf(float) nounwind readnone 597 %call = tail call float @acoshf(float %0) nounwind readnone
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
cmath | 927 #undef acoshf 1042 using ::acoshf; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
cmath | 39 #undef acoshf 160 using ::acoshf; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
cmath | 927 #undef acoshf 1042 using ::acoshf; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
cmath | 39 #undef acoshf 160 using ::acoshf; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
cmath | 927 #undef acoshf 1042 using ::acoshf; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
cmath | 39 #undef acoshf 160 using ::acoshf; [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
cmath | 928 #undef acoshf 1043 using ::acoshf; [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
cmath | 39 #undef acoshf 160 using ::acoshf; [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
math_private.h | 712 #define __ieee754_acoshf acoshf
|
/cts/tests/tests/renderscript/libcoremathtestcpp/ |
CoreMathTestJni.cpp | 125 return acoshf(x);
|
/development/ndk/platforms/android-13/include/ |
math.h | 349 float acoshf(float) __NDK_FPABI_MATH__;
|