/external/freetype/src/autofit/ |
D | afwarp.c | 75 FT_Pos xx1, in af_warper_compute_line_best() argument 89 idx0 = xx1 - warper->t1; in af_warper_compute_line_best() 95 FT_Pos w = xx2 - xx1; in af_warper_compute_line_best() 113 idx_min, idx_max, xx1, xx2, in af_warper_compute_line_best() 305 FT_Pos xx1, xx2; in af_warper_compute() local 310 xx1 = warper->x1; in af_warper_compute() 314 xx1 -= w - warper->w0; in af_warper_compute() 315 if ( xx1 < warper->x1min ) in af_warper_compute() 317 xx2 += warper->x1min - xx1; in af_warper_compute() 318 xx1 = warper->x1min; in af_warper_compute() [all …]
|
/external/fonttools/Lib/fontTools/misc/ |
D | transform.py | 191 xx1, xy1, yx1, yy1, dx1, dy1 = other 194 xx1*xx2 + xy1*yx2, 195 xx1*xy2 + xy1*yy2, 214 xx1, xy1, yx1, yy1, dx1, dy1 = self.__affine 217 xx1*xx2 + xy1*yx2, 218 xx1*xy2 + xy1*yy2, 292 xx1, xy1, yx1, yy1, dx1, dy1 = self.__affine 294 return (xx1, xy1, yx1, yy1, dx1, dy1) == \
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_rdft_neon.c | 98 const float32x4_t xx1 = vsubq_f32(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); in cftmdl_128_neon() local 112 const float32x4_t xx1_rev = vrev64q_f32(xx1); in cftmdl_128_neon() 117 vst1_f32(&a[j + 16], vget_low_f32(xx1)); in cftmdl_128_neon() 156 const float32x4_t xx1 = vsubq_f32(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); in cftmdl_128_neon() local 162 float32x4_t xx4 = vmulq_f32(wk2rv, xx1); in cftmdl_128_neon() 165 xx4 = vmlaq_f32(xx4, wk2iv, vrev64q_f32(xx1)); in cftmdl_128_neon()
|
D | aec_rdft_sse2.c | 115 const __m128 xx1 = _mm_sub_ps(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); in cftmdl_128_SSE2() local 136 _mm_storel_epi64((__m128i*)&a[j0 + 16], _mm_castps_si128(xx1)); in cftmdl_128_SSE2() 139 _mm_shuffle_epi32(_mm_castps_si128(xx1), _MM_SHUFFLE(2, 3, 2, 3))); in cftmdl_128_SSE2() 189 const __m128 xx1 = _mm_sub_ps(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); in cftmdl_128_SSE2() local 190 const __m128 xx2 = _mm_mul_ps(xx1, wk2rv); in cftmdl_128_SSE2() 194 _mm_castps_si128(xx1), _MM_SHUFFLE(2, 3, 0, 1)))); in cftmdl_128_SSE2()
|
/external/drm_hwcomposer/ |
D | separate_rects.h | 44 Rect(TFloat xx1, TFloat yy1, TFloat xx2, TFloat yy2) in Rect() 45 : x1(xx1), y1(yy1), x2(xx2), y2(yy2) { in Rect()
|
/external/skia/src/core/ |
D | SkBitmapProcState_sample.h | 96 uint32_t xx1 = *xy++; in MAKENAME() local 99 SRCTYPE x2 = srcAddr[UNPACK_PRIMARY_SHORT(xx1)]; in MAKENAME() 100 SRCTYPE x3 = srcAddr[UNPACK_SECONDARY_SHORT(xx1)]; in MAKENAME()
|
/external/speex/libspeex/ |
D | filters.c | 484 VARDECL(spx_word16_t *xx1); in qmf_synth() 489 ALLOC(xx1, M2+N2, spx_word16_t); in qmf_synth() 493 xx1[i] = x1[N2-1-i]; in qmf_synth() 495 xx1[N2+i] = mem1[2*i+1]; in qmf_synth() 506 x10 = xx1[N2-2-i]; in qmf_synth() 515 x11 = xx1[N2-1+j-i]; in qmf_synth() 532 x10 = xx1[N2+j-i]; in qmf_synth() 563 mem1[2*i+1] = xx1[i]; in qmf_synth()
|
/external/valgrind/none/tests/amd64/ |
D | bug132918.stdout.exp-older-glibc | 1 xx1 -> 0x4200 8.300000
|
D | bug132918.stdout.exp | 1 xx1 -> 0x4200 8.300000
|
/external/libjpeg-turbo/ |
D | jquant2.c | 770 JLONG xx0, xx1; /* distance increments */ in find_best_colors() local 810 xx1 = inc1; in find_best_colors() 824 dist1 += xx1; in find_best_colors() 825 xx1 += 2 * STEP_C1 * STEP_C1; in find_best_colors()
|
/external/pcre/dist2/testdata/ |
D | testinput2 | 4359 xx1
|
D | testoutput2 | 14187 xx1
|