HomeSort by relevance Sort by last modified time
    Searched refs:SINH (Results 1 - 6 of 6) sorted by null

  /external/freetype/src/autofit/
afscript.h 300 SCRIPT( sinh, SINH,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 104 /** The {@code FastMath.sinh} method wrapped as a {@link ComposableFunction}. */
105 public static final ComposableFunction SINH = new ComposableFunction() {
109 return FastMath.sinh(d);
  /external/tensorflow/tensorflow/cc/gradients/
math_grad_test.cc 70 SINH,
138 case SINH:
139 y = Sinh(scope_, x);
326 TEST_F(CWiseUnaryGradTest, Sinh) {
328 TestCWiseGrad<float, float>(SINH, x_fn);
335 TestCWiseGrad<complex64, complex64>(SINH, x_fn);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AbstractRealVector.java 650 return mapToSelf(ComposableFunction.SINH);
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 239 milliseconds