/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_wide_line.c | 64 float *pos3 = v3->data[pos]; local 86 pos3[1] = pos3[1] + half_width - bias; 93 pos3[0] -= 0.5f; 100 pos3[0] += 0.5f; 109 pos3[0] = pos3[0] + half_width + bias; 116 pos3[1] -= 0.5f; 123 pos3[1] += 0.5f;
|
draw_pipe_wide_point.c | 144 float *pos3 = v3->data[pos]; local 169 pos3[0] += right_adj; 170 pos3[1] += bot_adj;
|
/external/wpa_supplicant_8/src/ap/ |
eap_user_db.c | 36 char *pos3 = os_strchr(start, ','); local 37 if (pos3) 38 *pos3++ = '\0'; 70 if (pos3 == NULL) 72 start = pos3;
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PathMeasureTest.java | 78 float[] pos3 = { 1f, 2f, 3f, 4f }; local 80 assertTrue(mPathMeasure.getPosTan(0f, pos3, tan3));
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
IntlTestNumberFormatAPI.java | 98 FieldPosition pos3 = new FieldPosition(0); local 113 res5 = cur_fr.format(d, res5, pos3);
|
IntlTestDecimalFormatAPI.java | 154 FieldPosition pos3 = new FieldPosition(0); local 163 res3 = cust1.format(d, res3, pos3);
|
IntlTestDecimalFormatAPIC.java | 112 FieldPosition pos3 = new FieldPosition(0); local 121 res3 = cust1.format(d, res3, pos3);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
IntlTestNumberFormatAPI.java | 95 FieldPosition pos3 = new FieldPosition(0); local 110 res5 = cur_fr.format(d, res5, pos3);
|
IntlTestDecimalFormatAPI.java | 151 FieldPosition pos3 = new FieldPosition(0); local 160 res3 = cust1.format(d, res3, pos3);
|
IntlTestDecimalFormatAPIC.java | 109 FieldPosition pos3 = new FieldPosition(0); local 118 res3 = cust1.format(d, res3, pos3);
|
/external/webp/src/enc/ |
syntax_enc.c | 269 uint64_t pos1, pos2, pos3; local 290 pos3 = VP8BitWriterPos(bw); 295 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3); 301 (void)pos3;
|
frame_enc.c | 310 uint64_t pos1, pos2, pos3; local 350 pos3 = VP8BitWriterPos(bw); 352 it->uv_bits_ = pos3 - pos2;
|
/external/swiftshader/src/Shader/ |
VertexPipeline.cpp | 144 Vector4f pos3; local 149 pos3 = transform(src, matrix, index3, homogeneous); 151 dst.x = pos0.x * weight0 + pos1.x * weight1 + pos2.x * weight2 + pos3.x * weight3; 152 dst.y = pos0.y * weight0 + pos1.y * weight1 + pos2.y * weight2 + pos3.y * weight3; 153 dst.z = pos0.z * weight0 + pos1.z * weight1 + pos2.z * weight2 + pos3.z * weight3; 154 dst.w = pos0.w * weight0 + pos1.w * weight1 + pos2.w * weight2 + pos3.w * weight3;
|
/bionic/tests/ |
stdio_test.cpp | 1351 fpos_t pos3; local [all...] |
/external/wpa_supplicant_8/src/utils/ |
common.c | 775 const char *pos, *pos2, *pos3; local 792 pos3 = os_strchr(pos, ','); 793 if (pos2 && (!pos3 || pos2 < pos3)) { 798 pos = pos3;
|
/external/pdfium/core/fxge/agg/ |
fx_agg_driver.cpp | 1086 CFX_PointF pos3 = pPoints[i + 2].m_Point; local [all...] |
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 40 char buf[128], *pos, *pos2, *pos3; local 98 pos3 = pos2; 99 while (*pos3 != ' ' && *pos3 != '\t' && *pos3 != '\0') 100 pos3++; 101 *pos3 = '\0'; 431 char *pos3 = os_strchr(start, ','); local 432 if (pos3) { 433 *pos3++ = '\0' [all...] |