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

1 2 3 4 5 6 7 8 910

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
XMLEntities.properties 28 lt=60
  /external/valgrind/main/gdbserver_tests/
invoker 13 while [ $i -lt $LOOPS ]
  /external/skia/include/gpu/
GrKey.h 25 return fHash < rh.fHash || (fHash == rh.fHash && this->lt(rh));
32 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...]
  /ndk/tests/build/short-commands/
build.sh 33 while [ $NUM -lt $COUNT ]; do
52 while [ $NUM -lt $COUNT ]; do
64 while [ $NUM -lt $COUNT ]; do
94 while [ $NUM -lt $COUNT ]; do
109 while [ $NUM -lt $COUNT ]; do
126 while [ $NUM -lt $COUNT ]; do
  /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...]
  /frameworks/native/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;
84 void setLeftTop(const Point& lt) {
85 left = lt.x;
86 top = lt.y;
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
xml.rb 154 &lt;
189 &lt;
  /external/llvm/utils/bugpoint/
RemoteRunSafely.sh 34 if [ $1 -lt $2 ]
  /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
T_if_lt_9.d 16 if-lt v6, v7, Label10
  /external/dbus/test/data/equiv-config-files/entities/
entities-1.conf 6 <listen>unix:path=/foo/&lt;bar&gt;</listen>
  /external/dbus/test/data/valid-config-files/
entities.conf 6 <listen>unix:path=/foo/&lt;bar&gt;</listen>
  /external/openssh/contrib/
ssh-copy-id 36 if [ "$#" -lt 1 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
  /external/openssh/regress/
reconfigure.sh 24 while [ ! -f $PIDFILE -a $i -lt 10 ]; do
  /frameworks/compile/mclinker/scripts/
normal_files.sh 32 if [ "${PADDING_LEN}" -lt "0" ]; then
42 elif [ "${PADDING_LEN}" -lt "0" ]; then # replace and strip padding
66 if [ "${PADDING_LEN}" -lt "0" ]; then
77 elif [ "${PADDING_LEN}" -lt "0" ]; then # replace and strip padding
115 elif [ "${NEW_SPACE}" -lt "0" ]; then # strip space

Completed in 691 milliseconds

1 2 3 4 5 6 7 8 910