HomeSort by relevance Sort by last modified time
    Searched full:acosh (Results 326 - 350 of 887) sorted by null

<<11121314151617181920>>

  /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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
cmath 38 #undef acosh
159 using ::acosh;
423 acosh(float __x)
427 acosh(long double __x)
433 acosh(_Tp __x)
    [all...]
  /prebuilts/ndk/r10/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...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
cmath 38 #undef acosh
159 using ::acosh;
423 acosh(float __x)
427 acosh(long double __x)
433 acosh(_Tp __x)
    [all...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
cmath 38 #undef acosh
159 using ::acosh;
423 acosh(float __x)
427 acosh(long double __x)
433 acosh(_Tp __x)
    [all...]
  /prebuilts/ndk/r13/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...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
cmath 38 #undef acosh
159 using ::acosh;
423 acosh(float __x)
427 acosh(long double __x)
433 acosh(_Tp __x)
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 66 Ambiguous acosh(Ambiguous){ return Ambiguous(); } function
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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]]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /bionic/libc/include/
math.h 136 double acosh(double);
  /bionic/libm/
libm.arm.map 10 acosh;
libm.arm64.map 10 acosh;
libm.map.txt 9 acosh;
libm.mips.map 10 acosh;
libm.mips64.map 10 acosh;
libm.x86.map 10 acosh;
libm.x86_64.map 10 acosh;
  /external/deqp/doc/testspecs/GLES3/
functional.shaders.builtin_functions.precision.txt 105 | acosh(x) | log(x + sqrt((x+1.0) * (x-1.0))) |
  /frameworks/rs/rsov/compiler/
Builtin.cpp 264 {"cosh", 20}, {"tanh", 21}, {"asinh", 22}, {"acosh", 23},
  /frameworks/rs/tests/java_api/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);

Completed in 946 milliseconds

<<11121314151617181920>>