Searched refs:lt (Results 1 - 25 of 162) sorted by relevance

1234567

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DXMLEntities.properties28 lt=60
/external/valgrind/main/gdbserver_tests/
H A Dinvoker13 while [ $i -lt $LOOPS ]
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnTextureCoords.cpp57 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
123 float lt = 3.0f * classification.d2; local
[all...]
/external/libffi/src/ia64/
H A Dunix.S179 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 p
[all...]
/external/skia/include/gpu/
H A DGrKey.h25 return fHash < rh.fHash || (fHash == rh.fHash && this->lt(rh));
32 virtual bool lt(const GrKey& rh) const = 0;
/external/openssl/crypto/bn/asm/
H A Dpa-risc2.s165 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[
1016 lt .reg %r5 label
[all...]
H A Dpa-risc2W.s157 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[
1003 lt .reg %r5 label
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dxml.rb154 &lt;
189 &lt;
/external/llvm/utils/bugpoint/
H A DRemoteRunSafely.sh34 if [ $1 -lt $2 ]
/external/dbus/test/data/equiv-config-files/entities/
H A Dentities-1.conf6 <listen>unix:path=/foo/&lt;bar&gt;</listen>
/external/dbus/test/data/valid-config-files/
H A Dentities.conf6 <listen>unix:path=/foo/&lt;bar&gt;</listen>
/external/doclava/res/assets/templates/
H A Dsample.cs20 <p>The file containing the source code shown below is located in the corresponding directory in <code>&lt;sdk&gt;/samples/android-&lt;version&gt;/...</code></p> external variable declarations
/external/openssh/contrib/
H A Dssh-copy-id36 if [ "$#" -lt 1 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
/external/openssh/regress/
H A Dreconfigure.sh24 while [ ! -f $PIDFILE -a $i -lt 10 ]; do
H A Dagent-getpeereid.sh38 if [ $r -lt 2 ]; then
H A Drekey.sh28 if [ $n -lt 1 ]; then
/external/eigen/bench/btl/data/
H A Dgnuplot_common_settings.hh5 set border 31 lt -1 lw 1.000
48 set xzeroaxis lt -2 lw 1.000
49 set x2zeroaxis lt -2 lw 1.000
50 set yzeroaxis lt -2 lw 1.000
51 set y2zeroaxis lt -2 lw 1.000
/external/ppp/pppd/plugins/rp-pppoe/
H A Ddebug.c94 struct tm *lt; local
102 lt = localtime(&now);
103 strftime(timebuf, 256, "%H:%M:%S", lt);
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
H A DHtmlEscapeFunction.java42 ":", ";", "&lt;", "&#61;", "&gt;", "?", "@", "A", "B", "C", "D", "E", "F", "G", "H", "I",
/external/clang/test/SemaTemplate/
H A Dinstantiate-template-template-parm.cpp57 template <int x, int y> struct lt { struct
61 Comp<int, lt> c0;
/external/openssl/crypto/bn/
H A Dbn_lcl.h411 BN_ULONG m,m1,lt,ht; \
413 lt=l; \
415 m =(bh)*(lt); \
416 lt=(bl)*(lt); \
422 lt=(lt+m1)&BN_MASK2; if (lt < m1) ht++; \
423 (l)=lt; \
/external/astl/include/
H A Dchar_traits.h62 static bool lt(const char& lhs, const char& rhs) { return lhs < rhs; } function in struct:std::char_traits
/external/icu4c/tools/toolutil/
H A Dwritesrc.c51 const struct tm *lt; local
55 lt=localtime(&t);
56 strftime(year, sizeof(year), "%Y", lt);
57 strftime(buffer, sizeof(buffer), "%Y-%m-%d", lt);
/external/llvm/test/MC/MBlaze/
H A Dmblaze_fpu.s49 # CHECK: fcmp.lt
52 fcmp.lt r0, r1, r2
/external/easymock/src/org/easymock/
H A DEasyMock.java584 public static <T extends Comparable<T>> T lt(Comparable<T> value) { method in class:EasyMock
597 public static byte lt(byte value) { method in class:EasyMock
610 public static double lt(double value) { method in class:EasyMock
623 public static float lt(float value) { method in class:EasyMock
636 public static int lt(int value) { method in class:EasyMock
649 public static long lt(long value) { method in class:EasyMock
662 public static short lt(short value) { method in class:EasyMock

Completed in 909 milliseconds

1234567