/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
apitest.rs | 577 f = acosh(f); 578 f2 = acosh(f2); 579 f3 = acosh(f3); 580 f4 = acosh(f4); [all...] |
math.rs | 243 TEST_FN_FUNC_FN(acosh);
|
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/ |
math.rs | 250 TEST_FN_FUNC_FN(acosh);
|
math_fp16.rs | 99 TEST_HN_FUNC_HN(acosh);
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
math.rs | 243 TEST_FN_FUNC_FN(acosh);
|
math.rs.orig | 243 TEST_FN_FUNC_FN(acosh);
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
math.rs | 243 TEST_FN_FUNC_FN(acosh);
|
/frameworks/rs/tests/lldb/tests/harness/ |
RS_funs.py | 51 float acosh(float v); 52 float2 acosh(float2 v); 53 float3 acosh(float3 v); 54 float4 acosh(float4 v); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
mathcalls.h | 89 __MATHCALL (acosh,, (_Mdouble_ __x));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
mathcalls.h | 89 __MATHCALL (acosh,, (_Mdouble_ __x));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
mathcalls.h | 89 __MATHCALL (acosh,, (_Mdouble_ __x));
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/ |
extinst.glsl.std.450.grammar.json | 185 "opname" : "Acosh",
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/ |
extinst.glsl.std.450.grammar.json | 185 "opname" : "Acosh",
|
/external/deqp/modules/gles3/functional/ |
es3fShaderConstExprTests.cpp | 88 {"acosh", "acosh(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatAcosh(2.0f) },
|
/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/go/darwin-x86/src/math/ |
all_test.go | 43 var acosh = []float64{ var [all...] |
/prebuilts/go/linux-x86/src/math/ |
all_test.go | 43 var acosh = []float64{ var [all...] |
/external/v8/src/base/ |
ieee754.cc | 978 /* acosh(x) 981 * acosh(x) = log [ x + sqrt(x*x-1) ] 983 * acosh(x) := log(x)+ln2, if x is large; else 984 * acosh(x) := log(2x-1/(sqrt(x*x-1)+x)) if x>2; else 985 * acosh(x) := log1p(t+sqrt(2.0*t+t*t)); where t=x-1. 988 * acosh(x) is NaN with signal if x<1. 989 * acosh(NaN) is NaN without signal. 991 double acosh(double x) { function in namespace:v8::base::ieee754 [all...] |
/bionic/tests/ |
math_test.cpp | 421 TEST(math, acosh) { 422 ASSERT_DOUBLE_EQ(0.0, acosh(1.0)); [all...] |
/external/libcxx/include/ |
complex | 212 template<class T> complex<T> acosh(const complex<T>&); [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/ |
complex | 212 template<class T> complex<T> acosh(const complex<T>&); [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/ |
complex | 212 template<class T> complex<T> acosh(const complex<T>&); [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/ |
complex | 212 template<class T> complex<T> acosh(const complex<T>&); [all...] |