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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 220 /** The {@code FastMath.cos} method wrapped as a {@link ComposableFunction}. */
221 public static final ComposableFunction COS = new ComposableFunction() {
225 return FastMath.cos(d);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFFormValue.cpp 429 raw_ostream &COS = WithColor(OS, syntax::String);
430 COS << '"';
431 COS.write_escaped(DbgStr.getValue());
432 COS << '"';
440 raw_ostream &COS = WithColor(OS, syntax::String);
441 COS << '"';
442 COS.write_escaped(DbgStr.getValue());
443 COS << '"';
  /packages/apps/Launcher3/src/com/android/launcher3/util/
LauncherEdgeEffect.java 57 private static final float COS = (float) Math.cos(ANGLE);
110 final float y = COS * r;
113 final float oy = COS * or;
  /frameworks/base/core/java/android/widget/
EdgeEffect.java 78 private static final float COS = (float) Math.cos(ANGLE);
139 final float y = COS * r;
142 final float oy = COS * or;
  /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 104 milliseconds