Home
last modified time | relevance | path

Searched refs:COSH (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstProp/
Dcalls-math-finite.ll69 %COSH = call fast double @__cosh_finite(double 3.000000e+00)
70 store double %COSH, double* %slot
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad_test.cc73 COSH, enumerator
143 case COSH: in TestCWiseGrad()
342 TestCWiseGrad<float, float>(COSH, x_fn); in TEST_F()
349 TestCWiseGrad<complex64, complex64>(COSH, x_fn); in TEST_F()
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DComposableFunction.java239 public static final ComposableFunction COSH = new ComposableFunction() { field in ComposableFunction
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractRealVector.java454 return mapToSelf(ComposableFunction.COSH); in mapCoshToSelf()