OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEGREES_TO_RADIANS
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/services/core/java/com/android/server/
TwilightCalculator.java
30
private static final float
DEGREES_TO_RADIANS
= (float) (Math.PI / 180.0f);
92
final double latRad = latiude *
DEGREES_TO_RADIANS
;
/frameworks/support/v7/appcompat/src/android/support/v7/app/
TwilightCalculator.java
43
private static final float
DEGREES_TO_RADIANS
= (float) (Math.PI / 180.0f);
107
final double latRad = latiude *
DEGREES_TO_RADIANS
;
/external/mesa3d/src/gallium/state_trackers/vega/
vgu.c
289
coords[0] = x+cos(
DEGREES_TO_RADIANS
(startAngle))*width/2;
290
coords[1] = y+sin(
DEGREES_TO_RADIANS
(startAngle))*height/2;
300
coords[i+3] = x + cos(
DEGREES_TO_RADIANS
(angle))*width/2;
301
coords[i+4] = y + sin(
DEGREES_TO_RADIANS
(angle))*height/2;
311
coords[i+3] = x+cos(
DEGREES_TO_RADIANS
(last))*width/2;
312
coords[i+4] = y+sin(
DEGREES_TO_RADIANS
(last))*height/2;
323
coords[i+3] = x + cos(
DEGREES_TO_RADIANS
(angle)) * width/2;
324
coords[i+4] = y + sin(
DEGREES_TO_RADIANS
(angle)) * height/2;
334
coords[i+3] = x + cos(
DEGREES_TO_RADIANS
(last)) * width/2;
335
coords[i+4] = y + sin(
DEGREES_TO_RADIANS
(last)) * height/2
[
all
...]
matrix.h
42
#define
DEGREES_TO_RADIANS
(d) (0.0174532925199 * (d))
224
float radians =
DEGREES_TO_RADIANS
(angle);
arc.c
171
rot =
DEGREES_TO_RADIANS
(arc->theta);
405
arc->theta =
DEGREES_TO_RADIANS
(rot);
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
Completed in 104 milliseconds