Home
last modified time | relevance | path

Searched refs:POS (Results 1 – 25 of 719) sorted by relevance

12345678910>>...29

/third_party/mesa3d/src/mesa/swrast/
Ds_aatriangle.c169 #define POS(a, b) (0.5+a*4+b)/16 in compute_coveragef() macro
172 { POS(0, 2), POS(0, 0) }, in compute_coveragef()
173 { POS(3, 3), POS(0, 2) }, in compute_coveragef()
174 { POS(0, 0), POS(3, 1) }, in compute_coveragef()
175 { POS(3, 1), POS(3, 3) }, in compute_coveragef()
177 { POS(1, 1), POS(0, 1) }, in compute_coveragef()
178 { POS(2, 0), POS(0, 3) }, in compute_coveragef()
179 { POS(0, 3), POS(1, 3) }, in compute_coveragef()
180 { POS(1, 2), POS(1, 0) }, in compute_coveragef()
181 { POS(2, 3), POS(1, 2) }, in compute_coveragef()
[all …]
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dcmp-sext-simm.c2 #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 …]
Dcmp-sext-uimm.c2 #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/
Dmtest.h68 #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/
Dmozilla-trust-gen.sh147 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/
Dhevcpred_template.c28 #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/
Dgradients_degenerate.cpp29 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/
Dgradients_degenerate.cpp30 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DPatternStringUtils.java21 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/weston/clients/
Dnested-client.c63 #define POS 0 macro
105 glBindAttribLocation(client->program, POS, "pos"); in create_program()
185 glVertexAttribPointer(POS, 2, GL_FLOAT, GL_FALSE, 0, verts); in render_triangle()
187 glEnableVertexAttribArray(POS); in render_triangle()
192 glDisableVertexAttribArray(POS); in render_triangle()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DPatternStringUtils.java26 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/mesa3d/src/freedreno/registers/
Dtext-format.txt86 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/
DAffixMatcher.java103 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DAffixMatcher.java101 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/vk-gl-cts/external/vulkancts/data/vulkan/amber/binding_model/dynamic_offset/
Dshader_reuse_differing_layout_graphics.amber100 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/
Dtexel_offset.amber44 RUN setup DRAW_RECT POS 0 0 SIZE 256 256
57 RUN pipeline DRAW_RECT POS 0 0 SIZE 256 256
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/graphics/early_fragment/
Ddepth_equal.amber106 RUN my_pipeline DRAW_RECT POS 0 0 SIZE 250 250
148 RUN verify_pipeline DRAW_RECT POS 0 0 SIZE 250 250
Ddepth_less_or_equal.amber106 RUN my_pipeline DRAW_RECT POS 0 0 SIZE 250 250
148 RUN verify_pipeline DRAW_RECT POS 0 0 SIZE 250 250
Ddepth_greater.amber107 RUN my_pipeline DRAW_RECT POS 0 0 SIZE 250 250
149 RUN verify_pipeline DRAW_RECT POS 0 0 SIZE 250 250
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/draw/output_location/shuffle/
Dinputs-outputs.amber133 RUN pipeline_ref0 DRAW_RECT POS 0 0 SIZE 60 60
134 RUN pipeline_ref1 DRAW_RECT POS 0 0 SIZE 60 60
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/graphics/execution_mode/
Ddepthless_2.amber104 RUN my_pipeline DRAW_RECT POS 0 0 SIZE 256 256
144 RUN verify_pipeline DRAW_RECT POS 0 0 SIZE 256 256
Ddepthless_3.amber104 RUN my_pipeline DRAW_RECT POS 0 0 SIZE 256 256
144 RUN verify_pipeline DRAW_RECT POS 0 0 SIZE 256 256
Ddepthunchanged_3.amber104 RUN my_pipeline DRAW_RECT POS 0 0 SIZE 256 256
144 RUN verify_pipeline DRAW_RECT POS 0 0 SIZE 256 256
Ddepthgreater_2.amber104 RUN my_pipeline DRAW_RECT POS 0 0 SIZE 256 256
144 RUN verify_pipeline DRAW_RECT POS 0 0 SIZE 256 256
Ddepthless_4.amber104 RUN my_pipeline DRAW_RECT POS 0 0 SIZE 256 256
144 RUN verify_pipeline DRAW_RECT POS 0 0 SIZE 256 256

12345678910>>...29