/external/fonttools/Lib/fontTools/pens/ |
D | momentsPen.py | 135 x3,y3 = p3 138 r1 = r0*y3 140 r3 = 10*y3 149 r12 = r11*y3 153 r16 = r14*y3 156 r19 = 7*y3 163 r26 = x2*y3 175 r38 = r37*y3 178 r41 = x1*y3 182 r45 = x3*y2*y3 [all …]
|
D | pointInsidePen.py | 109 x3, y3 = bcp2 114 if y1 < y and y2 < y and y3 < y and y4 < y: 116 if y1 >= y and y2 >= y and y3 >= y and y4 >= y: 121 by = (y3 - y2) * 3.0 - cy 175 x3, y3 = point 178 a = y3 - c - b
|
D | areaPen.py | 42 x3, y3 = p3[0] - x0, p3[1] - y0 44 x1 * ( - y2 - y3) + 45 x2 * (y1 - 2*y3) +
|
/external/pdfium/third_party/agg23/ |
D | agg_curves.h | 27 float x3, float y3, in curve4_points() 35 cp[5] = y3; in curve4_points() 41 float x3, float y3, in init() 49 cp[5] = y3; in init() 70 float x3, float y3, in curve4_div() argument 74 init(x1, y1, x2, y2, x3, y3, x4, y4); in curve4_div() 88 float x3, float y3, 126 float x3, float y3, 130 float x3, float y3, 144 float x3, float y3, in curve4() argument [all …]
|
D | agg_curves.cpp | 31 float x3, float y3, in init() argument 37 bezier(x1, y1, x2, y2, x3, y3, x4, y4); in init() 42 float x3, float y3, in recursive_bezier() argument 52 float y23 = (y2 + y3) / 2; in recursive_bezier() 54 float y34 = (y3 + y4) / 2; in recursive_bezier() 64 float d3 = fabs(((x3 - x4) * dy) - ((y3 - y4) * dx)); in recursive_bezier() 68 if (fabs(x1 + x3 - x2 - x2) + fabs(y1 + y3 - y2 - y2) + in recursive_bezier() 69 fabs(x2 + x4 - x3 - x3) + fabs(y2 + y4 - y3 - y3) <= in recursive_bezier() 102 float x3, float y3, in bezier() argument 106 recursive_bezier(x1, y1, x2, y2, x3, y3, x4, y4, 0); in bezier()
|
/external/mesa3d/src/amd/addrlib/r800/ |
D | siaddrlib.cpp | 235 ADDR_CHANNEL_SETTING y3 = InitChannel(1, 1, bankYStart); in ComputeBankEquation() local 244 y3.value = (threshY > bankYStart) ? y3.value : 0; in ComputeBankEquation() 261 pEquation->addr[3] = y3; in ComputeBankEquation() 273 pEquation->addr[3] = y3; in ComputeBankEquation() 285 pEquation->addr[3] = y3; in ComputeBankEquation() 297 pEquation->addr[3] = y3; in ComputeBankEquation() 314 pEquation->addr[2] = y3; in ComputeBankEquation() 324 pEquation->addr[2] = y3; in ComputeBankEquation() 334 pEquation->addr[2] = y3; in ComputeBankEquation() 348 pEquation->addr[1] = y3; in ComputeBankEquation() [all …]
|
/external/boringssl/src/crypto/fipsmodule/ec/asm/ |
D | p256_beeu-x86_64-asm.pl | 60 $y3 = "%r15"; 186 xorq $y3, $y3 246 ${\SHIFT1($y0, $y1, $y2, $y3, $y4)} 293 adc $x3, $y3 308 adc $y3, $x3 339 movq $y3, $y_rsp3(%rsp) 346 sbb $x3, $y3 353 cmovc $y_rsp3(%rsp), $y3 360 sbb $y3, $x3
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog2a.rc | 16 #undef y3 27 #define y3 (y2 + k) 28 #define y4 (y3 + k) 53 LTEXT "Compression ratio:", IDT_PROGRESS_RATIO, m, y3, x0s, 8 59 LTEXT "Compressed size:" , IDT_PROGRESS_PACKED, x2, y3, x2s, 8 64 RTEXT "", IDT_PROGRESS_RATIO_VAL, x1, y3, x1s, MY_TEXT_NOPREFIX 70 RTEXT "", IDT_PROGRESS_PACKED_VAL, x3, y3, x3s, MY_TEXT_NOPREFIX
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
D | RiddersSolver.java | 197 final double y3 = f.value(x3); in solve() local 198 if (FastMath.abs(y3) <= functionValueAccuracy) { in solve() 202 final double delta = 1 - (y1 * y2) / (y3 * y3); // delta > 1 due to bracketing in solve() 203 final double correction = (MathUtils.sign(y2) * MathUtils.sign(y3)) * in solve() 229 y2 = y3; in solve() 238 y1 = y3; in solve()
|
/external/llvm/test/Transforms/ObjCARC/ |
D | provenance.ll | 17 %y3 = load i8*, i8** %c 40 ; CHECK: y1 and y3 are related. 41 ; CHECK: y2 and y3 are related. 44 ; CHECK: x0 and y3 are not related. 47 ; CHECK: l_objc_msgSend_fixup_ and y3 are not related.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ObjCARC/ |
D | provenance.ll | 17 %y3 = load i8*, i8** %c 40 ; CHECK: y1 and y3 are related. 41 ; CHECK: y2 and y3 are related. 44 ; CHECK: x0 and y3 are not related. 47 ; CHECK: l_objc_msgSend_fixup_ and y3 are not related.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/ |
D | dominates.ll | 20 %y3 = landingpad i32 39 %y3 = phi i32 [%y1, %bb2] 44 ; CHECK-NEXT: %y3 = phi i32 [ %y1, %bb2 ] 51 %y3 = phi i32 [%y1, %bb0] 56 ; CHECK-NEXT: %y3 = phi i32 [ %y1, %bb0 ]
|
/external/llvm/test/Verifier/ |
D | dominates.ll | 20 %y3 = landingpad i32 39 %y3 = phi i32 [%y1, %bb2] 44 ; CHECK-NEXT: %y3 = phi i32 [ %y1, %bb2 ] 51 %y3 = phi i32 [%y1, %bb0] 56 ; CHECK-NEXT: %y3 = phi i32 [ %y1, %bb0 ]
|
/external/skqp/experimental/docs/ |
D | interpolatorFunctions.js | 28 var x3 = curve[4], y3 = curve[5], x4 = curve[6], y4 = curve[7]; 31 var ay = interp_cubic_coords(y1, y2, y3, y4, t1); 33 var ey = interp_cubic_coords(y1, y2, y3, y4, (t1*2+t2)/3); 35 var fy = interp_cubic_coords(y1, y2, y3, y4, (t1+t2*2)/3); 37 var dy = interp_cubic_coords(y1, y2, y3, y4, t2);
|
/external/skia/experimental/docs/ |
D | interpolatorFunctions.js | 28 var x3 = curve[4], y3 = curve[5], x4 = curve[6], y4 = curve[7]; 31 var ay = interp_cubic_coords(y1, y2, y3, y4, t1); 33 var ey = interp_cubic_coords(y1, y2, y3, y4, (t1*2+t2)/3); 35 var fy = interp_cubic_coords(y1, y2, y3, y4, (t1+t2*2)/3); 37 var dy = interp_cubic_coords(y1, y2, y3, y4, t2);
|
/external/boringssl/src/crypto/poly1305/ |
D | poly1305_arm.c | 52 uint32_t y3; in freeze() local 74 y3 = x3 + (y2 >> 26); in freeze() 76 y4 = x4 + (y3 >> 26); in freeze() 77 y3 &= 0x3ffffff; in freeze() 84 y3 ^= x3; in freeze() 90 y3 &= swap; in freeze() 96 y3 ^= x3; in freeze() 102 r->v[6] = y3; in freeze()
|
/external/freetype/src/base/ |
D | ftpsprop.c | 55 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; in ps_property_set() local 93 y3 = darken_params[5]; in ps_property_set() 98 y1 < 0 || y2 < 0 || y3 < 0 || y4 < 0 || in ps_property_set() 100 y1 > 500 || y2 > 500 || y3 > 500 || y4 > 500 ) in ps_property_set() 108 driver->darken_params[5] = y3; in ps_property_set()
|
/external/skia/src/core/ |
D | SkEdge.cpp | 352 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; in setCubicWithoutUpdate() local 363 y3 = SkScalarRoundToFDot6(pts[3].fY, shift); in setCubicWithoutUpdate() 373 y3 = int(pts[3].fY * scale); in setCubicWithoutUpdate() 378 if (sortY && y0 > y3) in setCubicWithoutUpdate() 383 swap(y0, y3); in setCubicWithoutUpdate() 389 int bot = SkFDot6Round(y3); in setCubicWithoutUpdate() 401 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3); in setCubicWithoutUpdate() 438 D = SkFDot6UpShift(y3 + 3 * (y1 - y2) - y0, upShift); in setCubicWithoutUpdate() 446 fCLastY = SkFDot6ToFixed(y3); in setCubicWithoutUpdate()
|
/external/skqp/src/core/ |
D | SkEdge.cpp | 352 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; in setCubicWithoutUpdate() local 363 y3 = SkScalarRoundToFDot6(pts[3].fY, shift); in setCubicWithoutUpdate() 373 y3 = int(pts[3].fY * scale); in setCubicWithoutUpdate() 378 if (sortY && y0 > y3) in setCubicWithoutUpdate() 383 swap(y0, y3); in setCubicWithoutUpdate() 389 int bot = SkFDot6Round(y3); in setCubicWithoutUpdate() 401 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3); in setCubicWithoutUpdate() 438 D = SkFDot6UpShift(y3 + 3 * (y1 - y2) - y0, upShift); in setCubicWithoutUpdate() 446 fCLastY = SkFDot6ToFixed(y3); in setCubicWithoutUpdate()
|
/external/mesa3d/src/mesa/program/ |
D | prog_noise.c | 346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; in _mesa_noise3() local 422 y3 = y0 - 1.0f + 3.0f * G3; in _mesa_noise3() 459 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3; in _mesa_noise3() 465 t3 * t3 * grad3(perm[ii + 1 + perm[jj + 1 + perm[kk + 1]]], x3, y3, in _mesa_noise3() 529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; in _mesa_noise4() local 567 y3 = y0 - j3 + 3.0f * G4; in _mesa_noise4() 614 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3 - w3 * w3; in _mesa_noise4() 622 x3, y3, z3, w3); in _mesa_noise4()
|
/external/libjpeg-turbo/simd/powerpc/ |
D | jcgryext-altivec.c | 48 __vector int y0, y1, y2, y3; in jsimd_rgb_gray_convert_altivec() local 210 y3 = vec_msums(rg3, pw_f0299_f0337, pd_onehalf); in jsimd_rgb_gray_convert_altivec() 214 y3 = vec_msums(bg3, pw_f0114_f0250, y3); in jsimd_rgb_gray_convert_altivec() 222 yh = vec_perm((__vector unsigned short)y2, (__vector unsigned short)y3, in jsimd_rgb_gray_convert_altivec()
|
/external/skqp/src/compute/skc/ |
D | path_builder.c | 178 float x3, float y3) in skc_path_cubic_to() argument 193 *path_builder->cubic.coords[7]++ = y3; in skc_path_cubic_to() 195 skc_path_move_to_2(path_builder,x3,y3,x2,y2); in skc_path_cubic_to() 203 float x3, float y3) in skc_path_cubic_smooth_to() argument 208 return skc_path_cubic_to(path_builder,x1,y1,x2,y2,x3,y3); in skc_path_cubic_smooth_to()
|
/external/skia/src/compute/skc/ |
D | path_builder.c | 178 float x3, float y3) in skc_path_cubic_to() argument 193 *path_builder->cubic.coords[7]++ = y3; in skc_path_cubic_to() 195 skc_path_move_to_2(path_builder,x3,y3,x2,y2); in skc_path_cubic_to() 203 float x3, float y3) in skc_path_cubic_smooth_to() argument 208 return skc_path_cubic_to(path_builder,x1,y1,x2,y2,x3,y3); in skc_path_cubic_smooth_to()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | insert-basic.ll | 16 ; void foo(structx_t *px, int y1, int y2, int y3, int y4, int y5) { 19 ; px->x3 = y3; 29 define void @foo(%struct.structx_t* nocapture %px, i32 %y1, i32 %y2, i32 %y3, i32 %y4, i32 %y5) nou… 44 %bf.value2 = and i32 %y3, 262143
|
/external/llvm/test/CodeGen/Hexagon/ |
D | insert-basic.ll | 16 ; void foo(structx_t *px, int y1, int y2, int y3, int y4, int y5) { 19 ; px->x3 = y3; 29 define void @foo(%struct.structx_t* nocapture %px, i32 %y1, i32 %y2, i32 %y3, i32 %y4, i32 %y5) nou… 44 %bf.value2 = and i32 %y3, 262143
|