Home
last modified time | relevance | path

Searched defs:ox (Results 1 – 25 of 32) sorted by relevance

12

/external/XNNPACK/test/
Dconvolution-operator-tester.h536 for (size_t ox = 0; ox < output_width(); ox++) { in TestNHWCxQS8() local
554 for (size_t ox = 0; ox < output_width(); ox++) { in TestNHWCxQS8() local
578 for (size_t ox = 0; ox < output_width(); ox++) { in TestNHWCxQS8() local
704 for (size_t ox = 0; ox < output_width(); ox++) { in TestNHWCxQU8() local
722 for (size_t ox = 0; ox < output_width(); ox++) { in TestNHWCxQU8() local
746 for (size_t ox = 0; ox < output_width(); ox++) { in TestNHWCxQU8() local
868 for (size_t ox = 0; ox < output_width(); ox++) { in TestNHWCxF32() local
886 for (size_t ox = 0; ox < output_width(); ox++) { in TestNHWCxF32() local
910 for (size_t ox = 0; ox < output_width(); ox++) { in TestNHWCxF32() local
1028 for (size_t ox = 0; ox < output_width(); ox++) { in TestNHWCxF16() local
[all …]
Ddeconvolution-operator-tester.h513 for (size_t ox = 0; ox < output_width(); ox++) { in TestQU8() local
528 for (size_t ox = 0; ox < output_width(); ox++) { in TestQU8() local
649 for (size_t ox = 0; ox < output_width(); ox++) { in TestF32() local
664 for (size_t ox = 0; ox < output_width(); ox++) { in TestF32() local
791 for (size_t ox = 0; ox < output_width(); ox++) { in TestSetupQU8() local
806 for (size_t ox = 0; ox < output_width(); ox++) { in TestSetupQU8() local
908 for (size_t ox = 0; ox < next_output_width(); ox++) { in TestSetupQU8() local
923 for (size_t ox = 0; ox < next_output_width(); ox++) { in TestSetupQU8() local
1014 for (size_t ox = 0; ox < output_width(); ox++) { in TestSetupF32() local
1029 for (size_t ox = 0; ox < output_width(); ox++) { in TestSetupF32() local
[all …]
Daverage-pooling-operator-tester.h464 for (size_t ox = 0; ox < output_width(); ox++) { in TestQU8() local
547 for (size_t ox = 0; ox < output_width(); ox++) { in TestF32() local
649 for (size_t ox = 0; ox < output_width(); ox++) { in TestSetupQU8() local
719 for (size_t ox = 0; ox < next_output_width(); ox++) { in TestSetupQU8() local
793 for (size_t ox = 0; ox < output_width(); ox++) { in TestSetupF32() local
876 for (size_t ox = 0; ox < next_output_width(); ox++) { in TestSetupF32() local
Dmax-pooling-operator-tester.h465 for (size_t ox = 0; ox < output_width(); ox++) { in TestU8() local
548 for (size_t ox = 0; ox < output_width(); ox++) { in TestF32() local
651 for (size_t ox = 0; ox < output_width(); ox++) { in TestSetupU8() local
722 for (size_t ox = 0; ox < next_output_width(); ox++) { in TestSetupU8() local
791 for (size_t ox = 0; ox < output_width(); ox++) { in TestSetupF32() local
876 for (size_t ox = 0; ox < next_output_width(); ox++) { in TestSetupF32() local
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
386 …const size_t ox = std::min(std::max<size_t>(ix * pooling_width() + px, padding_left()) - padding_l… in TestSetupX32() local
447 …const size_t ox = std::min(std::max<size_t>(ix * pooling_width() + px, padding_left()) - padding_l… in TestSetupX32() local
Dargmax-pooling-operator-tester.h348 for (size_t ox = 0; ox < output_width(); ox++) { in TestF32() local
445 for (size_t ox = 0; ox < output_width(); ox++) { in TestSetupF32() local
519 for (size_t ox = 0; ox < next_output_width(); ox++) { in TestSetupF32() local
Ddwconv2d-microkernel-tester.h189 for (size_t ox = 0; ox < output_width(); ox++) { variable
Dconv-hwc-microkernel-tester.h321 for (size_t ox = 0; ox < output_width(); ox++) { variable
Dconv-hwc2chw-microkernel-tester.h327 for (size_t ox = 0; ox < output_width(); ox++) { variable
/external/mesa3d/src/mesa/math/
Dm_xform_tmp.h88 const GLfloat ox = from[0]; in TAG() local
132 const GLfloat ox = from[0]; in TAG() local
153 const GLfloat ox = from[0]; in TAG() local
175 const GLfloat ox = from[0]; in TAG() local
199 const GLfloat ox = from[0]; in TAG() local
221 const GLfloat ox = from[0]; in TAG() local
254 const GLfloat ox = from[0], oy = from[1]; in TAG() local
299 const GLfloat ox = from[0], oy = from[1]; in TAG() local
320 const GLfloat ox = from[0], oy = from[1]; in TAG() local
342 const GLfloat ox = from[0], oy = from[1]; in TAG() local
[all …]
/external/python/cpython2/Modules/
Dmathmodule.c760 PyObject *ox, *oy; in math_2() local
1356 PyObject *ox, *oy; in math_fmod() local
1390 PyObject *ox, *oy; in math_hypot() local
1437 PyObject *ox, *oy; in math_pow() local
/external/deqp/modules/egl/
DteglPreservingSwapTests.cpp209 const int ox = width/2; in render() local
256 const int ox = target->getWidth()/2; in render() local
498 const int ox = width/2; in iterate() local
DteglGLES2SharingTests.cpp439 int ox = deRoundFloatToInt32((float)width / 2.0f); in renderResource() local
/external/freetype/include/freetype/internal/
Dcffotypes.h96 FT_F26Dot6 ox, oy; /* offsets */ member
/external/skqp/src/gpu/
DGrXferProcessor.h87 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.h224 int64 ox; // Output size x. member
/external/ImageMagick/MagickCore/
Dvision.c279 ox, in ConnectedComponentsImage() local
/external/XNNPACK/bench/
Dconvolution.cc766 for (size_t ox = 0; ox < output_width; ox++) { in compare_with_convolution_f32_reference_output() local
778 for (size_t ox = 0; ox < output_width; ox++) { in compare_with_convolution_f32_reference_output() local
/external/skia/src/core/
DSkBlurMask.cpp363 int ox = dx >> 1; in ProfileLookup() local
/external/freetype/src/truetype/
Dttobjs.h179 FT_F26Dot6 ox, oy; /* offsets */ member
/external/skqp/src/core/
DSkBlurMask.cpp362 int ox = dx >> 1; in ProfileLookup() local
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp860 float ox = viewport.x + viewport.width * 0.5f; in rasterizeExpectedResults() local
/external/freetype/src/autofit/
Dafhints.h247 FT_Pos ox, oy; /* original, scaled position */ member
/external/XNNPACK/src/
Dpacking.c849 for (size_t ox = 0; ox < sw; ox++) { in xnn_pack_f32_deconv_goki_w() local
918 for (size_t ox = 0; ox < sw; ox++) { in xnn_pack_f16_deconv_goki_w() local
987 for (size_t ox = 0; ox < sw; ox++) { in xnn_pack_qu8_deconv_goki_w() local
/external/ImageMagick/MagickWand/
Ddrawing-wand.c838 WandExport void DrawCircle(DrawingWand *wand,const double ox,const double oy, in DrawCircle()
1146 WandExport void DrawEllipse(DrawingWand *wand,const double ox,const double oy, in DrawEllipse()

12