/external/rust/crates/plotters/plotters-doc-data/ |
D | boxplot.svg | 6 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="91" y1="476" x2="91" y2="32"/> 7 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="106" y1="476" x2="106" y2="32"/> 8 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="121" y1="476" x2="121" y2="32"/> 9 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="136" y1="476" x2="136" y2="32"/> 10 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="151" y1="476" x2="151" y2="32"/> 11 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="166" y1="476" x2="166" y2="32"/> 12 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="181" y1="476" x2="181" y2="32"/> 13 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="196" y1="476" x2="196" y2="32"/> 14 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="211" y1="476" x2="211" y2="32"/> 15 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="226" y1="476" x2="226" y2="32"/> [all …]
|
/external/fonttools/Lib/fontTools/pens/ |
D | momentsPen.py | 68 x2,y2 = p2 71 r1 = r0*y2 74 r4 = 3*y2 78 r8 = 2*y2 81 r11 = 10*y2 85 r15 = x2*y2 92 r22 = y2**2 96 r26 = y0*y2 104 r34 = 5*y2 117 r47 = y1*y2 [all …]
|
D | pointInsidePen.py | 86 x2, y2 = point 90 if y1 < y and y2 < y: 92 if y1 >= y and y2 >= y: 96 dy = y2 - y1 101 self._addIntersection(y2 > y1) 106 x2, y2 = bcp1 112 if y1 < y and y2 < y and y3 < y and y4 < y: 114 if y1 >= y and y2 >= y and y3 >= y and y4 >= y: 118 cy = (y2 - dy) * 3.0 119 by = (y3 - y2) * 3.0 - cy [all …]
|
/external/adhd/cras/src/dsp/ |
D | eq.c | 51 float y2 = q->y2; in eq_process1() local 60 b0 * x + b1 * x1 + b2 * x2 - a1 * y1 - a2 * y2; in eq_process1() 64 y2 = y1; in eq_process1() 70 q->y2 = y2; in eq_process1() 85 float y2 = q->y2; in eq_process() local 94 a2 * y2; in eq_process() 98 y2 = y1; in eq_process() 104 q->y2 = y2; in eq_process() 111 float y2 = q->y2; in eq_process() local 119 float z2 = r->y2; in eq_process() [all …]
|
D | eq2.c | 61 float y2L = qL->y2; in eq2_process_one() 71 float y2R = qR->y2; in eq2_process_one() 104 qL->y2 = y2L; in eq2_process_one() 108 qR->y2 = y2R; in eq2_process_one() 124 float32x2_t y2 = { qL->y2, qR->y2 }; in eq2_process_two_neon() local 132 float32x2_t z2 = { rL->y2, rR->y2 }; in eq2_process_two_neon() 172 [y2]"+w"(y2), in eq2_process_two_neon() 193 qL->y2 = y2[0]; in eq2_process_two_neon() 195 rL->y2 = z2[0]; in eq2_process_two_neon() 199 qR->y2 = y2[1]; in eq2_process_two_neon() [all …]
|
/external/libldac/src/ |
D | sigana_ldac.c | 37 SCALAR y0, y1, y2; in calc_mdct_pseudo_spectrum_ldac() local 41 y2 = p_spec[1]; in calc_mdct_pseudo_spectrum_ldac() 42 tmp = y1 * y1 + y2 * y2; in calc_mdct_pseudo_spectrum_ldac() 49 y1 = y2; in calc_mdct_pseudo_spectrum_ldac() 50 y2 = p_spec[isp+1]; in calc_mdct_pseudo_spectrum_ldac() 51 tmp = y1 * y1 + (y0-y2) * (y0-y2); in calc_mdct_pseudo_spectrum_ldac() 58 y1 = y2; in calc_mdct_pseudo_spectrum_ldac() 59 y2 = p_spec[isp+1]; in calc_mdct_pseudo_spectrum_ldac() 60 tmp = y1 * y1 + (y0-y2) * (y0-y2); in calc_mdct_pseudo_spectrum_ldac() 65 tmp = y1 * y1 + y2 * y2; in calc_mdct_pseudo_spectrum_ldac()
|
D | sigana_fixp_ldac.c | 193 INT32 y0, y1, y2; in calc_mdct_pseudo_spectrum_ldac() local 200 y2 = p_spec[1]; in calc_mdct_pseudo_spectrum_ldac() 202 acc2 = (INT64)y2 * (INT64)y2; in calc_mdct_pseudo_spectrum_ldac() 212 y1 = y2; in calc_mdct_pseudo_spectrum_ldac() 213 y2 = p_spec[isp+1]; in calc_mdct_pseudo_spectrum_ldac() 215 acc2 = (INT64)(y0-y2) * (INT64)(y0-y2); in calc_mdct_pseudo_spectrum_ldac() 225 y1 = y2; in calc_mdct_pseudo_spectrum_ldac() 226 y2 = p_spec[isp+1]; in calc_mdct_pseudo_spectrum_ldac() 228 acc2 = (INT64)(y0-y2) * (INT64)(y0-y2); in calc_mdct_pseudo_spectrum_ldac() 237 acc2 = (INT64)y2 * (INT64)y2; in calc_mdct_pseudo_spectrum_ldac()
|
/external/pdfium/third_party/agg23/ |
D | agg_basics.h | 69 T y2; member 72 x1(x1_), y1(y1_), x2(x2_), y2(y2_) {} in rect_base() 81 if(y1 > y2) { in normalize() 83 y1 = y2; in normalize() 84 y2 = t; in normalize() 93 if(y2 > r.y2) { in clip() 94 y2 = r.y2; in clip() 102 return x1 <= x2 && y1 <= y2; in clip() 106 return x1 <= x2 && y1 <= y2; in is_valid() 116 if(r.y2 > r2.y2) { in intersect_rectangles() [all …]
|
D | agg_curves.h | 26 float x2, float y2, in curve4_points() 33 cp[3] = y2; in curve4_points() 40 float x2, float y2, in init() 47 cp[3] = y2; in init() 69 float x2, float y2, in curve4_div() argument 74 init(x1, y1, x2, y2, x3, y3, x4, y4); in curve4_div() 87 float x2, float y2, 125 float x2, float y2, 129 float x2, float y2, 143 float x2, float y2, in curve4() argument [all …]
|
D | agg_curves.cpp | 30 float x2, float y2, in init() argument 37 bezier(x1, y1, x2, y2, x3, y3, x4, y4); in init() 41 float x2, float y2, in recursive_bezier() argument 50 float y12 = (y1 + y2) / 2; in recursive_bezier() 52 float y23 = (y2 + y3) / 2; in recursive_bezier() 63 float d2 = fabs(((x2 - x4) * dy) - ((y2 - 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() 101 float x2, float y2, in bezier() argument 106 recursive_bezier(x1, y1, x2, y2, x3, y3, x4, y4, 0); in bezier()
|
D | agg_math.h | 26 float x2, float y2, in calc_point_location() argument 29 return ((x - x2) * (y2 - y1)) - ((y - y2) * (x2 - x1)); in calc_point_location() 31 AGG_INLINE float calc_distance(float x1, float y1, float x2, float y2) in calc_distance() argument 34 float dy = y2 - y1; in calc_distance() 38 float x2, float y2, in calc_line_point_distance() argument 42 float dy = y2 - y1; in calc_line_point_distance() 47 return ((x - x2) * dy / d) - ((y - y2) * dx / d); in calc_line_point_distance()
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | integral_image.h | 111 const int y2) const { in GetRegionSum() argument 113 x2 >= x1 && y2 >= y1 && x2 < GetWidth() && y2 < GetHeight(), in GetRegionSum() 115 x1, x2, GetWidth(), y1, y2, GetHeight()); in GetRegionSum() 117 const uint32_t everything = (*this)[y2][x2]; in GetRegionSum() 122 const uint32_t left = (*this)[y2][x1 - 1]; in GetRegionSum() 128 everything, left, top, top_left, sum, x1, y1, x2, y2); in GetRegionSum() 132 const uint32_t top = (*this)[y2][x1 - 1]; in GetRegionSum() 156 const int x2, const int y2) const { in GetCode() argument 157 SCHECK(x1 < x2 && y1 < y2, "Bounds out of order!! TL:%d,%d BR:%d,%d", in GetCode() 158 x1, y1, x2, y2); in GetCode() [all …]
|
/external/llvm-project/llvm/test/Analysis/DemandedBits/ |
D | intrinsics.ll | 31 ; CHECK-DAG: DemandedBits: 0xff000000 for %y2 = or i32 %y, 1 32 ; CHECK-DAG: DemandedBits: 0xffff for %z = call i32 @llvm.fshl.i32(i32 %x2, i32 %y2, i32 8) 36 %y2 = or i32 %y, 1 37 %z = call i32 @llvm.fshl.i32(i32 %x2, i32 %y2, i32 8) 43 ; CHECK-DAG: DemandedBits: 0x1fe000000 for %y2 = or i33 %y, 1 44 ; CHECK-DAG: DemandedBits: 0xffff for %z = call i33 @llvm.fshr.i33(i33 %x2, i33 %y2, i33 25) 48 %y2 = or i33 %y, 1 49 %z = call i33 @llvm.fshr.i33(i33 %x2, i33 %y2, i33 25) 55 ; CHECK-DAG: DemandedBits: 0x0 for %y2 = or i32 %y, 1 56 ; CHECK-DAG: DemandedBits: 0xffff for %z = call i32 @llvm.fshl.i32(i32 %x2, i32 %y2, i32 0) [all …]
|
/external/llvm-project/libclc/generic/lib/math/ |
D | tanh.cl | 44 float y2 = y*y; 46 float a1 = mad(y2, 47 mad(y2, 0.4891631088530669873e-4F, -0.14628356048797849e-2F), 49 float b1 = mad(y2, 0.3427017942262751343e0F, 0.845784192581041099e0F); 51 float a2 = mad(y2, 52 mad(y2, 0.3827534993599483396e-4F, -0.12325644183611929e-2F), 54 float b2 = mad(y2, 0.292529068698052819e0F, 0.72209738473684982e0F); 59 float zlo = mad(MATH_DIVIDE(a, b), y*y2, y); 97 double y2 = y * y; 100 double znl = fma(y2, [all …]
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | hanoi.py | 47 x2, y2 = x1+pegwidth, y1+pegheight 49 p = c.create_rectangle(x1, y1, x2, y2, fill='black') 52 p = c.create_rectangle(x1, y1, x2, y2, fill='black') 55 p = c.create_rectangle(x1, y1, x2, y2, fill='black') 65 x1, y1 = (pegdist-maxpiecewidth)//2, y2-pieceheight-2 66 x2, y2 = x1+maxpiecewidth, y1+pieceheight 69 p = c.create_rectangle(x1, y1, x2, y2, fill='red') 73 y1, y2 = y1 - pieceheight-2, y2-pieceheight-2 97 x1, y1, x2, y2 = c.bbox(p) 98 if y2 < ay1: break [all …]
|
D | ss1.py | 49 def multicellvalue(self, x1, y1, x2, y2): argument 52 if y1 > y2: 53 y1, y2 = y2, y1 55 for y in range(y1, y2+1): 74 def clearcells(self, x1, y1, x2, y2): argument 75 for xy in self.selectcells(x1, y1, x2, y2): 78 def clearrows(self, y1, y2): argument 79 self.clearcells(0, y1, sys.maxint, y2) 84 def selectcells(self, x1, y1, x2, y2): argument 87 if y1 > y2: [all …]
|
/external/python/cpython3/Tools/demo/ |
D | hanoi.py | 48 x2, y2 = x1+pegwidth, y1+pegheight 50 p = c.create_rectangle(x1, y1, x2, y2, fill='black') 53 p = c.create_rectangle(x1, y1, x2, y2, fill='black') 56 p = c.create_rectangle(x1, y1, x2, y2, fill='black') 66 x1, y1 = (pegdist-maxpiecewidth)//2, y2-pieceheight-2 67 x2, y2 = x1+maxpiecewidth, y1+pieceheight 70 p = c.create_rectangle(x1, y1, x2, y2, fill='red') 74 y1, y2 = y1 - pieceheight-2, y2-pieceheight-2 98 x1, y1, x2, y2 = c.bbox(p) 99 if y2 < ay1: break [all …]
|
D | spreadsheet.py | 52 def multicellvalue(self, x1, y1, x2, y2): argument 55 if y1 > y2: 56 y1, y2 = y2, y1 58 for y in range(y1, y2+1): 77 def clearcells(self, x1, y1, x2, y2): argument 78 for xy in self.selectcells(x1, y1, x2, y2): 81 def clearrows(self, y1, y2): argument 82 self.clearcells(0, y1, sys.maxsize, y2) 87 def selectcells(self, x1, y1, x2, y2): argument 90 if y1 > y2: [all …]
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | MathFunctions.h | 83 Packet4f y, y1, y2; variable 86 y2 = pmadd(p4f_cephes_log_p6, x, p4f_cephes_log_p7); 89 y2 = pmadd(y2, x, p4f_cephes_log_p8); 91 y = pmadd(y, x3, y2); 98 y2 = pmul(e, p4f_cephes_log_q2); 100 x = padd(x, y2); 342 Packet4f y2 = p4f_sincof_p0; variable 343 y2 = pmadd(y2, z, p4f_sincof_p1); 344 y2 = pmadd(y2, z, p4f_sincof_p2); 345 y2 = pmul(y2, z); [all …]
|
/external/webrtc/modules/audio_processing/aec3/ |
D | subtractor_output_analyzer.cc | 34 const float y2 = subtractor_output[ch].y2; in Update() local 40 e2_refined < 0.5f * y2 && y2 > kConvergenceThreshold; in Update() 42 e2_coarse < 0.05f * y2 && y2 > kConvergenceThreshold; in Update() 44 bool filter_diverged = min_e2 > 1.5f * y2 && y2 > 30.f * 30.f * kBlockSize; in Update()
|
/external/llvm/test/CodeGen/ARM/ |
D | bfi.ll | 81 %y2 = and i32 %y, 4294967040 ; 0xFFFFFF00 83 %or = or i32 %y2, 16 85 %sel = select i1 %cmp, i32 %or, i32 %y2 93 %y2 = and i32 %y, 4294967040 ; 0xFFFFFF00 95 %or = or i32 %y2, 48 97 %sel = select i1 %cmp, i32 %or, i32 %y2 104 %y2 = and i32 %y, 4294967040 ; 0xFFFFFF00 106 %or = or i32 %y2, 48 108 %sel = select i1 %cmp, i32 %y2, i32 %or 115 %y2 = and i32 %y, 4294967040 ; 0xFFFFFF00 [all …]
|
/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/ |
D | BoundingBox.java | 25 public float y2; field in BoundingBox 36 public BoundingBox(float x1, float y1, float x2, float y2, int category, float score) { in BoundingBox() argument 40 this.y2 = y2; in BoundingBox() 50 * Math.max(0, Math.min(y2, bbx.y2) - Math.max(y1, bbx.y1)); in intersect() 60 area = (x2 - x1) * (y2 - y1); in getArea()
|
/external/tensorflow/tensorflow/python/keras/tests/ |
D | temporal_sample_weights_correctness_test.py | 125 y = [self.y1[start:end], self.y2[start:end]] 137 self.y2 = np.asarray([[[.5], [1.5]], [[2.], [1.5]], [[3.5], [3.]]]) 247 history = model.fit([self.x, self.x], [self.y1, self.y2], 259 history = model.fit([self.x, self.x], [self.y1, self.y2], 276 history = model.fit([self.x, self.x], [self.y1, self.y2], 291 model.train_on_batch([self.x, self.x], [self.y1, self.y2]) 292 eval_result = model.evaluate([self.x, self.x], [self.y1, self.y2], 301 model.train_on_batch([self.x, self.x], [self.y1, self.y2], 306 eval_result = model.evaluate([self.x, self.x], [self.y1, self.y2], 321 model.train_on_batch([self.x, self.x], [self.y1, self.y2], [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | atrous_conv2d_test.py | 82 y2 = nn_ops.conv2d( 84 self.assertAllClose(y1, y2, rtol=1e-3, atol=1e-3) 132 y2 = array_ops.space_to_batch(x, paddings=pad, block_size=rate) 133 y2 = nn_ops.conv2d(y2, f, strides=[1, 1, 1, 1], padding=padding) 134 y2 = nn_ops.conv2d(y2, f, strides=[1, 1, 1, 1], padding=padding) 135 y2 = nn_ops.conv2d(y2, f, strides=[1, 1, 1, 1], padding=padding) 136 y2 = array_ops.batch_to_space(y2, crops=pad, block_size=rate) 137 self.assertAllClose(y1, y2, rtol=1e-2, atol=1e-2) 199 y2 = nn_ops.conv2d_transpose( 201 self.assertAllClose(y1, y2, rtol=1e-3, atol=1e-3) [all …]
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | bfi.ll | 102 %y2 = and i32 %y, 4294967040 ; 0xFFFFFF00 104 %or = or i32 %y2, 16 106 %sel = select i1 %cmp, i32 %or, i32 %y2 118 %y2 = and i32 %y, 4294967040 ; 0xFFFFFF00 120 %or = or i32 %y2, 48 122 %sel = select i1 %cmp, i32 %or, i32 %y2 134 %y2 = and i32 %y, 4294967040 ; 0xFFFFFF00 136 %or = or i32 %y2, 48 138 %sel = select i1 %cmp, i32 %y2, i32 %or 149 %y2 = and i32 %y, 4294967040 ; 0xFFFFFF00 [all …]
|