Home
last modified time | relevance | path

Searched refs:lt (Results 1 – 25 of 1420) sorted by relevance

12345678910>>...57

/third_party/boost/boost/fiber/
Dcondition_variable.hpp67 void wait( LockType & lt) { in wait() argument
76 lt.unlock(); in wait()
81 lt.lock(); in wait()
94 void wait( LockType & lt, Pred pred) { in wait() argument
96 wait( lt); in wait()
101 …cv_status wait_until( LockType & lt, std::chrono::time_point< Clock, Duration > const& timeout_tim… in wait_until() argument
112 lt.unlock(); in wait_until()
125 lt.lock(); in wait_until()
139 bool wait_until( LockType & lt, in wait_until() argument
142 if ( cv_status::timeout == wait_until( lt, timeout_time) ) { in wait_until()
[all …]
/third_party/boost/libs/histogram/test/
Ddetail_safe_comparison_test.cpp25 auto lt = safe_less{}; in main()
26 BOOST_TEST(lt(1u, 2u)); in main()
27 BOOST_TEST(lt(-1, 1u)); in main()
28 BOOST_TEST(lt(1u, 2)); in main()
29 BOOST_TEST(lt(-2, -1)); in main()
30 BOOST_TEST(lt(-2.0, -1)); in main()
31 BOOST_TEST(lt(1, 2.0)); in main()
32 BOOST_TEST(lt(-1.0, 1u)); in main()
33 BOOST_TEST(lt(1u, 2.0)); in main()
34 BOOST_TEST(lt(1.0, 2.0)); in main()
[all …]
/third_party/boost/libs/smart_ptr/test/
Downer_less_test2.cpp11 boost::owner_less<> const lt = {}; in main() local
17 BOOST_TEST( !lt( p1, p2 ) ); in main()
18 BOOST_TEST( !lt( p2, p1 ) ); in main()
22 BOOST_TEST( lt( p1, p3 ) || lt( p3, p1 ) ); in main()
27 BOOST_TEST( !lt( p4, p5 ) ); in main()
28 BOOST_TEST( !lt( p5, p4 ) ); in main()
30 BOOST_TEST( lt( p4, p3 ) || lt( p3, p4 ) ); in main()
34 BOOST_TEST( lt( p4, p6 ) || lt( p6, p4 ) ); in main()
38 BOOST_TEST( !lt( p1, p7 ) ); in main()
39 BOOST_TEST( !lt( p7, p1 ) ); in main()
[all …]
/third_party/node/test/common/
DREADME.md33 * `name` [&lt;string>][] Name of benchmark suite to be run.
34 * `args` [&lt;Array>][] Array of environment variable key/value pairs (ex:
36 * `env` [&lt;Object>][] Environment variables to be applied during the run.
45 * `allowlist` [&lt;Array>][] Array of Globals
46 * return [&lt;Array>][]
52 * return [&lt;boolean>][]
74 * [&lt;boolean>][]
81 * [&lt;boolean>][]
87 * `validator` [&lt;Object>][] | [&lt;RegExp>][] | [&lt;Function>][] |
88 [&lt;Error>][] The validator behaves identical to
[all …]
/third_party/skia/third_party/externals/tint/docs/
Dtranslations.md116 | texture_1d&lt;type&gt; | OpTypeImage 1D Sampled=1 | texture1d&lt;type, access::sample&gt; | Textu…
117 | texture_2d&lt;type&gt; | OpTypeImage 2D Sampled=1 | texture2d&lt;type, access::sample&gt; | Textu…
118 | texture_2d_array&lt;type&gt; | OpTypeImage 2D Arrayed=1 Sampled=1 | texture2d_array&lt;type, acce…
119 | texture_3d&lt;type&gt; | OpTypeImage 3D Sampled=1 | texture3d&lt;type, access::sample&gt; | Textu…
120 | texture_cube&lt;type&gt; | OpTypeImage Cube Sampled=1 | texturecube&lt;type, access::sample&gt; |…
121 | texture_cube_array&lt;type&gt; | OpTypeImage Cube Arrayed=1 Sampled=1 | texturecube_array&lt;type…
123 | texture_multisampled_2d&lt;type&gt; | OpTypeImage 2D MS=1 Sampled=1 | texture2d_ms&lt;type, acces…
125 | texture_depth_2d | OpTypeImage 2D Depth=1 Sampled=1 | depth2d&lt;float, access::sample&gt;| Textu…
126 | texture_depth_2d_array | OpTypeImage 2D Depth=1 Arrayed=1 Sampled=1 | depth2d_array&lt;float, acc…
127 | texture_depth_cube | OpTypeImage Cube Depth=1 Sampled=1 | depthcube&lt;float, access::sample&gt; …
[all …]
/third_party/libffi/src/ia64/
Dunix.S178 cmp.lt p6, p0 = 8, in3
179 cmp.lt p7, p0 = 16, in3
180 cmp.lt p8, p0 = 24, in3
208 cmp.lt p6, p0 = 4, in3
212 cmp.lt p7, p0 = 8, in3
213 cmp.lt p8, p0 = 12, in3
217 cmp.lt p9, p0 = 16, in3
218 cmp.lt p10, p0 = 20, in3
222 cmp.lt p6, p0 = 24, in3
223 cmp.lt p7, p0 = 28, in3
[all …]
/third_party/lz4/programs/
Ddatagen.c72 static void RDG_fillLiteralDistrib(litDistribTable lt, double ld) in RDG_fillLiteralDistrib() argument
84 lt[u++] = character; in RDG_fillLiteralDistrib()
92 static BYTE RDG_genChar(U32* seed, const litDistribTable lt) in RDG_genChar() argument
95 return (lt[id]); in RDG_genChar()
102 …ffer, size_t buffSize, size_t prefixSize, double matchProba, litDistribTable lt, unsigned* seedPtr) in RDG_genBlock() argument
120 buffPtr[pos-1] = RDG_genChar(seed, lt); in RDG_genBlock()
125 buffPtr[0] = RDG_genChar(seed, lt); in RDG_genBlock()
149 while (pos < d) buffPtr[pos++] = RDG_genChar(seed, lt); in RDG_genBlock()
157 litDistribTable lt; in RDG_genBuffer() local
159 RDG_fillLiteralDistrib(lt, litProba); in RDG_genBuffer()
[all …]
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_solve_lower_triangular_f32.c55 const arm_matrix_instance_f32 * lt, in arm_mat_solve_lower_triangular_f32() argument
65 if ((lt->numRows != lt->numCols) || in arm_mat_solve_lower_triangular_f32()
67 (lt->numRows != a->numRows) ) in arm_mat_solve_lower_triangular_f32()
90 float32_t *pLT = lt->pData; in arm_mat_solve_lower_triangular_f32()
156 const arm_matrix_instance_f32 * lt, in arm_mat_solve_lower_triangular_f32() argument
166 if ((lt->numRows != lt->numCols) || in arm_mat_solve_lower_triangular_f32()
168 (lt->numRows != a->numRows) ) in arm_mat_solve_lower_triangular_f32()
191 float32_t *pLT = lt->pData; in arm_mat_solve_lower_triangular_f32()
256 const arm_matrix_instance_f32 * lt, in arm_mat_solve_lower_triangular_f32() argument
265 if ((lt->numRows != lt->numCols) || in arm_mat_solve_lower_triangular_f32()
[all …]
Darm_mat_solve_lower_triangular_f16.c56 const arm_matrix_instance_f16 * lt, in arm_mat_solve_lower_triangular_f16() argument
66 if ((lt->numRows != lt->numCols) || in arm_mat_solve_lower_triangular_f16()
68 (lt->numRows != a->numRows) ) in arm_mat_solve_lower_triangular_f16()
91 float16_t *pLT = lt->pData; in arm_mat_solve_lower_triangular_f16()
157 const arm_matrix_instance_f16 * lt, in arm_mat_solve_lower_triangular_f16() argument
167 if ((lt->numRows != lt->numCols) || in arm_mat_solve_lower_triangular_f16()
169 (lt->numRows != a->numRows) ) in arm_mat_solve_lower_triangular_f16()
192 float16_t *pLT = lt->pData; in arm_mat_solve_lower_triangular_f16()
Darm_mat_solve_lower_triangular_f64.c50 const arm_matrix_instance_f64 * lt, in arm_mat_solve_lower_triangular_f64() argument
60 if ((lt->numRows != lt->numCols) || in arm_mat_solve_lower_triangular_f64()
62 (lt->numRows != a->numRows) ) in arm_mat_solve_lower_triangular_f64()
85 float64_t *pLT = lt->pData; in arm_mat_solve_lower_triangular_f64()
/third_party/boost/tools/quickbook/test/
Dxml_escape-1_2.quickbook1 [library Test that &amp;, &lt; are being escaped.
3 [purpose &amp; should be &amp;amp;, &lt; should &amp;lt;]
4 [license &amp; should be &amp;amp;, &lt; should &amp;lt;]
10 * < -> &lt;
/third_party/boost/libs/geometry/test/policies/
Dcompare.cpp60 bg::less<P> lt; in test_2d_compare() local
69 BOOST_CHECK_EQUAL(lt(p1, p2), false); in test_2d_compare()
70 BOOST_CHECK_EQUAL(lt(p1, p3), false); in test_2d_compare()
71 BOOST_CHECK_EQUAL(lt(p1, p4), true); in test_2d_compare()
72 BOOST_CHECK_EQUAL(lt(p1, p5), true); in test_2d_compare()
73 BOOST_CHECK_EQUAL(lt(p3, p4), true); in test_2d_compare()
86 bg::less<P, 0> lt; in test_2d_compare() local
95 BOOST_CHECK_EQUAL(lt(p1, p2), false); in test_2d_compare()
96 BOOST_CHECK_EQUAL(lt(p1, p3), false); in test_2d_compare()
97 BOOST_CHECK_EQUAL(lt(p1, p4), true); in test_2d_compare()
[all …]
/third_party/python/Lib/turtledemo/
Dpenrose.py27 lt(36)
39 lt(36)
43 lt(36)
56 lt(36)
61 lt(18)
65 lt(36)
69 lt(36)
79 lt(36)
83 lt(54)
109 lt(72)
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dgen-tag-table.py632 def get_name (self, lt): argument
641 name = self.names[lt.language].split ('\n')[0]
642 if lt.script:
643 name += '; ' + self.names[lt.script.title ()].split ('\n')[0]
644 if lt.region:
645 name += '; ' + self.names[lt.region.upper ()].split ('\n')[0]
646 if lt.variant:
647 name += '; ' + self.names[lt.variant].split ('\n')[0]
965 for lt, tags in items:
966 if lt.variant in bcp_47.prefixes:
[all …]
/third_party/boost/boost/spirit/home/qi/string/detail/
Dtst.hpp26 : id(id_), data(0), lt(0), eq(0), gt(0) in tst_node()
38 destruct_node(p->lt, alloc); in destruct_node()
54 clone->lt = clone_node(p->lt, alloc); in clone_node()
92 p = p->lt; in find()
140 pp = &p->lt; in add()
174 remove(p->lt, first, last, alloc); in remove()
181 if (p->data == 0 && p->lt == 0 && p->eq == 0 && p->gt == 0) in remove()
194 for_each(p->lt, prefix, f); in for_each()
205 tst_node* lt; // left pointer member
/third_party/boost/boost/spirit/home/x3/string/detail/
Dtst.hpp22 : id(id), data(0), lt(0), eq(0), gt(0) in tst_node()
34 destruct_node(p->lt, alloc); in destruct_node()
50 clone->lt = clone_node(p->lt, alloc); in clone_node()
85 p = p->lt; in find()
131 pp = &p->lt; in add()
163 remove(p->lt, first, last, alloc); in remove()
170 if (p->data == 0 && p->lt == 0 && p->eq == 0 && p->gt == 0) in remove()
183 for_each(p->lt, prefix, f); in for_each()
194 tst_node* lt; // left pointer member
/third_party/boost/libs/outcome/doc/src/content/experimental/
Dmap.md16 <tr><th>C++ 17 <tt>&lt;system_error&gt;</tt><th>Boost.System<th>Proposed <tt>&lt;system_error2&gt;<…
45 <li><tt>experimental::status_code&lt;DomainType&gt;</tt><p>
46 <li><tt>const experimental::status_code&lt;void&gt; &amp;</tt><p>
47 …<li><tt>experimental::status_code&lt;erased&lt;intptr_t&gt;&gt;</tt> (aliased to <tt>experimental:…
48 <li><tt>experimental::errored_status_code&lt;DomainType&gt;</tt><p>
49 <li><tt>const experimental::errored_status_code&lt;void&gt; &amp;</tt><p>
50 …<li><tt>experimental::errored_status_code&lt;erased&lt;intptr_t&gt;&gt;</tt> (aliased to <tt>exper…
56 <li><tt>const experimental::status_error&lt;void&gt; &amp;</tt><p>
57 <li><tt>experimental::status_error&lt;DomainType&gt;</tt>
/third_party/boost/libs/locale/test/
Dtest_winapi_collate.cpp32 string_type lt=coll.transform(left.c_str(),left.c_str()+left.size()); in test_comp() local
35 TEST(lt<rt); in test_comp()
37 TEST(lt==rt); in test_comp()
40 TEST(lt > rt); in test_comp()
49 string_type lt=coll.transform(level,left.c_str(),left.c_str()+left.size()); in test_comp() local
50 TEST(lt==coll.transform(level,left)); in test_comp()
54 TEST(lt<rt); in test_comp()
56 TEST(lt==rt); in test_comp()
58 TEST(lt > rt); in test_comp()
Dtest_collate.cpp31 string_type lt=coll.transform(left.c_str(),left.c_str()+left.size()); in test_comp() local
34 TEST(lt<rt); in test_comp()
36 TEST(lt==rt); in test_comp()
39 TEST(lt > rt); in test_comp()
48 string_type lt=coll.transform(level,left.c_str(),left.c_str()+left.size()); in test_comp() local
49 TEST(lt==coll.transform(level,left)); in test_comp()
53 TEST(lt<rt); in test_comp()
55 TEST(lt==rt); in test_comp()
57 TEST(lt > rt); in test_comp()
/third_party/mbedtls/library/
Dplatform_util.c111 struct tm *lt; in mbedtls_platform_gmtime_r()
118 lt = gmtime( tt ); in mbedtls_platform_gmtime_r()
120 if( lt != NULL ) in mbedtls_platform_gmtime_r()
122 memcpy( tm_buf, lt, sizeof( struct tm ) ); in mbedtls_platform_gmtime_r()
130 return( ( lt == NULL ) ? NULL : tm_buf ); in mbedtls_platform_gmtime_r()
/third_party/harfbuzz/src/
Dgen-tag-table.py635 def get_name (self, lt): argument
644 name = self._get_name_piece (lt.language)
645 if lt.script:
646 name += '; ' + self._get_name_piece (lt.script.title ())
647 if lt.region:
648 name += '; ' + self._get_name_piece (lt.region.upper ())
649 if lt.variant:
650 name += '; ' + self._get_name_piece (lt.variant)
982 for lt, tags in items:
983 if lt.variant in bcp_47.prefixes:
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-tag-table.py635 def get_name (self, lt): argument
644 name = self._get_name_piece (lt.language)
645 if lt.script:
646 name += '; ' + self._get_name_piece (lt.script.title ())
647 if lt.region:
648 name += '; ' + self._get_name_piece (lt.region.upper ())
649 if lt.variant:
650 name += '; ' + self._get_name_piece (lt.variant)
982 for lt, tags in items:
983 if lt.variant in bcp_47.prefixes:
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Dlt_Lower.txt11 # 0049; 0069 0307; 0049; 0049; lt More_Above; # LATIN CAPITAL LETTER I
12 # 004A; 006A 0307; 004A; 004A; lt More_Above; # LATIN CAPITAL LETTER J
13 # 012E; 012F 0307; 012E; 012E; lt More_Above; # LATIN CAPITAL LETTER I WITH OGONEK
14 # 00CC; 0069 0307 0300; 00CC; 00CC; lt; # LATIN CAPITAL LETTER I WITH GRAVE
15 # 00CD; 0069 0307 0301; 00CD; 00CD; lt; # LATIN CAPITAL LETTER I WITH ACUTE
16 # 0128; 0069 0307 0303; 0128; 0128; lt; # LATIN CAPITAL LETTER I WITH TILDE
/third_party/skia/third_party/externals/icu/source/data/translit/
Dlt_Lower.txt12 # 0049; 0069 0307; 0049; 0049; lt More_Above; # LATIN CAPITAL LETTER I
13 # 004A; 006A 0307; 004A; 004A; lt More_Above; # LATIN CAPITAL LETTER J
14 # 012E; 012F 0307; 012E; 012E; lt More_Above; # LATIN CAPITAL LETTER I WITH OGONEK
15 # 00CC; 0069 0307 0300; 00CC; 00CC; lt; # LATIN CAPITAL LETTER I WITH GRAVE
16 # 00CD; 0069 0307 0301; 00CD; 00CD; lt; # LATIN CAPITAL LETTER I WITH ACUTE
17 # 0128; 0069 0307 0303; 0128; 0128; lt; # LATIN CAPITAL LETTER I WITH TILDE
/third_party/icu/icu4c/source/data/translit/
Dlt_Lower.txt12 # 0049; 0069 0307; 0049; 0049; lt More_Above; # LATIN CAPITAL LETTER I
13 # 004A; 006A 0307; 004A; 004A; lt More_Above; # LATIN CAPITAL LETTER J
14 # 012E; 012F 0307; 012E; 012E; lt More_Above; # LATIN CAPITAL LETTER I WITH OGONEK
15 # 00CC; 0069 0307 0300; 00CC; 00CC; lt; # LATIN CAPITAL LETTER I WITH GRAVE
16 # 00CD; 0069 0307 0301; 00CD; 00CD; lt; # LATIN CAPITAL LETTER I WITH ACUTE
17 # 0128; 0069 0307 0303; 0128; 0128; lt; # LATIN CAPITAL LETTER I WITH TILDE

12345678910>>...57