Home
last modified time | relevance | path

Searched refs:ox (Results 1 – 25 of 244) sorted by relevance

12345678910

/external/mesa3d/src/mesa/math/
Dm_xform_tmp.h88 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/
Dconvolution-operator-tester.h563 for (size_t ox = 0; ox < output_width(); ox++) { in TestNHWCxQ8() local
566 …accumulators[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_ch… in TestNHWCxQ8()
581 for (size_t ox = 0; ox < output_width(); ox++) { in TestNHWCxQ8() local
586 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestNHWCxQ8()
590 …accumulators[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_ch… in TestNHWCxQ8()
605 for (size_t ox = 0; ox < output_width(); ox++) { in TestNHWCxQ8() local
610 … const size_t ix = ox * subsampling_width() + kx * dilation_width() - padding_left(); in TestNHWCxQ8()
615 …accumulators[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_ch… in TestNHWCxQ8()
723 for (size_t ox = 0; ox < output_width(); ox++) { in TestNHWCxF32() local
726 …output_ref[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_chan… in TestNHWCxF32()
[all …]
Daverage-pooling-operator-tester.h408 for (size_t ox = 0; ox < output_width(); ox++) { in TestQ8() local
414 const size_t ix = ox * stride_width() + px - padding_left(); in TestQ8()
420 …output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = float(acc * scal… in TestQ8()
421 output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = in TestQ8()
422 …std::min<float>(output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c], f… in TestQ8()
423 output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = in TestQ8()
424 …std::max<float>(output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c], f… in TestQ8()
491 for (size_t ox = 0; ox < output_width(); ox++) { in TestF32() local
498 const size_t ix = ox * stride_width() + px - padding_left(); in TestF32()
505 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = acc / float(n); in TestF32()
[all …]
Ddeconvolution-operator-tester.h457 for (size_t ox = 0; ox < output_width(); ox++) { in TestQ8() local
460 …accumulators[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_ch… in TestQ8()
472 for (size_t ox = 0; ox < output_width(); ox++) { in TestQ8() local
478 const size_t x = ox + padding_left() - kx * dilation_width(); in TestQ8()
484 …accumulators[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_ch… in TestQ8()
591 for (size_t ox = 0; ox < output_width(); ox++) { in TestF32() local
594 …output_ref[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_chan… in TestF32()
606 for (size_t ox = 0; ox < output_width(); ox++) { in TestF32() local
612 const size_t x = ox + padding_left() - kx * dilation_width(); in TestF32()
618 …output_ref[(((i * output_height() + oy) * output_width() + ox) * groups() + g) * group_output_chan… in TestF32()
[all …]
Dmax-pooling-operator-tester.h410 for (size_t ox = 0; ox < output_width(); ox++) { in TestU8() local
416 const size_t ix = ox * stride_width() + px * dilation_width() - padding_left(); in TestU8()
425 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestU8()
491 for (size_t ox = 0; ox < output_width(); ox++) { in TestF32() local
497 const size_t ix = ox * stride_width() + px * dilation_width() - padding_left(); in TestF32()
504 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestF32()
592 for (size_t ox = 0; ox < output_width(); ox++) { in TestSetupU8() local
598 const size_t ix = ox * stride_width() + px * dilation_width() - padding_left(); in TestSetupU8()
607 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestSetupU8()
663 for (size_t ox = 0; ox < next_output_width(); ox++) { in TestSetupU8() local
[all …]
Dargmax-pooling-operator-tester.h307 for (size_t ox = 0; ox < output_width(); ox++) { in TestF32() local
310 …const size_t ix_top_left = std::max<size_t>(ox * pooling_width(), padding_left()) - padding_left(); in TestF32()
317 const size_t ix = ox * pooling_width() + px - padding_left(); in TestF32()
327 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestF32()
328 … index_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_index; in TestF32()
423 for (size_t ox = 0; ox < output_width(); ox++) { in TestSetupF32() local
426 …const size_t ix_top_left = std::max<size_t>(ox * pooling_width(), padding_left()) - padding_left(); in TestSetupF32()
433 const size_t ix = ox * pooling_width() + px - padding_left(); in TestSetupF32()
443 … output_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_value; in TestSetupF32()
444 … index_ref[((i * output_height() + oy) * output_width() + ox) * channels() + c] = max_index; in TestSetupF32()
[all …]
Ddwconv-spchw-microkernel-tester.h244 for (size_t ox = 0; ox < output_width(); ox++) { variable
249 const size_t ix = ox * subsampling() + kx - padding_left();
257 output_ref[oy * output_width() + ox] = acc;
Dconv-hwc-microkernel-tester.h327 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_height() + oy) * output_width() + ox) * output_channels() + oc] = acc;
Dconv-hwc2spchw-microkernel-tester.h327 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;
Dunpooling-operator-tester.h305 …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/ImageMagick/MagickCore/
Dvision.c274 ox, in ConnectedComponentsImage() local
301 ox=offset; in ConnectedComponentsImage()
302 status=GetMatrixElement(equivalences,ox,0,&obj); in ConnectedComponentsImage()
303 while (obj != ox) in ConnectedComponentsImage()
305 ox=obj; in ConnectedComponentsImage()
306 status=GetMatrixElement(equivalences,ox,0,&obj); in ConnectedComponentsImage()
315 if (ox < oy) in ConnectedComponentsImage()
317 status=SetMatrixElement(equivalences,oy,0,&ox); in ConnectedComponentsImage()
318 root=ox; in ConnectedComponentsImage()
322 status=SetMatrixElement(equivalences,ox,0,&oy); in ConnectedComponentsImage()
[all …]
/external/arm-optimized-routines/math/test/testcases/directed/
Dexpf.tst11 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
Dexp2f.tst11 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
Dpowf.tst119 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 …]
Dexp2.tst12 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
Dexp.tst12 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/deqp/modules/egl/
DteglPreservingSwapTests.cpp209 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/
Dmathmodule.c760 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/
DExhaust.py181 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/
DMotionField.pde76 float ox = j * block_size + 0.5f * block_size;
79 line(ox, oy, ox + mv.x, oy + mv.y);
/external/XNNPACK/src/xnnpack/
Dpack.h239 for (size_t ox = 0; ox < sw; ox++) { in xnn_pack_q8_deconv_goki_w() local
243 … = (int32_t) divide_round_up(kh - oy, sh) * (int32_t) divide_round_up(kw - ox, sw) * (int32_t) kc … in xnn_pack_q8_deconv_goki_w()
261 for (size_t kx = ox; kx < kw; kx += sw) { in xnn_pack_q8_deconv_goki_w()
735 for (size_t ox = 0; ox < sw; ox++) { in xnn_pack_f32_deconv_goki_w() local
748 for (size_t kx = ox; kx < kw; kx += sw) { in xnn_pack_f32_deconv_goki_w()
/external/skia/src/gpu/
DGrXferProcessor.h88 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset() argument
/external/skqp/src/gpu/
DGrXferProcessor.h87 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset() argument
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc738 int64 ox = GetOutputSize(ix, kx, sx, padding); in ConvolutionDimensionsFromInputs() local
751 batch, ix, iy, iz, kx, ky, kz, oz, ox, oy, sx, sy, padding}; in ConvolutionDimensionsFromInputs()
758 VLOG(1) << "Output Dims:" << ox << "," << oy; in ConvolutionDimensionsFromInputs()
781 ops *= conv_dims.ox * conv_dims.oy; in CountConv2DOperations()
1094 ops *= conv_dims.ox * conv_dims.oy; in CountConv2DBackpropInputOperations()
1151 ops *= conv_dims.ox * conv_dims.oy; in CountConv2DBackpropFilterOperations()
1331 output = DescribeTensor(DT_FLOAT, {dims.batch, dims.oz, dims.oy, dims.ox}); in PredictFusedConv2DBiasActivation()
1333 output = DescribeTensor(DT_FLOAT, {dims.batch, dims.oy, dims.ox, dims.oz}); in PredictFusedConv2DBiasActivation()
1814 int64 ox = GetOutputSize(ix, kx, sx, padding); in OpDimensionsFromInputs() local
1819 batch, ix, iy, iz, kx, ky, kz, oz, ox, oy, sx, sy, padding}; in OpDimensionsFromInputs()
[all …]
/external/freetype/include/freetype/internal/
Dcffotypes.h97 FT_F26Dot6 ox, oy; /* offsets */ member

12345678910