HomeSort by relevance Sort by last modified time
    Searched defs:ASIN (Results 1 - 3 of 3) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 131 /** The {@code FastMath.asin} method wrapped as a {@link ComposableFunction}. */
132 public static final ComposableFunction ASIN = new ComposableFunction() {
136 return FastMath.asin(d);
  /external/tensorflow/tensorflow/cc/gradients/
math_grad_test.cc 80 ASIN,
168 case ASIN:
169 y = Asin(scope_, x);
439 TEST_F(CWiseUnaryGradTest, Asin) {
441 TestCWiseGrad<float, float>(ASIN, x_fn);
449 // Enable test when the asin kernel supports complex numbers
451 TestCWiseGrad<complex64, complex64>(ASIN, x_fn);
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 65 milliseconds