OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:r_max
(Results
1 - 1
of
1
) sorted by null
/system/core/libpixelflinger/
trap.cpp
1014
GGLfixed
r_max
= r;
local
1016
if (r_min >
r_max
)
1017
swap(r_min,
r_max
);
1024
r_max
&= ~(
r_max
>>31);
1028
if (gglFixedToIntCeil(
r_max
) >= xmax)
r_max
= gglIntToFixed(xmax)-1;
1034
const GGLfixed r_max_i = gglCeilx (
r_max
);
[
all
...]
Completed in 49 milliseconds