OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottom2
(Results
1 - 6
of
6
) sorted by null
/device/google/cuttlefish_common/guest/hals/hwcomposer/cutf_cvm/
geometry_utils.cpp
32
int
bottom2
= layer2.displayFrame.bottom;
local
35
bool overlap_y = top1 <
bottom2
&& top2 < bottom1;
/device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc/
geometry_utils.cpp
32
int
bottom2
= layer2.displayFrame.bottom;
local
35
bool overlap_y = top1 <
bottom2
&& top2 < bottom1;
/external/arm-optimized-routines/math/single/
rredf.c
165
unsigned
bottom2
= (unsigned)mult2, top2 = (unsigned)(mult2 >> 32);
local
170
out3 = top3 +
bottom2
; carry = (out3 < top3);
e_rem_pio2.c
185
unsigned
bottom2
= (unsigned)mult2, top2 = (unsigned)(mult2 >> 32);
local
191
out3 =
bottom2
;
/external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java
95
float left2, float right2, float top2, float
bottom2
) {
97
final boolean verticalIntersection = top1 >
bottom2
&& top2 > bottom1;
/cts/tests/camera/src/android/hardware/cts/
CameraTest.java
[
all
...]
Completed in 339 milliseconds