HomeSort by relevance Sort by last modified time
    Searched defs:SIN (Results 1 - 8 of 8) 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);
  /packages/apps/Launcher3/src/com/android/launcher3/util/
LauncherEdgeEffect.java 56 private static final float SIN = (float) Math.sin(ANGLE);
109 final float r = width * 0.5f / SIN;
112 final float or = height * 0.75f / SIN;
  /frameworks/base/core/java/android/widget/
EdgeEffect.java 77 private static final float SIN = (float) Math.sin(ANGLE);
138 final float r = width * 0.75f / SIN;
141 final float or = height * 0.75f / SIN;
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 138 double COS, SIN, x0p, y0p, x1p, y1p, pcx0, pcy0, pcx1, pcy1;
142 COS = cos(rot); SIN = sin(rot);
145 x0p = (x0*COS + y0*SIN)/rh;
146 y0p = (-x0*SIN + y0*COS)/rv;
147 x1p = (x1*COS + y1*SIN)/rh;
148 y1p = (-x1*SIN + y1*COS)/rv;
157 *cx0 = pcx0*COS - pcy0*SIN;
158 *cy0 = pcx0*SIN + pcy0*COS;
159 *cx1 = pcx1*COS - pcy1*SIN;
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 218 milliseconds