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

12345

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DXMLEntities.properties28 lt=60
/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/gpu/include/
H A DGrKey.h32 return fHash < rh.fHash || (fHash == rh.fHash && this->lt(rh));
39 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/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/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/bluetooth/glib/tests/
H A Drun-markup-tests.sh30 while test $I -lt 100 ; do
/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/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.h398 BN_ULONG m,m1,lt,ht; \
400 lt=l; \
402 m =(bh)*(lt); \
403 lt=(bl)*(lt); \
409 lt=(lt+m1)&BN_MASK2; if (lt < m1) ht++; \
410 (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/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
/external/android-mock/src/com/google/android/testing/mocking/
H A DAndroidMock.java67 * other than an expectation method is provided. E.g. {@code mockObject.doFoo(and(gt(5), lt(10));}
858 * {@code AndroidMock.expect(mock.getString(AndroidMock.lt("hi"))).andReturn("hello");}
864 public static <T extends Comparable<T>> T lt(Comparable<T> expectedValue) { method in class:AndroidMock
865 return EasyMock.lt(expectedValue);
878 * {@code AndroidMock.expect(mock.getString(AndroidMock.lt((byte)42))).andReturn("hello");}
884 public static byte lt(byte expectedValue) { method in class:AndroidMock
885 return EasyMock.lt(expectedValue);
898 * {@code AndroidMock.expect(mock.getString(AndroidMock.lt(42.0))).andReturn("hello");}
904 public static double lt(double expectedValue) { method in class:AndroidMock
905 return EasyMock.lt(expectedValu
924 public static float lt(float expectedValue) { method in class:AndroidMock
944 public static int lt(int expectedValue) { method in class:AndroidMock
964 public static long lt(long expectedValue) { method in class:AndroidMock
984 public static short lt(short expectedValue) { method in class:AndroidMock
[all...]
/external/oprofile/libpp/
H A Darrange_profiles.cpp59 profile_template const & lt = lhs.ptemplate; local
70 comp = numeric_compare(lt.cpu, rt.cpu);
75 comp = numeric_compare(lt.tgid, rt.tgid);
79 comp = numeric_compare(lt.tid, rt.tid);
83 comp = numeric_compare(lt.unitmask, rt.unitmask);
88 if (lt.event != rt.event)
89 return lt.event < rt.event;
90 if (lt.count != rt.count)
91 return lt.count < rt.count;
93 return numeric_compare(lt
[all...]
/external/genext2fs/
H A Dmkbootimg_ext2.sh99 [ $extra -lt $reserve ] && extra=$reserve
/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp93 if (const DWARFDebugLine::LineTable *lt = Line->getLineTable(stmtOffset))
94 return lt;
/external/skia/src/gpu/
H A DSkGrFontScaler.cpp29 virtual bool lt(const GrKey& rh) const;
58 bool SkGrDescKey::lt(const GrKey& rh) const { function in class:SkGrDescKey
/external/stlport/stlport/stl/
H A D_ctraits_fns.h79 { return _Traits::lt(__x, __y); }

Completed in 341 milliseconds

12345