OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twopi
(Results
1 - 5
of
5
) 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
741
TWOPI
[
all
...]
/external/llvm/projects/sample/
configure
733
TWOPI
[
all
...]
Completed in 1606 milliseconds