HomeSort by relevance Sort by last modified time
    Searched defs:asinh (Results 26 - 49 of 49) sorted by null

12

  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 188 // asinh
196 __tg_asinh(double __x) {return asinh(__x);}
214 #undef asinh macro
215 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 188 // asinh
196 __tg_asinh(double __x) {return asinh(__x);}
214 #undef asinh macro
215 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 188 // asinh
196 __tg_asinh(double __x) {return asinh(__x);}
214 #undef asinh macro
215 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 188 // asinh
196 __tg_asinh(double __x) {return asinh(__x);}
214 #undef asinh macro
215 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 188 // asinh
196 __tg_asinh(double __x) {return asinh(__x);}
214 #undef asinh macro
215 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
  /prebuilts/go/darwin-x86/src/math/cmplx/
cmath_test.go 96 var asinh = []complex128{ var
571 if f := Asinh(vc[i]); !cSoclose(asinh[i], f, 4e-15) {
572 t.Errorf("Asinh(%g) = %g, want %g", vc[i], f, asinh[i])
576 if f := Asinh(vcAsinhSC[i]); !cAlike(asinhSC[i], f) {
577 t.Errorf("Asinh(%g) = %g, want %g", vcAsinhSC[i], f, asinhSC[i])
581 if f0, f1 := Asinh(pt[0]), Asinh(pt[1]); !cVeryclose(f0, f1) {
582 t.Errorf("Asinh(%g) not continuous, got %g want %g", pt[0], f0, f1
    [all...]
  /prebuilts/go/linux-x86/src/math/cmplx/
cmath_test.go 96 var asinh = []complex128{ var
571 if f := Asinh(vc[i]); !cSoclose(asinh[i], f, 4e-15) {
572 t.Errorf("Asinh(%g) = %g, want %g", vc[i], f, asinh[i])
576 if f := Asinh(vcAsinhSC[i]); !cAlike(asinhSC[i], f) {
577 t.Errorf("Asinh(%g) = %g, want %g", vcAsinhSC[i], f, asinhSC[i])
581 if f0, f1 := Asinh(pt[0]), Asinh(pt[1]); !cVeryclose(f0, f1) {
582 t.Errorf("Asinh(%g) not continuous, got %g want %g", pt[0], f0, f1
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 179 // asinh
187 __tg_asinh(double __x) {return asinh(__x);}
205 #undef asinh macro
206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 179 // asinh
187 __tg_asinh(double __x) {return asinh(__x);}
205 #undef asinh macro
206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
math_h.pass.cpp 66 Ambiguous asinh(Ambiguous){ return Ambiguous(); } function
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/
cmath.pass.cpp 68 Ambiguous asinh(Ambiguous){ return Ambiguous(); } function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 179 // asinh
187 __tg_asinh(double __x) {return asinh(__x);}
205 #undef asinh macro
206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 24 * <li>{@link #asinh(double)}</li>
574 public static double asinh(double a) { method in class:FastMath
    [all...]
  /external/swiftshader/src/Shader/
ShaderCore.cpp 1587 void ShaderCore::asinh(Vector4f &dst, const Vector4f &src, bool pp) function in class:sw::ShaderCore
    [all...]
  /external/v8/src/base/
ieee754.cc 1121 double asinh(double x) { function in namespace:v8::base::ieee754
    [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 366 float __attribute__((overloadable)) asinh(float v) { function
369 FN_FUNC_FN(asinh)
1885 HN_FUNC_HN(asinh); variable
    [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...]
  /prebuilts/go/darwin-x86/src/math/
all_test.go 68 var asinh = []float64{ var
    [all...]
  /prebuilts/go/linux-x86/src/math/
all_test.go 68 var asinh = []float64{ var
    [all...]
  /external/kotlinc/lib/
kotlin-runtime.jar 
kotlin-stdlib.jar 
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
kotlin-stdlib-1.2.20.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.0/
kotlin-stdlib-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.20/
kotlin-stdlib-1.2.20.jar 

Completed in 4768 milliseconds

12