/external/clang/test/OpenMP/ |
D | ordered_messages.cpp | 7 #pragma omp for ordered in foo() 11 #pragma omp ordered in foo() 17 #pragma omp for ordered in foo() 21 #pragma omp ordered in foo() 32 #pragma omp for ordered in foo() 36 #pragma omp ordered in foo() 42 #pragma omp for ordered in foo() 46 #pragma omp ordered in foo()
|
D | ordered_ast_print.cpp | 15 #pragma omp for ordered in tmain() 17 #pragma omp ordered in tmain() 44 #pragma omp for ordered in main() 46 #pragma omp ordered in main()
|
D | nesting_of_regions.cpp | 85 #pragma omp ordered // expected-error {{region cannot be closely nested inside 'parallel' region; p… in foo() 212 #pragma omp ordered // expected-error {{OpenMP constructs may not be nested inside a simd region}} in foo() 357 #pragma omp ordered // expected-error {{region cannot be closely nested inside 'for' region; perhap… in foo() 360 #pragma omp for ordered in foo() 362 #pragma omp ordered // OK in foo() 489 #pragma omp ordered // expected-error {{OpenMP constructs may not be nested inside a simd region}} in foo() 646 #pragma omp ordered // expected-error {{region cannot be closely nested inside 'sections' region; p… in foo() 835 #pragma omp ordered // expected-error {{region cannot be closely nested inside 'section' region; pe… in foo() 979 #pragma omp ordered // expected-error {{region cannot be closely nested inside 'single' region; per… in foo() 1119 #pragma omp ordered // expected-error {{region cannot be closely nested inside 'master' region; per… in foo() [all …]
|
D | for_ast_print.cpp | 23 …vate(argc, b), firstprivate(c, d), lastprivate(d, f) collapse(N) schedule(static, N) ordered nowait in tmain() 52 …rivate(argc, b), firstprivate(argv, c), lastprivate(d, f) collapse(2) schedule(auto) ordered nowait in main()
|
D | parallel_for_ast_print.cpp | 24 …), firstprivate(c, d), lastprivate(d, f) collapse(N) schedule(static, N) ordered if (argc) num_thr… in tmain() 53 … b), firstprivate(argv, c), lastprivate(d, f) collapse(2) schedule(auto) ordered if (argc) num_thr… in main()
|
D | parallel_for_messages.cpp | 82 #pragma omp parallel for ordered ordered // expected-error {{directive '#pragma omp parallel for' c… in test_ordered()
|
D | parallel_for_simd_messages.cpp | 83 #pragma omp parallel for simd ordered ordered // expected-error {{directive '#pragma omp parallel f… in test_ordered()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | C_O_L_R_.py | 56 ordered = [] 64 ordered.append([gid, glyphName, self.ColorLayers[glyphName]]) 65 ordered.sort() 69 for (gid, glyphName, layers) in ordered: 83 ordered = [] 90 ordered.append([gid, glyphName, self.ColorLayers[glyphName]]) 91 ordered.sort() 92 for entry in ordered:
|
/external/v8/test/cctest/ |
D | test-double.cc | 43 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF); in TEST() local 44 CHECK_EQ(3512700564088504e-318, Double(ordered).value()); in TEST() 55 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF); in TEST() local 56 DiyFp diy_fp = Double(ordered).AsDiyFp(); in TEST() 75 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF); in TEST() local 76 DiyFp diy_fp = Double(ordered).AsNormalizedDiyFp(); in TEST()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_bb.cpp | 446 Pass::run(Program *prog, bool ordered, bool skipPhi) in run() argument 450 return doRun(prog, ordered, skipPhi); in run() 454 Pass::doRun(Program *prog, bool ordered, bool skipPhi) in doRun() argument 459 if (!doRun(Function::get(n), ordered, skipPhi)) in doRun() 466 Pass::run(Function *func, bool ordered, bool skipPhi) in run() argument 470 return doRun(func, ordered, skipPhi); in run() 474 Pass::doRun(Function *func, bool ordered, bool skipPhi) in doRun() argument 484 bbIter = ordered ? func->cfg.iteratorCFG() : func->cfg.iteratorDFS(); in doRun()
|
/external/selinux/libsepol/cil/src/ |
D | cil_resolve_ast.c | 1054 void __cil_ordered_list_init(struct cil_ordered_list **ordered) in __cil_ordered_list_init() argument 1056 *ordered = cil_malloc(sizeof(**ordered)); in __cil_ordered_list_init() 1058 (*ordered)->merged = CIL_FALSE; in __cil_ordered_list_init() 1059 (*ordered)->list = NULL; in __cil_ordered_list_init() 1060 (*ordered)->node = NULL; in __cil_ordered_list_init() 1063 void __cil_ordered_list_destroy(struct cil_ordered_list **ordered) in __cil_ordered_list_destroy() argument 1065 cil_list_destroy(&(*ordered)->list, CIL_FALSE); in __cil_ordered_list_destroy() 1066 (*ordered)->node = NULL; in __cil_ordered_list_destroy() 1067 free(*ordered); in __cil_ordered_list_destroy() 1068 *ordered = NULL; in __cil_ordered_list_destroy() [all …]
|
D | cil_reset_ast.c | 32 class->ordered = CIL_FALSE; in cil_reset_class() 188 sens->ordered = CIL_FALSE; in cil_reset_sens() 193 cat->ordered = CIL_FALSE; in cil_reset_cat() 344 sid->ordered = CIL_FALSE; in cil_reset_sid()
|
/external/freetype/src/sfnt/ |
D | ttkern.c | 52 FT_UInt32 avail = 0, ordered = 0; in tt_face_load_kern() local 150 ordered |= mask; in tt_face_load_kern() 159 face->kern_order_bits = ordered; in tt_face_load_kern()
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttkern.c | 52 FT_UInt32 avail = 0, ordered = 0; in tt_face_load_kern() local 150 ordered |= mask; in tt_face_load_kern() 159 face->kern_order_bits = ordered; in tt_face_load_kern()
|
/external/opencv/cv/src/ |
D | cvcalibinit.cpp | 116 bool ordered; // true if corners/neighbors are ordered counter-clockwise member 401 if (quads[i].ordered) in cvFindChessboardCorners() 575 start->ordered = true; in icvOrderFoundConnectedQuads() 611 if (neighbor && neighbor->ordered == false && neighbor->count == 4) in icvOrderFoundConnectedQuads() 615 neighbor->ordered = true; in icvOrderFoundConnectedQuads() 708 if (neighbor && !neighbor->ordered && // is it an inner quad? in icvOrderFoundConnectedQuads() 716 neighbor->ordered = true; in icvOrderFoundConnectedQuads() 731 if (quads[i]->count < 4 && quads[i]->ordered) in icvOrderFoundConnectedQuads() 749 if (quads[i]->ordered == false) in icvOrderFoundConnectedQuads() 754 if (quads[i]->neighbors[j] && quads[i]->neighbors[j]->ordered) in icvOrderFoundConnectedQuads() [all …]
|
/external/clang/include/clang/Basic/ |
D | OpenMPKinds.def | 88 OPENMP_DIRECTIVE(ordered) 115 OPENMP_CLAUSE(ordered, OMPOrderedClause) 153 OPENMP_FOR_CLAUSE(ordered) 210 OPENMP_PARALLEL_FOR_CLAUSE(ordered)
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
D | UnsignedBytesTest.java | 235 List<byte[]> ordered = Arrays.asList( in testLexicographicalComparator() local 248 Helpers.testComparator(comparator, ordered); in testLexicographicalComparator() 253 Helpers.testComparator(javaImpl, ordered); in testLexicographicalComparator()
|
D | SignedBytesTest.java | 136 List<byte[]> ordered = Arrays.asList( in testLexicographicalComparator() local 148 Helpers.testComparator(comparator, ordered); in testLexicographicalComparator()
|
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
D | SignedBytesTest.java | 133 List<byte[]> ordered = Arrays.asList( in testLexicographicalComparator() local 145 Helpers.testComparator(comparator, ordered); in testLexicographicalComparator()
|
D | UnsignedIntsTest.java | 100 List<int[]> ordered = Arrays.asList( in testLexicographicalComparator() local 113 Helpers.testComparator(comparator, ordered); in testLexicographicalComparator()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | branch-04.ll | 186 ; "jno" == "jump if no overflow", which corresponds to "jump if ordered" 187 ; rather than "jump if not ordered" after a floating-point comparison. 203 ; "jo" == "jump if overflow", which corresponds to "jump if not ordered" 204 ; rather than "jump if ordered" after a floating-point comparison.
|
D | int-cmp-34.ll | 5 ; Check ordered comparisons with 0. 18 ; Check ordered comparisons with 1. 31 ; Check ordered comparisons with the high end of the signed 16-bit range. 55 ; Check ordered comparisons with -1. 68 ; Check ordered comparisons with the low end of the 16-bit signed range.
|
D | int-cmp-32.ll | 5 ; Check ordered comparisons with 0. 18 ; Check ordered comparisons with 1. 31 ; Check ordered comparisons with the high end of the signed 16-bit range. 55 ; Check ordered comparisons with -1. 68 ; Check ordered comparisons with the low end of the 16-bit signed range.
|
/external/emma/ |
D | test.sh | 130 if ! diff $GOLDEN $COVERAGE >$TESTDIR/diff-ordered; then 131 echo Tests failed: same lines, different order: See $TESTDIR/diff-ordered
|
/external/llvm/test/YAMLParser/ |
D | spec-02-26.data | 3 # ordered maps are represented as
|