/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
math.h | 39 using std::tr1::asinh;
|
cmath | 41 #undef asinh 163 using ::asinh; 439 asinh(float __x) 443 asinh(long double __x) 449 asinh(_Tp __x) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
math.h | 39 using std::tr1::asinh;
|
cmath | 41 #undef asinh 163 using ::asinh; 439 asinh(float __x) 443 asinh(long double __x) 449 asinh(_Tp __x) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
math.h | 39 using std::tr1::asinh;
|
cmath | 41 #undef asinh 163 using ::asinh; 439 asinh(float __x) 443 asinh(long double __x) 449 asinh(_Tp __x) [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
math.h | 39 using std::tr1::asinh;
|
cmath | 41 #undef asinh 163 using ::asinh; 439 asinh(float __x) 443 asinh(long double __x) 449 asinh(_Tp __x) [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
math.h | 39 using std::tr1::asinh;
|
cmath | 41 #undef asinh 163 using ::asinh; 439 asinh(float __x) 443 asinh(long double __x) 449 asinh(_Tp __x) [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
math.h | 39 using std::tr1::asinh;
|
cmath | 41 #undef asinh 163 using ::asinh; 439 asinh(float __x) 443 asinh(long double __x) 449 asinh(_Tp __x) [all...] |
/external/llvm/include/llvm/Analysis/ |
TargetLibraryInfo.def | 275 /// double asinh(double x); 276 TLI_DEFINE_ENUM_INTERNAL(asinh) 277 TLI_DEFINE_STRING_INTERNAL("asinh") [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
cmath | 929 #undef asinh 1045 using ::asinh; 1197 asinh(float __x) 1201 asinh(long double __x) 1207 asinh(_Tp __x) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
cmath | 929 #undef asinh 1045 using ::asinh; 1197 asinh(float __x) 1201 asinh(long double __x) 1207 asinh(_Tp __x) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
cmath | 929 #undef asinh 1045 using ::asinh; 1197 asinh(float __x) 1201 asinh(long double __x) 1207 asinh(_Tp __x) [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
cmath | 930 #undef asinh 1046 using ::asinh; 1198 asinh(float __x) 1202 asinh(long double __x) 1208 asinh(_Tp __x) [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
cmath | 930 #undef asinh 1046 using ::asinh; 1198 asinh(float __x) 1202 asinh(long double __x) 1208 asinh(_Tp __x) [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
cmath | 930 #undef asinh 1046 using ::asinh; 1198 asinh(float __x) 1202 asinh(long double __x) 1208 asinh(_Tp __x) [all...] |
/external/libcxx/test/std/numerics/c.math/ |
cmath.pass.cpp | 67 Ambiguous asinh(Ambiguous){ return Ambiguous(); } function [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/ |
cmath.pass.cpp | 69 Ambiguous asinh(Ambiguous){ return Ambiguous(); } function [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
CoreMathVerifier.java | 60 static native float asinh(float x); method in class:CoreMathVerifier 301 static private Target.Floaty asinh(double d, Target t) { method in class:CoreMathVerifier 304 asinh((float) in.mid()), 305 asinh((float) in.min()), 306 asinh((float) in.max())); 309 static private Target.Floaty asinh(float f, Target t) { method in class:CoreMathVerifier 312 asinh(in.mid32()), 313 asinh(in.min32()), 314 asinh(in.max32())); [all...] |
/external/clang/test/CodeGen/ |
libcall-declarations.c | 49 double asinh(double); 271 F(acoshl), F(asin), F(asinf), F(asinl), F(asinh), 348 // CHECK-NOERRNO: declare double @asinh(double) [[NUW]]
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
cmath.pass.cpp | [all...] |
/bionic/libc/include/ |
math.h | 137 double asinh(double);
|