/third_party/boost/tools/build/test/toolset-mock/src/ |
D | clang-vxworks-4.0.1.py | 15 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '… 16 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '… 19 …command('clang++', unordered(ordered('-x', 'c++'), '-O3', '-Wno-inline', '-Wall', '-fPIC', '-DNDEB… 20 …command('clang++', unordered(ordered('-x', 'c++'), '-O3', '-Wno-inline', '-Wall', '-fPIC', '-DNDEB… 23 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '… 24 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '… 27 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-c'), '-o… 28 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-c'), '-o… 31 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-c'), '-o… 32 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-c'), '-o… [all …]
|
D | clang-linux-3.9.0.py | 16 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '… 18 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '… 22 …command('clang++', unordered(ordered('-x', 'c++'), '-O3', '-Wno-inline', '-Wall', '-fPIC', '-DNDEB… 24 …command('clang++', unordered(ordered('-x', 'c++'), '-O3', '-Wno-inline', '-Wall', '-fPIC', '-DNDEB… 28 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-pthread'… 30 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-pthread'… 34 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-c'), '-o… 35 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-c'), '-o… 39 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-c'), '-o… 40 …command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-c'), '-o… [all …]
|
D | intel-darwin-10.2.py | 17 …e('bin/intel-darwin-10.2/debug/target-os-darwin/lib.o'), unordered('-g', ordered('-shared-intel', … 19 …/intel-darwin-10.2/debug/target-os-darwin/libl1.dylib'), unordered('-g', ordered('-shared-intel', … 23 …_file('bin/intel-darwin-10.2/release/target-os-darwin/lib.o'), unordered(ordered('-shared-intel', … 25 …'bin/intel-darwin-10.2/release/target-os-darwin/libl1.dylib'), unordered(ordered('-shared-intel', … 30 …in/intel-darwin-10.2/debug/link-static/target-os-darwin/libl1.a'), '-g', ordered('-shared-intel', … 35 …k-static/runtime-link-static/target-os-darwin/libl1.a'), unordered('-g', ordered('-static', '-stat… 39 …in/intel-darwin-10.2/debug/x86/target-os-darwin/lib.o'), unordered('-g', ordered('-shared-intel', … 41 …el-darwin-10.2/debug/x86/target-os-darwin/libl1.dylib'), unordered('-g', ordered('-shared-intel', …
|
D | darwin-4.2.1.py | 24 …ease/target-os-darwin/lib.o'), '-headerpad_max_install_names', unordered(ordered('-Wl,-dead_strip'… 26 …file('bin/darwin-4.2.1/release/target-os-darwin/libl1.dylib'), unordered(ordered('-Wl,-dead_strip'… 36 …k-static/runtime-link-static/target-os-darwin/libl1.a'), unordered('-g', ordered('-nodefaultlibs',…
|
/third_party/boost/tools/build/src/util/ |
D | sequence.py | 24 def max_element (elements, ordered = None): argument 29 assert callable(ordered) or ordered is None 30 if not ordered: ordered = operator.lt 34 if ordered (max, e):
|
D | sequence.jam | 79 # Insertion-sort s using the BinaryPredicate ordered. 81 rule insertion-sort ( s * : ordered * ) 83 if ! $(ordered) 90 ordered ?= sequence.less ; 92 if $(ordered) = sequence.less 113 while $(tail) && [ modules.call-in $(caller) : $(ordered) $(tail[1]) $(x) ] 127 # Merge two ordered sequences using the BinaryPredicate ordered. 129 rule merge ( s1 * : s2 * : ordered * ) 131 ordered ?= sequence.less ; 137 if [ modules.call-in $(caller) : $(ordered) $(s1[1]) $(s2[1]) ] [all …]
|
/third_party/boost/tools/build/doc/src/ |
D | sequence.adoc | 25 4. `rule insertion-sort ( s * : ordered * )` 27 Insertion-sort `s` using the BinaryPredicate `ordered`. 29 5. `rule merge ( s1 * : s2 * : ordered * )` 31 Merge two ordered sequences using the BinaryPredicate `ordered`. 47 9. `rule max-element ( elements + : ordered ? )` 49 Returns the maximum number in `elements`. Uses `ordered` for comparisons
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/sctp/ |
D | sctpsendmeta.c | 70 gst_sctp_send_meta->ordered = TRUE; in gst_sctp_send_meta_init() 82 gst_sctp_send_meta->ordered, gst_sctp_send_meta->pr, in gst_sctp_send_meta_transform() 89 gboolean ordered, GstSctpSendMetaPartiallyReliability pr, guint32 pr_param) in gst_sctp_buffer_add_send_meta() argument 98 gst_sctp_send_meta->ordered = ordered; in gst_sctp_buffer_add_send_meta()
|
D | sctpsendmeta.h | 51 gboolean ordered; member 62 guint32 ppid, gboolean ordered, GstSctpSendMetaPartiallyReliability pr,
|
/third_party/boost/libs/unordered/test/helpers/ |
D | tracker.hpp | 89 template <class X> class ordered : public ordered_base<X>::type class 96 ordered() : base() {} in ordered() function in test::ordered 98 explicit ordered(key_compare const& kc) : base(kc) {} in ordered() function in test::ordered 124 template <class X> ordered<X> create_ordered(X const& container) in create_ordered() 126 return ordered<X>(create_compare(container.key_eq())); in create_ordered() 132 ordered<X1> tracker = create_ordered(container); in check_container()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_scoreboard.cpp | 410 dependency() : ordered(TGL_REGDIST_NULL), jp(), in dependency() 420 ordered(mode), jp(jp), unordered(TGL_SBID_NULL), id(0), in dependency() 428 ordered(TGL_REGDIST_NULL), jp(), unordered(mode), id(id), in dependency() 435 tgl_regdist_mode ordered; member 482 return dep0.ordered == dep1.ordered && in operator ==() 505 return dep.ordered || dep.unordered; in is_valid() 521 if (dep0.ordered || dep1.ordered) { in merge() 522 dep.ordered = dep0.ordered | dep1.ordered; in merge() 560 if (dep.ordered) { in transport() 577 dep.ordered &= TGL_REGDIST_DST; in dependency_for_read() [all …]
|
/third_party/boost/boost/multi_index/detail/ |
D | index_matcher.hpp | 77 bool ordered; member 135 ent->ordered=false; in add_node_to_algorithm() 169 ent->ordered=true; in finish_algorithm() 179 entry(node),entry::less_by_node())->ordered; in is_ordered()
|
/third_party/boost/libs/histogram/doc/concepts/ |
D | DiscreteAxis.qbk | 12 …ordered and unordered. An axis is ordered, when bin indices i < j < k imply that value[i] < value[… 34 [`a.ordered()`] 37 …ordered and false otherwise. If this is absent, the library checks whether the value type is arith…
|
/third_party/boost/libs/unordered/test/unordered/ |
D | insert_tests.cpp | 34 typedef test::ordered<X> ordered; in unique_insert_tests1() typedef 39 test::ordered<X> tracker = test::create_ordered(x); in unique_insert_tests1() 50 std::pair<typename ordered::iterator, bool> r2 = tracker.insert(*it); in unique_insert_tests1() 68 test::ordered<X> tracker = test::create_ordered(x); in unique_insert_tests1() 80 std::pair<typename ordered::iterator, bool> r2 = tracker.insert(*it); in unique_insert_tests1() 105 test::ordered<X> tracker = test::create_ordered(x); in equivalent_insert_tests1() 114 typename test::ordered<X>::iterator r2 = tracker.insert(*it); in equivalent_insert_tests1() 132 test::ordered<X> tracker = test::create_ordered(x); in equivalent_insert_tests1() 142 typename test::ordered<X>::iterator r2 = tracker.insert(*it); in equivalent_insert_tests1() 159 typedef typename test::ordered<X> tracker_type; in insert_tests2() [all …]
|
D | rehash_tests.cpp | 48 test::ordered<X> tracker; in rehash_empty_test2() 70 test::ordered<X> tracker; in rehash_empty_test3() 87 test::ordered<X> tracker; in rehash_test1() 143 test::ordered<X> tracker; in reserve_test1() 173 test::ordered<X> tracker; in reserve_test2()
|
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
D | test-ieee.cc | 42 uint64_t ordered = DOUBLE_CONVERSION_UINT64_2PART_C(0x01234567, 89ABCDEF); in TEST() local 43 CHECK_EQ(3512700564088504e-318, Double(ordered).value()); in TEST() 55 uint32_t ordered = 0x01234567; in TEST() local 56 CHECK_EQ(2.9988165487136453e-38f, Single(ordered).value()); in TEST() 67 uint64_t ordered = DOUBLE_CONVERSION_UINT64_2PART_C(0x01234567, 89ABCDEF); in TEST() local 68 DiyFp diy_fp = Double(ordered).AsDiyFp(); in TEST() 87 uint32_t ordered = 0x01234567; in TEST() local 88 DiyFp diy_fp = Single(ordered).AsDiyFp(); in TEST() 107 uint64_t ordered = DOUBLE_CONVERSION_UINT64_2PART_C(0x01234567, 89ABCDEF); in TEST() local 108 DiyFp diy_fp = Double(ordered).AsNormalizedDiyFp(); in TEST()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | gen_disasm.py | 196 def evaluate_forwards(keys, derivf, testf, mod_vals, ordered): argument 197 orderings = ["lt", "gt"] if ordered else [None] 239 ordered = 'ordering' in key_set 247 forward = evaluate_forwards(keys, derivf, testf, mod_vals, ordered) 256 if ordered: 275 if ordered:
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/ |
D | gstsctpenc.c | 96 gboolean ordered; member 162 static void get_config_from_caps (const GstCaps * caps, gboolean * ordered, 440 get_config_from_caps (caps, &sctpenc_pad->ordered, in gst_sctp_enc_request_new_pad() 568 gboolean ordered; in gst_sctp_enc_sink_chain() local 590 ordered = sctpenc_pad->ordered; in gst_sctp_enc_sink_chain() 599 ordered = sctp_send_meta->ordered; in gst_sctp_enc_sink_chain() 621 " with ppid %u ordered %d pr %d pr_param %u", buffer, ppid, ordered, pr, in gst_sctp_enc_sink_chain() 640 length, sctpenc_pad->stream_id, ppid, ordered, pr, pr_param, in gst_sctp_enc_sink_chain() 701 get_config_from_caps (caps, &sctpenc_pad->ordered, in gst_sctp_enc_sink_event() 969 get_config_from_caps (const GstCaps * caps, gboolean * ordered, in get_config_from_caps() argument [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_logic.c | 83 boolean ordered) in lp_build_compare_ext() argument 107 op = ordered ? LLVMRealOEQ : LLVMRealUEQ; in lp_build_compare_ext() 110 op = ordered ? LLVMRealONE : LLVMRealUNE; in lp_build_compare_ext() 113 op = ordered ? LLVMRealOLT : LLVMRealULT; in lp_build_compare_ext() 116 op = ordered ? LLVMRealOLE : LLVMRealULE; in lp_build_compare_ext() 119 op = ordered ? LLVMRealOGT : LLVMRealUGT; in lp_build_compare_ext() 122 op = ordered ? LLVMRealOGE : LLVMRealUGE; in lp_build_compare_ext()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | IR.rst | 173 The usual 6 operations exist in two versions: 'ordered' and 175 NaN and if it is the case the ordered compares return false 180 Floating-point compare ordered equal 183 Floating-point compare ordered not-equal 186 Floating-point compare ordered less-than-or-equal 189 Floating-point compare ordered greater-or-equal 192 Floating-point compare ordered less-than 195 Floating-point compare ordered greater-than 218 Floating-point compare ordered: return true if both operands are ordered 222 Floating-point compare unordered: return false if no operands is ordered
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_bb.cpp | 453 Pass::run(Program *prog, bool ordered, bool skipPhi) in run() argument 457 return doRun(prog, ordered, skipPhi); in run() 461 Pass::doRun(Program *prog, bool ordered, bool skipPhi) in doRun() argument 466 if (!doRun(Function::get(n), ordered, skipPhi)) in doRun() 473 Pass::run(Function *func, bool ordered, bool skipPhi) in run() argument 477 return doRun(func, ordered, skipPhi); in run() 481 Pass::doRun(Function *func, bool ordered, bool skipPhi) in doRun() argument 491 bbIter = ordered ? func->cfg.iteratorCFG() : func->cfg.iteratorDFS(); in doRun()
|
/third_party/vk-gl-cts/external/openglcts/docs/specs/ |
D | CTS_ARB_fragment_shader_interlock.txt | 39 Test verifies also two ordered interlock modes supported by this 55 * Create fragment shader for ordered layout qualifiers added by this 68 Expected result for ordered layout qualifires is renderbuffer filled with 77 ordered or unordered. Tests for unordered qualifiers would be
|
/third_party/boost/libs/property_tree/doc/ |
D | container.qbk | 16 It is very important to remember that the property sequence is *not* ordered by 19 not attempt to use algorithms that expect an ordered sequence (like 24 const counterpart const_assoc_iterator). You can get an ordered view of all
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttkern.c | 51 FT_UInt32 avail = 0, ordered = 0; in tt_face_load_kern() local 155 ordered |= mask; in tt_face_load_kern() 164 face->kern_order_bits = ordered; in tt_face_load_kern()
|
/third_party/freetype/src/sfnt/ |
D | ttkern.c | 51 FT_UInt32 avail = 0, ordered = 0; in tt_face_load_kern() local 155 ordered |= mask; in tt_face_load_kern() 164 face->kern_order_bits = ordered; in tt_face_load_kern()
|