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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Layer.java 47 float twopi = (float)Math.PI *2f; local
48 while (angle >= twopi) angle -= twopi;
49 while (angle < 0f) angle += twopi;
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 362 twopi =pic * 2.0, variable
409 if (x > twopi)
410 x -= (aint(x / twopi) * twopi);
444 if (x > twopi) /* Do range reduction here to limit */
445 x = x - (aint(x / twopi) * twopi); /* roundoff on add of PI/2 */
  /external/valgrind/main/perf/
fbench.c 358 twopi =pic * 2.0, variable
405 if (x > twopi)
406 x -= (aint(x / twopi) * twopi);
440 if (x > twopi) /* Do range reduction here to limit */
441 x = x - (aint(x / twopi) * twopi); /* roundoff on add of PI/2 */
  /external/llvm/
configure 749 TWOPI
    [all...]

Completed in 102 milliseconds