OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inverse_sqrt8
(Results
1 - 1
of
1
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/animation/
PathAnimations.java
64
float
inverse_sqrt8
= (float) Math.sqrt(0.125);
typedefs
69
bounds.set(1.5f +
inverse_sqrt8
, 1.5f +
inverse_sqrt8
, 2.5f +
inverse_sqrt8
,
70
2.5f +
inverse_sqrt8
);
78
bounds.set(4.5f -
inverse_sqrt8
, 1.5f +
inverse_sqrt8
, 5.5f -
inverse_sqrt8
, 2.5f +
inverse_sqrt8
);
Completed in 137 milliseconds