Home
last modified time | relevance | path

Searched refs:pos3 (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_line.c64 float *pos3 = v3->data[pos]; in wideline_line() local
86 pos3[1] = pos3[1] + half_width - bias; in wideline_line()
93 pos3[0] -= 0.5f; in wideline_line()
100 pos3[0] += 0.5f; in wideline_line()
109 pos3[0] = pos3[0] + half_width + bias; in wideline_line()
116 pos3[1] -= 0.5f; in wideline_line()
123 pos3[1] += 0.5f; in wideline_line()
Ddraw_pipe_wide_point.c144 float *pos3 = v3->data[pos]; in widepoint_point() local
169 pos3[0] += right_adj; in widepoint_point()
170 pos3[1] += bot_adj; in widepoint_point()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/SanitizerCoverage/
Dchains.ll14 br label %pos3
18 pos3:
20 ; CHECK-LABEL: pos3:
/external/wpa_supplicant_8/src/ap/
Deap_user_db.c36 char *pos3 = os_strchr(start, ','); in set_user_methods() local
37 if (pos3) in set_user_methods()
38 *pos3++ = '\0'; in set_user_methods()
70 if (pos3 == NULL) in set_user_methods()
72 start = pos3; in set_user_methods()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/
Dexp.s84 exp pos3 v4, v3, v2, v1
88 exp pos3 v4, v3, v2, v1 done
/external/webp/src/enc/
Dsyntax_enc.c269 uint64_t pos1, pos2, pos3; in GeneratePartition0() local
290 pos3 = VP8BitWriterPos(bw); in GeneratePartition0()
295 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3); in GeneratePartition0()
301 (void)pos3; in GeneratePartition0()
Dframe_enc.c310 uint64_t pos1, pos2, pos3; in CodeResiduals() local
350 pos3 = VP8BitWriterPos(bw); in CodeResiduals()
352 it->uv_bits_ = pos3 - pos2; in CodeResiduals()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestNumberFormatAPI.java98 FieldPosition pos3 = new FieldPosition(0); in TestAPI() local
113 res5 = cur_fr.format(d, res5, pos3); in TestAPI()
DIntlTestDecimalFormatAPI.java154 FieldPosition pos3 = new FieldPosition(0); in TestAPI() local
163 res3 = cust1.format(d, res3, pos3); in TestAPI()
DIntlTestDecimalFormatAPIC.java112 FieldPosition pos3 = new FieldPosition(0); in TestAPI() local
121 res3 = cust1.format(d, res3, pos3); in TestAPI()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestNumberFormatAPI.java95 FieldPosition pos3 = new FieldPosition(0); in TestAPI() local
110 res5 = cur_fr.format(d, res5, pos3); in TestAPI()
DIntlTestDecimalFormatAPI.java151 FieldPosition pos3 = new FieldPosition(0); in TestAPI() local
160 res3 = cust1.format(d, res3, pos3); in TestAPI()
DIntlTestDecimalFormatAPIC.java109 FieldPosition pos3 = new FieldPosition(0); in TestAPI() local
118 res3 = cust1.format(d, res3, pos3); in TestAPI()
/external/wpa_supplicant_8/src/utils/
Dcommon.c786 const char *pos, *pos2, *pos3; in freq_range_list_parse() local
807 pos3 = os_strchr(pos, ','); in freq_range_list_parse()
808 if (pos2 && (!pos3 || pos2 < pos3)) { in freq_range_list_parse()
813 pos = pos3; in freq_range_list_parse()
/external/swiftshader/src/Shader/
DVertexPipeline.cpp144 Vector4f pos3; in transformBlend() local
149 pos3 = transform(src, matrix, index3, homogeneous); in transformBlend()
151 dst.x = pos0.x * weight0 + pos1.x * weight1 + pos2.x * weight2 + pos3.x * weight3; in transformBlend()
152 dst.y = pos0.y * weight0 + pos1.y * weight1 + pos2.y * weight2 + pos3.y * weight3; in transformBlend()
153 dst.z = pos0.z * weight0 + pos1.z * weight1 + pos2.z * weight2 + pos3.z * weight3; in transformBlend()
154 dst.w = pos0.w * weight0 + pos1.w * weight1 + pos2.w * weight2 + pos3.w * weight3; in transformBlend()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1113 CFX_PointF pos3 = pPoints[i + 2].m_Point; in BuildPath() local
1117 pos3 = pObject2Device->Transform(pos3); in BuildPath()
1121 pos3 = HardClip(pos3); in BuildPath()
1122 agg::curve4 curve(pos0.x, pos0.y, pos.x, pos.y, pos2.x, pos2.y, pos3.x, in BuildPath()
1123 pos3.y); in BuildPath()
/external/icu/icu4c/source/test/intltest/
Dnmfmapts.cpp125 …FieldPosition pos1(FieldPosition::DONT_CARE), pos2(FieldPosition::DONT_CARE), pos3(FieldPosition::… in testAPI() local
140 res5 = cur_fr->format(fD, res5, pos3, status); in testAPI()
Ddcfmapts.cpp220 …FieldPosition pos1(FieldPosition::DONT_CARE), pos2(FieldPosition::DONT_CARE), pos3(FieldPosition::… in testAPI() local
229 res3 = cust1.format(fD, res3, pos3, status); in testAPI()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c32 char buf[128], *pos, *pos2, *pos3; in hostapd_config_read_vlan_file() local
90 pos3 = pos2; in hostapd_config_read_vlan_file()
91 while (*pos3 != ' ' && *pos3 != '\t' && *pos3 != '\0') in hostapd_config_read_vlan_file()
92 pos3++; in hostapd_config_read_vlan_file()
93 *pos3 = '\0'; in hostapd_config_read_vlan_file()
423 char *pos3 = os_strchr(start, ','); in hostapd_config_read_eap_user() local
424 if (pos3) { in hostapd_config_read_eap_user()
425 *pos3++ = '\0'; in hostapd_config_read_eap_user()
467 if (pos3 == NULL) in hostapd_config_read_eap_user()
469 start = pos3; in hostapd_config_read_eap_user()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.exp.ll191 ; GCN: exp pos3 [[SRC0]], [[SRC1]], [[SRC2]], [[SRC3]]{{$}}
192 ; GCN: exp pos3 [[SRC0]], [[SRC1]], [[SRC2]], [[SRC3]] done{{$}}
436 ; GCN: exp pos3 [[SRC0]], [[SRC1]], [[SRC2]], [[SRC3]]{{$}}
437 ; GCN: exp pos3 [[SRC0]], [[SRC1]], [[SRC2]], [[SRC3]] done{{$}}