/external/mesa3d/src/mesa/math/ |
D | m_xform_tmp.h | 88 const GLfloat ox = from[0]; in TAG() local 89 to[i][0] = m0 * ox + m12; in TAG() 90 to[i][1] = m1 * ox + m13; in TAG() 91 to[i][2] = m2 * ox + m14; in TAG() 92 to[i][3] = m3 * ox + m15; in TAG() 132 const GLfloat ox = from[0]; in TAG() local 133 to[i][0] = m0 * ox + m12; in TAG() 134 to[i][1] = m1 * ox + m13; in TAG() 153 const GLfloat ox = from[0]; in TAG() local 154 to[i][0] = m0 * ox + m12; in TAG() [all …]
|
/external/XNNPACK/test/ |
D | convolution-operator-tester.h | 536 for (size_t ox = 0; ox < output_width(); ox++) { in TestNHWCxQS8() local 539 …accumulators[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_ch… in TestNHWCxQS8() 554 for (size_t ox = 0; ox < output_width(); ox++) { in TestNHWCxQS8() local 559 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestNHWCxQS8() 563 …accumulators[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_ch… in TestNHWCxQS8() 578 for (size_t ox = 0; ox < output_width(); ox++) { in TestNHWCxQS8() local 583 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestNHWCxQS8() 588 …accumulators[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_ch… in TestNHWCxQS8() 704 for (size_t ox = 0; ox < output_width(); ox++) { in TestNHWCxQU8() local 707 …accumulators[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_ch… in TestNHWCxQU8() [all …]
|
D | average-pooling-operator-tester.h | 464 for (size_t ox = 0; ox < output_width(); ox++) { in TestQU8() local 470 const size_t ix = ox * stride_width() + px - padding_left(); in TestQU8() 476 …output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = float(acc * scal… in TestQU8() 477 output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = in TestQU8() 478 …std::min<float>(output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c], f… in TestQU8() 479 output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = in TestQU8() 480 …std::max<float>(output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c], f… in TestQU8() 547 for (size_t ox = 0; ox < output_width(); ox++) { in TestF32() local 554 const size_t ix = ox * stride_width() + px - padding_left(); in TestF32() 561 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = acc / float(n); in TestF32() [all …]
|
D | deconvolution-operator-tester.h | 513 for (size_t ox = 0; ox < output_width(); ox++) { in TestQU8() local 516 …accumulators[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_ch… in TestQU8() 528 for (size_t ox = 0; ox < output_width(); ox++) { in TestQU8() local 534 const size_t x = ox + padding_left() - kx * dilation_width(); in TestQU8() 540 …accumulators[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_ch… in TestQU8() 649 for (size_t ox = 0; ox < output_width(); ox++) { in TestF32() local 652 …output_ref[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_chan… in TestF32() 664 for (size_t ox = 0; ox < output_width(); ox++) { in TestF32() local 670 const size_t x = ox + padding_left() - kx * dilation_width(); in TestF32() 676 …output_ref[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_chan… in TestF32() [all …]
|
D | argmax-pooling-operator-tester.h | 348 for (size_t ox = 0; ox < output_width(); ox++) { in TestF32() local 351 …const size_t ix_top_left = std::max<size_t>(ox * pooling_width(), padding_left()) - padding_left(); in TestF32() 358 const size_t ix = ox * pooling_width() + px - padding_left(); in TestF32() 368 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestF32() 369 … index_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_index; in TestF32() 445 for (size_t ox = 0; ox < output_width(); ox++) { in TestSetupF32() local 448 …const size_t ix_top_left = std::max<size_t>(ox * pooling_width(), padding_left()) - padding_left(); in TestSetupF32() 455 const size_t ix = ox * pooling_width() + px - padding_left(); in TestSetupF32() 465 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestSetupF32() 466 … index_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_index; in TestSetupF32() [all …]
|
D | max-pooling-operator-tester.h | 465 for (size_t ox = 0; ox < output_width(); ox++) { in TestU8() local 471 const size_t ix = ox * stride_width() + px * dilation_width() - padding_left(); in TestU8() 480 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestU8() 548 for (size_t ox = 0; ox < output_width(); ox++) { in TestF32() local 554 const size_t ix = ox * stride_width() + px * dilation_width() - padding_left(); in TestF32() 561 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestF32() 651 for (size_t ox = 0; ox < output_width(); ox++) { in TestSetupU8() local 657 const size_t ix = ox * stride_width() + px * dilation_width() - padding_left(); in TestSetupU8() 666 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestSetupU8() 722 for (size_t ox = 0; ox < next_output_width(); ox++) { in TestSetupU8() local [all …]
|
D | dwconv2d-microkernel-tester.h | 189 for (size_t ox = 0; ox < output_width(); ox++) { variable 194 const size_t ix = ox * subsampling() + kx - padding_left(); 202 output_ref[oy * output_width() + ox] = acc;
|
D | conv-hwc2chw-microkernel-tester.h | 327 for (size_t ox = 0; ox < output_width(); ox++) { variable 334 const size_t ix = ox * subsampling_width() + kx - padding_left(); 345 … output_ref[((i * output_channels() + oc) * output_height() + oy) * output_width() + ox] = acc;
|
D | conv-hwc-microkernel-tester.h | 321 for (size_t ox = 0; ox < output_width(); ox++) { variable 328 const size_t ix = ox * subsampling_width() + kx - padding_left(); 339 … output_ref[((i * output_height() + oy) * output_width() + ox) * output_channels() + oc] = acc;
|
D | unpooling-operator-tester.h | 305 …const size_t ox = std::min(std::max<size_t>(ix * pooling_width() + px, padding_left()) - padding_l… in TestX32() local 306 output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = in TestX32() 386 …const size_t ox = std::min(std::max<size_t>(ix * pooling_width() + px, padding_left()) - padding_l… in TestSetupX32() local 387 output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = in TestSetupX32() 447 …const size_t ox = std::min(std::max<size_t>(ix * pooling_width() + px, padding_left()) - padding_l… in TestSetupX32() local 448 … next_output_ref[((i * next_output_height() + oy) * next_output_width() + ox) * channels() + c] = in TestSetupX32()
|
/external/arm-optimized-routines/math/test/testcases/directed/ |
D | expf.tst | 11 func=expf op1=7f7fffff result=7f800000 errno=ERANGE status=ox 18 func=expf op1=42cffff8 result=7f800000 errno=ERANGE status=ox 19 func=expf op1=42d00008 result=7f800000 errno=ERANGE status=ox
|
D | exp2f.tst | 11 func=exp2f op1=7f7fffff result=7f800000 errno=ERANGE status=ox 18 func=exp2f op1=43000000 result=7f800000 errno=ERANGE status=ox 19 func=exp2f op1=43000001 result=7f800000 errno=ERANGE status=ox
|
D | powf.tst | 119 func=powf op1=00000001 op2=bf800000 result=7f800000 errno=ERANGE status=ox 207 func=powf op1=351738cd op2=c0c55691 result=7f800000 errno=ERANGE status=ox 208 func=powf op1=42836035 op2=41a99f40 result=7f800000 errno=ERANGE status=ox 212 func=powf op1=28f0e770 op2=c035b4ca result=7f800000 errno=ERANGE status=ox 215 func=powf op1=3a2f1163 op2=c1422d45 result=7f800000 errno=ERANGE status=ox 216 func=powf op1=434f5cf3 op2=41851272 result=7f800000 errno=ERANGE status=ox 217 func=powf op1=2e0e27a4 op2=c06b13f5 result=7f800000 errno=ERANGE status=ox 219 func=powf op1=21c80729 op2=c00a04ab result=7f800000 errno=ERANGE status=ox 221 func=powf op1=2d173e0b op2=c05ee797 result=7f800000 errno=ERANGE status=ox 222 func=powf op1=452edf9a op2=4132dd7f result=7f800000 errno=ERANGE status=ox [all …]
|
D | exp2.tst | 12 func=exp2 op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox 28 func=exp2 op1=40900000.00000000 result=7ff00000.00000000 errno=ERANGE status=ox
|
D | exp.tst | 12 func=exp op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox 28 func=exp op1=40862e42.fefa39f0 result=7ff00000.00000000 errno=ERANGE status=ox
|
/external/llvm-project/libc/AOR_v20.02/math/test/testcases/directed/ |
D | exp2f.tst | 12 func=exp2f op1=7f7fffff result=7f800000 errno=ERANGE status=ox 19 func=exp2f op1=43000000 result=7f800000 errno=ERANGE status=ox 20 func=exp2f op1=43000001 result=7f800000 errno=ERANGE status=ox
|
D | expf.tst | 12 func=expf op1=7f7fffff result=7f800000 errno=ERANGE status=ox 19 func=expf op1=42cffff8 result=7f800000 errno=ERANGE status=ox 20 func=expf op1=42d00008 result=7f800000 errno=ERANGE status=ox
|
D | powf.tst | 120 func=powf op1=00000001 op2=bf800000 result=7f800000 errno=ERANGE status=ox 208 func=powf op1=351738cd op2=c0c55691 result=7f800000 errno=ERANGE status=ox 209 func=powf op1=42836035 op2=41a99f40 result=7f800000 errno=ERANGE status=ox 213 func=powf op1=28f0e770 op2=c035b4ca result=7f800000 errno=ERANGE status=ox 216 func=powf op1=3a2f1163 op2=c1422d45 result=7f800000 errno=ERANGE status=ox 217 func=powf op1=434f5cf3 op2=41851272 result=7f800000 errno=ERANGE status=ox 218 func=powf op1=2e0e27a4 op2=c06b13f5 result=7f800000 errno=ERANGE status=ox 220 func=powf op1=21c80729 op2=c00a04ab result=7f800000 errno=ERANGE status=ox 222 func=powf op1=2d173e0b op2=c05ee797 result=7f800000 errno=ERANGE status=ox 223 func=powf op1=452edf9a op2=4132dd7f result=7f800000 errno=ERANGE status=ox [all …]
|
D | exp2.tst | 13 func=exp2 op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox 29 func=exp2 op1=40900000.00000000 result=7ff00000.00000000 errno=ERANGE status=ox
|
D | exp.tst | 13 func=exp op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox 29 func=exp op1=40862e42.fefa39f0 result=7ff00000.00000000 errno=ERANGE status=ox
|
/external/deqp/modules/egl/ |
D | teglPreservingSwapTests.cpp | 209 const int ox = width/2; in render() local 215 const int x1i = (int)(((float)px/2.0f) * x1 + (float)ox); in render() 218 const int x2i = (int)(((float)px/2.0f) * x2 + (float)ox); in render() 256 const int ox = target->getWidth()/2; in render() local 262 const int x1i = (int)((px/2.0) * x1 + ox); in render() 265 const int x2i = (int)((px/2.0) * x2 + ox); in render() 498 const int ox = width/2; in iterate() local 504 const int x1i = (int)(((float)px/2.0f) * postSwapX1 + (float)ox); in iterate() 507 const int x2i = (int)(((float)px/2.0f) * postSwapX2 + (float)ox); in iterate()
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 760 PyObject *ox, *oy; in math_2() local 762 if (! PyArg_UnpackTuple(args, funcname, 2, 2, &ox, &oy)) in math_2() 764 x = PyFloat_AsDouble(ox); in math_2() 1356 PyObject *ox, *oy; in math_fmod() local 1358 if (! PyArg_UnpackTuple(args, "fmod", 2, 2, &ox, &oy)) in math_fmod() 1360 x = PyFloat_AsDouble(ox); in math_fmod() 1390 PyObject *ox, *oy; in math_hypot() local 1392 if (! PyArg_UnpackTuple(args, "hypot", 2, 2, &ox, &oy)) in math_hypot() 1394 x = PyFloat_AsDouble(ox); in math_hypot() 1437 PyObject *ox, *oy; in math_pow() local [all …]
|
/external/libvpx/libvpx/tools/3D-Reconstruction/MotionEST/ |
D | Exhaust.py | 181 ox = c * self.blk_sz + x 183 Ix = self.cur_yuv[oy, ox + 1, 0] - self.cur_yuv[oy, ox, 0] 184 Iy = self.cur_yuv[oy + 1, ox, 0] - self.cur_yuv[oy, ox, 0]
|
/external/libvpx/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/ |
D | MotionField.pde | 76 float ox = j * block_size + 0.5f * block_size; 79 line(ox, oy, ox + mv.x, oy + mv.y);
|
/external/ImageMagick/MagickCore/ |
D | vision.c | 279 ox, in ConnectedComponentsImage() local 306 ox=offset; in ConnectedComponentsImage() 307 status=GetMatrixElement(equivalences,ox,0,&obj); in ConnectedComponentsImage() 308 while (obj != ox) in ConnectedComponentsImage() 310 ox=obj; in ConnectedComponentsImage() 311 status=GetMatrixElement(equivalences,ox,0,&obj); in ConnectedComponentsImage() 320 if (ox < oy) in ConnectedComponentsImage() 322 status=SetMatrixElement(equivalences,oy,0,&ox); in ConnectedComponentsImage() 323 root=ox; in ConnectedComponentsImage() 327 status=SetMatrixElement(equivalences,ox,0,&oy); in ConnectedComponentsImage() [all …]
|