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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 86 /** The {@code FastMath.sin} method wrapped as a {@link ComposableFunction}. */
87 public static final ComposableFunction SIN = new ComposableFunction() {
91 return FastMath.sin(d);
  /external/tensorflow/tensorflow/cc/gradients/
math_grad_test.cc 78 SIN,
162 case SIN:
163 y = Sin(scope_, x);
415 TEST_F(CWiseUnaryGradTest, Sin) {
417 TestCWiseGrad<float, float>(SIN, x_fn);
424 TestCWiseGrad<complex64, complex64>(SIN, x_fn);
  /frameworks/base/core/java/android/widget/
EdgeEffect.java 77 private static final float SIN = (float) Math.sin(ANGLE);
139 final float r = width * RADIUS_FACTOR / SIN;
142 final float or = height * RADIUS_FACTOR / SIN;
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
instr-a2xx.h 87 SIN = 48,
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 536 milliseconds