HomeSort by relevance Sort by last modified time
    Searched refs:lt (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
XMLEntities.properties 28 lt=60
  /external/skia/gpu/include/
GrKey.h 32 return fHash < rh.fHash || (fHash == rh.fHash && this->lt(rh));
39 virtual bool lt(const GrKey& rh) const = 0;
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnTextureCoords.cpp 57 float lt = 6.0f * classification.d1; local
59 float mt = lt;
60 float ltMinusLs = lt - ls;
65 result.klmCoordinates[1] = FloatPoint3D(OneThird * (3.0f * ls * ms - ls * mt - lt * ms),
66 ls * ls * (ls - lt),
68 result.klmCoordinates[2] = FloatPoint3D(OneThird * (lt * (mt - 2.0f * ms) + ls * (3.0f * ms - 2.0f * mt)),
82 float lt = 2.0f * classification.d1; local
84 float mt = lt;
88 float ql = ls / lt;
102 float ltMinusLs = lt - ls
123 float lt = 3.0f * classification.d2; local
    [all...]
  /external/libffi/src/ia64/
unix.S 179 cmp.lt p6, p0 = 8, in3
180 cmp.lt p7, p0 = 16, in3
181 cmp.lt p8, p0 = 24, in3
203 cmp.lt p6, p0 = 4, in3
207 cmp.lt p7, p0 = 8, in3
208 cmp.lt p8, p0 = 12, in3
212 cmp.lt p9, p0 = 16, in3
213 cmp.lt p10, p0 = 20, in3
217 cmp.lt p6, p0 = 24, in3
218 cmp.lt p7, p0 = 28, in
    [all...]
  /frameworks/base/include/ui/
Rect.h 43 inline Rect(const Point& lt, const Point& rb) {
44 left = lt.x; top = lt.y; right = rb.x; bottom = rb.y;
77 void setLeftTop(const Point& lt) {
78 left = lt.x;
79 top = lt.y;
  /external/openssl/crypto/bn/asm/
pa-risc2.s 165 FLDD 0(a_ptr),t_float_0 ; load up 64-bit value (fr8L) ht(L)/lt(R)
166 FLDD 8(a_ptr),t_float_1 ; load up 64-bit value (fr8L) ht(L)/lt(R)
185 XMPYU flt_0,fw_l,lt_temp ; lt_temp = lt*fw_l
186 XMPYU flt_1,fw_l,lt_temp_1 ; lt_temp = lt*fw_l
215 ADD lt_0,m1_0,lt_0 ; lt[0] = lt[0]+m1[0];
217 ADD lt_1,m1_1,lt_1 ; lt[1] = lt[1]+m1[1];
220 ADD %ret1,lt_0,lt_0 ; lt[0] = lt[0] + c
1016 lt .reg %r5 label
    [all...]
pa-risc2W.s 157 FLDD 0(a_ptr),t_float_0 ; load up 64-bit value (fr8L) ht(L)/lt(R)
158 FLDD 8(a_ptr),t_float_1 ; load up 64-bit value (fr8L) ht(L)/lt(R)
177 XMPYU flt_0,fw_l,lt_temp ; lt_temp = lt*fw_l
178 XMPYU flt_1,fw_l,lt_temp_1 ; lt_temp = lt*fw_l
207 ADD lt_0,m1_0,lt_0 ; lt[0] = lt[0]+m1[0];
209 ADD lt_1,m1_1,lt_1 ; lt[1] = lt[1]+m1[1];
212 ADD %ret0,lt_0,lt_0 ; lt[0] = lt[0] + c
1003 lt .reg %r5 label
    [all...]
  /external/llvm/utils/bugpoint/
RemoteRunSafely.sh 34 if [ $1 -lt $2 ]
  /cts/tools/vm-tests/src/dot/junit/opcodes/if_lt/d/
T_if_lt_1.d 16 if-lt v6, v7, Label11
T_if_lt_10.d 16 if-lt v6, v7, Label10
T_if_lt_11.d 16 if-lt v6, v7, Label11
T_if_lt_12.d 16 if-lt v6, v7, Label10
T_if_lt_4.d 16 if-lt v6, v8, Label11
T_if_lt_5.d 16 if-lt v5, v6, Label11
T_if_lt_6.d 16 if-lt v5, v7, Label11
T_if_lt_7.d 16 if-lt v6, v7, Label11
T_if_lt_9.d 16 if-lt v6, v7, Label10
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_lt/d/
T_if_lt_1.d 16 if-lt v6, v7, Label11
T_if_lt_10.d 16 if-lt v6, v7, Label10
T_if_lt_11.d 16 if-lt v6, v7, Label11
T_if_lt_12.d 16 if-lt v6, v7, Label10
T_if_lt_4.d 16 if-lt v6, v8, Label11
T_if_lt_5.d 16 if-lt v5, v6, Label11
T_if_lt_6.d 16 if-lt v5, v7, Label11
T_if_lt_7.d 16 if-lt v6, v7, Label11

Completed in 656 milliseconds

1 2 3 4 5 6 7 8 9