/third_party/skia/src/sksl/analysis/ |
D | SkSLGetLoopUnrollInfo.cpp | 27 static int calculate_count(double start, double end, double delta, bool forwards, bool inclusive) { in calculate_count() function 182 loopInfo.fCount = calculate_count(loopInfo.fStart, loopEnd, loopInfo.fDelta, in get_es2_loop_unroll_info() 187 loopInfo.fCount = calculate_count(loopInfo.fStart, loopEnd, loopInfo.fDelta, in get_es2_loop_unroll_info() 192 loopInfo.fCount = calculate_count(loopInfo.fStart, loopEnd, loopInfo.fDelta, in get_es2_loop_unroll_info() 197 loopInfo.fCount = calculate_count(loopInfo.fStart, loopEnd, loopInfo.fDelta, in get_es2_loop_unroll_info()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | deconv_winograd_fp32.h | 33 …Wg(const float *nhwc_input_, float *tile_in, float *tile_out, int start_index, int calculate_count, 36 const DeConvParam *deconv_param, int calculate_count, int tile_index);
|
D | deconv_winograd_fp32.c | 510 …Wg(const float *nhwc_input_, float *tile_in, float *tile_out, int start_index, int calculate_count, in DeconvWg() argument 520 for (int unit_index = 0; unit_index < calculate_count; unit_index++) { in DeconvWg() 585 const DeConvParam *deconv_param, int calculate_count, int tile_index) { in DeconvWgPost() argument 595 for (int index = 0; index < calculate_count; ++index) { in DeconvWgPost()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/ |
D | deconv_winograd_fp16.h | 30 … int calculate_count, const ConvParameter *conv_param, DeConvParam *deconv_param, int task_id); 33 const DeConvParam *deconv_param, int calculate_count, int tile_index);
|
D | deconv_winograd_fp16.c | 345 … int calculate_count, const ConvParameter *conv_param, DeConvParam *deconv_param, int task_id) { in DeconvWgFp16() argument 350 for (int unit_index = 0; unit_index < calculate_count; unit_index++) { in DeconvWgFp16() 407 const DeConvParam *deconv_param, int calculate_count, int tile_index) { in DeconvWgPostFp16() argument 414 for (int index = 0; index < calculate_count; ++index) { in DeconvWgPostFp16()
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | point_in_poly_winding.hpp | 195 return calculate_count(point, seg1, seg2, eq1, eq2); in check_segment() 231 static inline int calculate_count(Point const& point, in calculate_count() function in boost::geometry::strategy::within::cartesian_winding
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/ |
D | deconvolution_winograd_fp32.cc | 400 int calculate_count = MSMIN(DECONV_WINOGRAD_DEFAULT_TILE, in DoDeconv() local 404 …DeconvWg(nhwc_input_, tile_in, tile_out, start_index, calculate_count, conv_param_, deconv_param_,… in DoDeconv() 410 …ret = DeconvWgPost(tile_out, nc4hw4_output_, conv_param_, deconv_param_, calculate_count, tile_ind… in DoDeconv()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/ |
D | deconvolution_winograd_fp16.cc | 204 int calculate_count = MSMIN(DECONV_WINOGRAD_DEFAULT_TILE, in DoDeconv() local 207 …DeconvWgFp16(nhwc_input_, tile_in, tile_out, start_index, calculate_count, conv_param_, deconv_par… in DoDeconv() 210 …DeconvWgPostFp16(tile_out, nc4hw4_output_, conv_param_, deconv_param_, calculate_count, tile_index… in DoDeconv()
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | point_in_poly_winding.hpp | 271 return calculate_count(point, seg1, seg2, eq1, eq2, s_antipodal); in check_segment() 385 static inline count_info calculate_count(Point const& point, in calculate_count() function in boost::geometry::strategy::within::detail::spherical_winding_base
|