OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NINETY
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/glsl/glcpp/tests/
091-hash-line.c
10
#define
NINETY
90
12
#line
NINETY
TWO /* A #line line with macro expansion */
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterRotateRepresentation.java
37
ZERO(0),
NINETY
(90), ONE_EIGHTY(180), TWO_SEVENTY(270);
53
return
NINETY
;
92
mRotation = Rotation.
NINETY
;
94
case
NINETY
:
/packages/apps/ExactCalculator/src/com/android/calculator2/
BoundedRational.java
272
public final static BoundedRational
NINETY
= new BoundedRational(90);
376
return
NINETY
;
428
return degreeSin(add(r,
NINETY
));
438
return subtract(
NINETY
, asin_r);
Completed in 236 milliseconds