Home
last modified time | relevance | path

Searched refs:SINH (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstProp/
Dcalls-math-finite.ll81 %SINH = call fast double @__sinh_finite(double 3.000000e+00)
82 store double %SINH, double* %slot
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad_test.cc72 SINH, enumerator
140 case SINH: in TestCWiseGrad()
330 TestCWiseGrad<float, float>(SINH, x_fn); in TEST_F()
337 TestCWiseGrad<complex64, complex64>(SINH, x_fn); in TEST_F()
/external/freetype/src/autofit/
Dafscript.h300 SCRIPT( sinh, SINH,
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DComposableFunction.java105 public static final ComposableFunction SINH = new ComposableFunction() { field in ComposableFunction
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractRealVector.java650 return mapToSelf(ComposableFunction.SINH); in mapSinhToSelf()