Home
last modified time | relevance | path

Searched defs:xh (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/
Dpooling_grad.c61 int xh = yh * stride_h + kh - pad_h; in AvgPoolingFp16Grad() local
82 int xh = yh * stride_h + kh - pad_h; in AvgPoolingFp16Grad() local
144 int xh = yh * stride_h + kh - pad_h; in MaxPoolingFp16Grad() local
173 int xh = yh * stride_h + kh - pad_h; in MaxPoolingFp16Grad() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dpooling_grad.c61 int xh = yh * stride_h + kh - pad_h; in AvgPoolingGrad() local
82 int xh = yh * stride_h + kh - pad_h; in AvgPoolingGrad() local
141 int xh = yh * stride_h + kh - pad_h; in MaxPoolingGrad() local
171 int xh = yh * stride_h + kh - pad_h; in MaxPoolingGrad() local
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_random.c82 unsigned int xh, xl; in SDLTest_Random() local
/third_party/musl/porting/liteos_a/kernel/src/math/
Dhypotl.c17 long double xh, xl, xc; in sq() local
Dhypot.c13 double_t xh, xl, xc; in sq() local
/third_party/musl/src/math/
Dhypotl.c17 long double xh, xl, xc; in sq() local
Dhypot.c13 double_t xh, xl, xc; in sq() local
/third_party/boost/boost/polygon/
Drectangle_data.hpp23 inline rectangle_data(T xl, T yl, T xh, T yh):ranges_() { in rectangle_data()
Drectangle_concept.hpp167 construct(coord_type xl, coord_type yl, coord_type xh, coord_type yh) { in construct()
253 xh(const rectangle_type& rectangle) { in xh() function
261 xh(rectangle_type& rectangle, typename rectangle_coordinate_type<rectangle_type>::type value) { in xh() function
/third_party/optimized-routines/math/test/rtest/
Dsemi.c15 uint32 xh, xl, roundword; in test_rint() local
429 uint32 xh, xl; in test_frexp() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcFragDepthTests.cpp253 float xh = ((float)x - (float)half + 0.5f) / (float)(referenceFrame.getWidth() - half); in iterate() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDepthRangeTests.cpp248 float xh = ((float)(x - half) + 0.5f) / (float)(referenceFrame.getWidth()-half); in iterate() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFragDepthTests.cpp255 float xh = ((float)(x - half) + 0.5f) / (float)(referenceFrame.getWidth()-half); in iterate() local
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.cpp1742 UINT_32 xh, yh, zh; in ComputeSurface3DMicroBlockOffset() local
/third_party/ffmpeg/libavfilter/
Dvsrc_testsrc.c795 int pos, xh, yh; in test2_fill_picture() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c1452 LLVMValueRef xl, xh, v0l, v0h, v1l, v1h, resl, resh; in lp_build_lerp() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp3018 auto xh = x >> 16; in MulHigh() local