/external/llvm/include/llvm/Analysis/ |
TargetLibraryInfo.def | 297 /// double atanh(double x); 298 TLI_DEFINE_ENUM_INTERNAL(atanh) 299 TLI_DEFINE_STRING_INTERNAL("atanh") [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libm-2.11.1.so | |
libm.so | |
libm.so.6 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
cmath | 932 #undef atanh 1049 using ::atanh; 1211 atanh(float __x) 1215 atanh(long double __x) 1221 atanh(_Tp __x) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
cmath | 44 #undef atanh 167 using ::atanh; 456 atanh(float __x) 460 atanh(long double __x) 466 atanh(_Tp __x) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
cmath | 932 #undef atanh 1049 using ::atanh; 1211 atanh(float __x) 1215 atanh(long double __x) 1221 atanh(_Tp __x) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
cmath | 44 #undef atanh 167 using ::atanh; 456 atanh(float __x) 460 atanh(long double __x) 466 atanh(_Tp __x) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
cmath | 932 #undef atanh 1049 using ::atanh; 1211 atanh(float __x) 1215 atanh(long double __x) 1221 atanh(_Tp __x) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
cmath | 44 #undef atanh 167 using ::atanh; 456 atanh(float __x) 460 atanh(long double __x) 466 atanh(_Tp __x) [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
cmath | 933 #undef atanh 1050 using ::atanh; 1212 atanh(float __x) 1216 atanh(long double __x) 1222 atanh(_Tp __x) [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
cmath | 44 #undef atanh 167 using ::atanh; 456 atanh(float __x) 460 atanh(long double __x) 466 atanh(_Tp __x) [all...] |
/external/libcxx/test/std/numerics/c.math/ |
cmath.pass.cpp | 70 Ambiguous atanh(Ambiguous){ return Ambiguous(); } function [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
CoreMathVerifier.java | 63 static native float atanh(float x); method in class:CoreMathVerifier 343 static private Target.Floaty atanh(double d, Target t) { method in class:CoreMathVerifier 346 atanh((float) in.mid()), 347 atanh((float) in.min()), 348 atanh((float) in.max())); 351 static private Target.Floaty atanh(float f, Target t) { method in class:CoreMathVerifier 354 atanh(in.mid32()), 355 atanh(in.min32()), 356 atanh(in.max32())); [all...] |
/external/clang/test/CodeGen/ |
libcall-declarations.c | 55 double atanh(double); 273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf), 354 // CHECK-NOERRNO: declare double @atanh(double) [[NUW]]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
cmath.pass.cpp | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
libm-2.15.so | |
libm.so | |
libm.so.6 | |
/bionic/libm/include/ |
math.h | 180 double atanh(double);
|
/external/deqp/doc/testspecs/GLES3/ |
functional.shaders.builtin_functions.precision.txt | 106 | atanh(x) | 0.5 * log(1.0 + x / (1.0 - x)) |
|
/external/libcxx/include/ |
complex | 214 template<class T> complex<T> atanh(const complex<T>&); [all...] |
/external/ltrace/etc/ |
libm.so.conf | 64 double atanh(double);
|
/external/v8/src/js/ |
math.js | 324 "atanh", MathAtanh,
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
apitest.rs | 605 f = atanh(f); 606 f2 = atanh(f2); 607 f3 = atanh(f3); 608 f4 = atanh(f4); [all...] |