/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
D | cmp-sext-simm.c | 2 #define POS (1LL << 31) macro 3 #define NEG (-POS - 1) 5 static int lt_ge0(int x) { return (sext(x) < (POS + 0)) == 1; } in lt_ge0() 6 static int lt_ge1(int x) { return (sext(x) < (POS + 1)) == 1; } in lt_ge1() 7 static int lt_ge2(int x) { return (sext(x) < (POS + 2)) == 1; } in lt_ge2() 8 static int lt_gex(int x) { return (sext(x) < (POS<< 1)) == 1; } in lt_gex() 9 static int lt_gey(int x) { return (sext(x) < (POS<< 3)) == 1; } in lt_gey() 10 static int le_ge0(int x) { return (sext(x) <= (POS + 0)) == 1; } in le_ge0() 11 static int le_ge1(int x) { return (sext(x) <= (POS + 1)) == 1; } in le_ge1() 12 static int le_ge2(int x) { return (sext(x) <= (POS + 2)) == 1; } in le_ge2() [all …]
|
D | cmp-sext-uimm.c | 2 #define POS (1ULL << 31) macro 3 #define NEG ((unsigned long long) -POS) 5 int sext_ltu_p2(int x) { return (sext(x) < (POS + 2)) == (x >= 0); } in sext_ltu_p2() 6 int sext_ltu_p1(int x) { return (sext(x) < (POS + 1)) == (x >= 0); } in sext_ltu_p1() 7 int sext_ltu_p0(int x) { return (sext(x) < (POS + 0)) == (x >= 0); } in sext_ltu_p0() 9 int sext_leu_p1(int x) { return (sext(x) <= (POS + 1)) == (x >= 0); } in sext_leu_p1() 10 int sext_leu_p0(int x) { return (sext(x) <= (POS + 0)) == (x >= 0); } in sext_leu_p0()
|
/third_party/musl/libc-test/src/common/ |
D | mtest.h | 68 #define POS char *file; int line; macro 69 struct d_d {POS int r; double x; double y; float dy; int e; }; 70 struct f_f {POS int r; float x; float y; float dy; int e; }; 71 struct l_l {POS int r; long double x; long double y; float dy; int e; }; 72 struct ff_f {POS int r; float x; float x2; float y; float dy; int e; }; 73 struct dd_d {POS int r; double x; double x2; double y; float dy; int e; }; 74 struct ll_l {POS int r; long double x; long double x2; long double y; float dy; int e; }; 75 struct d_di {POS int r; double x; double y; float dy; long long i; int e; }; 76 struct f_fi {POS int r; float x; float y; float dy; long long i; int e; }; 77 struct l_li {POS int r; long double x; long double y; float dy; long long i; int e; }; [all …]
|
/third_party/libwebsockets/scripts/ |
D | mozilla-trust-gen.sh | 147 POS=28 148 POS=$(( $POS + `cat _trust/_ders | wc -c | cut -d' ' -f1` )) 151 printf "%08x" $POS | xxd -r -p >> $BN 153 POS=$(( $POS + `cat _trust/_derlens | wc -c | cut -d' ' -f1` )) 156 printf "%08x" $POS | xxd -r -p >> $BN 158 POS=$(( $POS + `cat _trust/_skidlens | wc -c | cut -d' ' -f1` )) 161 printf "%08x" $POS | xxd -r -p >> $BN 163 POS=$(( $POS + `cat _trust/_skid | wc -c | cut -d' ' -f1` )) 166 printf "%08x" $POS | xxd -r -p >> $BN 186 echo "$COUNT CA certs, $POS byte blob"
|
/third_party/ffmpeg/libavcodec/ |
D | hevcpred_template.c | 28 #define POS(x, y) src[(x) + stride * (y)] macro 167 left[-1] = POS(-1, -1); in FUNC() 174 EXTEND(top + size + top_right_size, POS(size + top_right_size - 1, -1), in FUNC() 179 left[i] = POS(-1, i); in FUNC() 182 left[i] = POS(-1, i); in FUNC() 183 EXTEND(left + size + bottom_left_size, POS(-1, size + bottom_left_size - 1), in FUNC() 372 POS(x, y) = ((size - 1 - x) * left[y] + (x + 1) * top[size] + in FUNC() 410 AV_WN4P(&POS(j, i), a); in FUNC() 413 POS(0, 0) = (left[0] + 2 * dc + top[0] + 2) >> 2; in FUNC() 415 POS(x, 0) = (top[x] + 3 * dc + 2) >> 2; in FUNC() [all …]
|
/third_party/flutter/skia/gm/ |
D | gradients_degenerate.cpp | 29 static const SkScalar POS[] = { 0.0, 0.0, 0.5, 1.0, 1.0 }; variable 90 return SkGradientShader::MakeLinear(pts, COLORS, POS, COLOR_CT, mode); in make_linear() 95 return SkGradientShader::MakeRadial(CENTER, 0.0, COLORS, POS, COLOR_CT, mode); in make_radial() 101 return SkGradientShader::MakeSweep(CENTER.fX, CENTER.fY, COLORS, POS, COLOR_CT, mode, in make_sweep() 107 return SkGradientShader::MakeSweep(CENTER.fX, CENTER.fY, COLORS, POS, COLOR_CT, mode, in make_sweep_zero_ang() 114 COLORS, POS, COLOR_CT, mode); in make_2pt_conic() 119 return SkGradientShader::MakeTwoPointConical(CENTER, 0.0, CENTER, 0.0, COLORS, POS, in make_2pt_conic_zero_rad()
|
/third_party/skia/gm/ |
D | gradients_degenerate.cpp | 30 static const SkScalar POS[] = { 0.0, 0.0, 0.5, 1.0, 1.0 }; variable 94 return SkGradientShader::MakeLinear(pts, COLORS, POS, COLOR_CT, mode); in make_linear() 99 return SkGradientShader::MakeRadial(CENTER, 0.0, COLORS, POS, COLOR_CT, mode); in make_radial() 105 return SkGradientShader::MakeSweep(CENTER.fX, CENTER.fY, COLORS, POS, COLOR_CT, mode, in make_sweep() 111 return SkGradientShader::MakeSweep(CENTER.fX, CENTER.fY, COLORS, POS, COLOR_CT, mode, in make_sweep_zero_ang() 118 COLORS, POS, COLOR_CT, mode); in make_2pt_conic() 123 return SkGradientShader::MakeTwoPointConical(CENTER, 0.0, CENTER, 0.0, COLORS, POS, in make_2pt_conic_zero_rad()
|
/third_party/vk-gl-cts/external/amber/src/tests/cases/ |
D | draw_rectangles_stencil_test.amber | 139 RUN pipeline1 DRAW_RECT POS 0 0 SIZE 200 200 140 RUN pipeline2 DRAW_RECT POS 56 56 SIZE 200 200 141 RUN pipeline3 DRAW_RECT POS 0 0 SIZE 256 256 142 RUN pipeline4 DRAW_RECT POS 0 0 SIZE 256 256 143 RUN pipeline5 DRAW_RECT POS 0 0 SIZE 256 256
|
D | draw_rectangles.amber | 70 RUN pipeline1 DRAW_RECT POS 0 0 SIZE 400 300 71 RUN pipeline2 DRAW_RECT POS 0 300 SIZE 400 300 72 RUN pipeline3 DRAW_RECT POS 400 0 SIZE 400 300 73 RUN pipeline4 DRAW_RECT POS 400 300 SIZE 400 300
|
D | draw_grids.amber | 70 RUN pipeline1 DRAW_GRID POS 0 0 SIZE 400 300 CELLS 2 3 71 RUN pipeline2 DRAW_GRID POS 0 300 SIZE 400 300 CELLS 1 1 72 RUN pipeline3 DRAW_GRID POS 400 0 SIZE 400 300 CELLS 100 100 73 RUN pipeline4 DRAW_GRID POS 400 300 SIZE 400 300 CELLS 1 71
|
D | draw_rect_multiple_pipeline.amber | 38 RUN my_pipeline DRAW_RECT POS 0 0 SIZE 250 250 39 RUN pipeline2 DRAW_RECT POS 250 250 SIZE 250 250 40 RUN pipeline3 DRAW_RECT POS 0 250 SIZE 250 250
|
D | draw_grid_multiple_pipeline.amber | 38 RUN my_pipeline DRAW_GRID POS 0 0 SIZE 250 250 CELLS 1 2 39 RUN pipeline2 DRAW_GRID POS 250 250 SIZE 250 250 CELLS 3 4 40 RUN pipeline3 DRAW_GRID POS 0 250 SIZE 250 250 CELLS 5 6
|
D | buffer_emd.amber | 67 RUN pipeline1 DRAW_RECT POS 0 0 SIZE 128 128 68 RUN pipeline2 DRAW_RECT POS 128 128 SIZE 128 128
|
D | draw_polygon_mode.amber | 81 RUN pipeline_point DRAW_RECT POS 20 20 SIZE 216 216 85 RUN pipeline_line_grid DRAW_GRID POS 80 40 SIZE 96 96 CELLS 3 3
|
D | graphics_dynamic_buffers.amber | 129 RUN pipeline0 DRAW_RECT POS 0 0 SIZE 128 128 130 RUN pipeline1 DRAW_RECT POS 128 128 SIZE 128 128
|
D | draw_storageimage.amber | 71 RUN pipeline1 DRAW_RECT POS 50 50 SIZE 100 100 75 RUN pipeline2 DRAW_RECT POS 20 20 SIZE 170 170
|
D | magfilter_nearest.amber | 85 RUN pipeline1 DRAW_RECT POS 0 0 SIZE 1 1 86 RUN pipeline1 DRAW_RECT POS 1 1 SIZE 1 1
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | PatternStringUtils.java | 21 POS, enumConstant 502 case POS: in resolveSignDisplay() 503 return PatternSignType.POS; in resolveSignDisplay() 514 case POS: in resolveSignDisplay() 526 return PatternSignType.POS; in resolveSignDisplay() 527 case POS: in resolveSignDisplay() 539 case POS: in resolveSignDisplay() 540 return PatternSignType.POS; in resolveSignDisplay() 545 return PatternSignType.POS; in resolveSignDisplay()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | PatternStringUtils.java | 26 POS, enumConstant 507 case POS: in resolveSignDisplay() 508 return PatternSignType.POS; in resolveSignDisplay() 519 case POS: in resolveSignDisplay() 531 return PatternSignType.POS; in resolveSignDisplay() 532 case POS: in resolveSignDisplay() 538 return PatternSignType.POS; in resolveSignDisplay()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | AffixMatcher.java | 101 if (type == PatternSignType.POS in createMatchers() 130 if (type == PatternSignType.POS) { in createMatchers() 146 if (type == PatternSignType.POS || !Objects.equals(prefix, posPrefix)) { in createMatchers() 149 if (type == PatternSignType.POS || !Objects.equals(suffix, posSuffix)) { in createMatchers()
|
/third_party/mesa3d/src/freedreno/registers/ |
D | text-format.txt | 86 POS NAME 87 <bitfield low="POS" high="POS" name="NAME"/> if inside a reg or bitset 88 <REGLIKE offset="POS" name="NAME"> otherwise
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
D | AffixMatcher.java | 103 if (type == PatternSignType.POS in createMatchers() 132 if (type == PatternSignType.POS) { in createMatchers() 148 if (type == PatternSignType.POS || !Objects.equals(prefix, posPrefix)) { in createMatchers() 151 if (type == PatternSignType.POS || !Objects.equals(suffix, posSuffix)) { in createMatchers()
|
/third_party/rust/crates/minimal-lexical/tests/ |
D | libm_tests.rs | 78 const POS: &[&[f64]] = &[POS_ZERO, POS_ODDS, POS_ONE, POS_FLOATS, POS_EVENS, POS_INF]; constant 152 powd_test_sets_as_exponent(f64::INFINITY, &POS[1..], f64::INFINITY); in powd_infinity_as_base() 197 powd_test_sets_as_exponent(0.0, &POS[1..], 0.0); in powd_zero_as_base() 205 powd_test_sets_as_exponent(-0.0, &POS[3..], 0.0); in powd_zero_as_base()
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/binding_model/dynamic_offset/ |
D | shader_reuse_differing_layout_graphics.amber | 100 RUN pipeline0 DRAW_RECT POS 0 0 SIZE 128 128 101 RUN pipeline1 DRAW_RECT POS 128 128 SIZE 128 128
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/texture/texel_offset/ |
D | texel_offset.amber | 44 RUN setup DRAW_RECT POS 0 0 SIZE 256 256 57 RUN pipeline DRAW_RECT POS 0 0 SIZE 256 256
|