HomeSort by relevance Sort by last modified time
    Searched full:acosh (Results 201 - 225 of 574) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 37 using std::tr1::acosh;
cmath 38 #undef acosh
159 using ::acosh;
423 acosh(float __x)
427 acosh(long double __x)
433 acosh(_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 37 using std::tr1::acosh;
cmath 38 #undef acosh
159 using ::acosh;
423 acosh(float __x)
427 acosh(long double __x)
433 acosh(_Tp __x)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 37 using std::tr1::acosh;
cmath 38 #undef acosh
159 using ::acosh;
423 acosh(float __x)
427 acosh(long double __x)
433 acosh(_Tp __x)
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 252 /// double acosh(double x);
253 TLI_DEFINE_ENUM_INTERNAL(acosh)
254 TLI_DEFINE_STRING_INTERNAL("acosh")
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cmath 926 #undef acosh
1041 using ::acosh;
1183 acosh(float __x)
1187 acosh(long double __x)
1193 acosh(_Tp __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
cmath 38 #undef acosh
159 using ::acosh;
423 acosh(float __x)
427 acosh(long double __x)
433 acosh(_Tp __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cmath 926 #undef acosh
1041 using ::acosh;
1183 acosh(float __x)
1187 acosh(long double __x)
1193 acosh(_Tp __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cmath 926 #undef acosh
1041 using ::acosh;
1183 acosh(float __x)
1187 acosh(long double __x)
1193 acosh(_Tp __x)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cmath 927 #undef acosh
1042 using ::acosh;
1184 acosh(float __x)
1188 acosh(long double __x)
1194 acosh(_Tp __x)
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 68 Ambiguous acosh(Ambiguous){ return Ambiguous(); } function
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 58 static native float acosh(float x); method in class:CoreMathVerifier
259 static private Target.Floaty acosh(double d, Target t) { method in class:CoreMathVerifier
262 acosh((float) in.mid()),
263 acosh((float) in.min()),
264 acosh((float) in.max()));
267 static private Target.Floaty acosh(float f, Target t) { method in class:CoreMathVerifier
270 acosh(in.mid32()),
271 acosh(in.min32()),
272 acosh(in.max32()));
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 43 double acosh(double);
270 F(acos), F(acosf), F(acosl), F(acosh), F(acoshf),
342 // CHECK-NOERRNO: declare double @acosh(double) [[NUW]]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /bionic/libm/include/
math.h 178 double acosh(double);
  /external/deqp/doc/testspecs/GLES3/
functional.shaders.builtin_functions.precision.txt 105 | acosh(x) | log(x + sqrt((x+1.0) * (x-1.0))) |
  /external/ltrace/etc/
libm.so.conf 60 double acosh(double);
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
apitest.rs 579 f = acosh(f);
580 f2 = acosh(f2);
581 f3 = acosh(f3);
582 f4 = acosh(f4);
    [all...]
math.rs 243 TEST_FN_FUNC_FN(acosh);
  /frameworks/rs/java/tests/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/java/tests/RsTest/src/com/android/rs/test/
math.rs 250 TEST_FN_FUNC_FN(acosh);
math_fp16.rs 99 TEST_HN_FUNC_HN(acosh);

Completed in 1412 milliseconds

1 2 3 4 5 6 7 891011>>