/third_party/boost/boost/math/distributions/ |
D | arcsine.hpp | 84 …inline bool check_x_minmax(const char* function, const RealType& x_min, const RealType& x_max, Rea… in check_x_minmax() 116 …inline bool check_x(const char* function, const RealType& x_min, const RealType& x_max, const Real… in check_x() 140 …inline bool check_dist(const char* function, const RealType& x_min, const RealType& x_max, RealTyp… in check_dist() 148 …inline bool check_dist_and_x(const char* function, const RealType& x_min, const RealType& x_max, R… in check_dist_and_x() 155 …inline bool check_dist_and_prob(const char* function, const RealType& x_min, const RealType& x_max… in check_dist_and_prob() 170 arcsine_distribution(RealType x_min = 0, RealType x_max = 1) : m_x_min(x_min), m_x_max(x_max) in arcsine_distribution() 181 RealType x_min() const in x_min() function in boost::math::arcsine_distribution 217 RealType x_min = dist.x_min(); in mean() local 236 RealType x_min = dist.x_min(); in variance() local 264 RealType x_min = dist.x_min(); in median() local [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | motion_estimation.c | 46 int width, int height, int x_min, int x_max, int y_min, int y_max) in ff_me_init_context() 80 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_esa() local 99 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_tss() local 130 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_tdls() local 162 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_ntss() local 215 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_fss() local 247 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_ds() local 302 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_hexbs() local 335 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_epzs() local 376 int x_min = FFMAX(me_ctx->x_min, x_mb - me_ctx->search_param); in ff_me_search_umh() local
|
D | motion_estimation.h | 51 int x_min; member
|
D | vf_minterpolate.c | 289 int x_min = me_ctx->x_min + me_ctx->mb_size / 2; in get_sbad_ob() local 315 int x_min = me_ctx->x_min + me_ctx->mb_size / 2; in get_sad_ob() local 904 int x_min = -x; in bidirectional_obmc() local 1001 int x_min = -x; in var_size_bmc() local 1051 int x_min = -x; in bilateral_obmc() local
|
D | vf_hysteresis.c | 183 int x_min, x_max, y_min, y_max, yy, xx; in hysteresis8() local 232 int x_min, x_max, y_min, y_max, yy, xx; in hysteresis16() local
|
D | vf_drawtext.c | 1299 int x_min = 32000, x_max = -32000; in draw_text() local
|
/third_party/mindspore/mindspore/ops/_grad/ |
D | grad_quant_ops.py | 31 def bprop(x, x_min, x_max, out, dout): argument 44 def bprop(x, x_min, x_max, out, dout): argument 57 def bprop(x, x_min, x_max, out, dout): argument 73 def bprop(x, x_min, x_max, out, dout): argument 168 def bprop(x, x_min, x_max, out, dout): argument 178 def bprop(x, x_min, x_max, out, dout): argument
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | resize_cubic_op.cc | 92 int x_min = static_cast<int>((center - threshold + 0.5)); in calc_coeff() local 153 int x_min = regions[xx * 2]; in ImagingHorizontalInterp() local
|
/third_party/mesa3d/src/intel/vulkan/ |
D | gfx7_cmd_buffer.c | 83 uint32_t x_min = s->offset.x; in gfx7_cmd_buffer_emit_scissor() local
|
/third_party/freetype/src/sfnt/ |
D | ttcolr.c | 308 FT_Int x_min, x_max, y_min, y_max; in tt_face_colr_blend_layer() local
|
D | sfwoff2.c | 673 FT_Int x_min = 0; in compute_bbox() local 940 FT_UShort x_min = 0; in reconstruct_glyf() local
|
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcolr.c | 309 FT_Int x_min, x_max, y_min, y_max; in tt_face_colr_blend_layer() local
|
/third_party/boost/boost/gil/extension/dynamic_image/ |
D | image_view_factory.hpp | 254 std::ptrdiff_t x_min, std::ptrdiff_t y_min, std::ptrdiff_t width, std::ptrdiff_t height) in subimage_view()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfwoff2.c | 662 FT_Int x_min = 0; in compute_bbox() local 929 FT_UShort x_min = 0; in reconstruct_glyf() local
|
D | ttcolr.c | 1155 FT_Int x_min, x_max, y_min, y_max; in tt_face_colr_blend_layer() local
|
/third_party/boost/boost/gil/ |
D | image_view_factory.hpp | 265 typename View::coord_t x_min, in subimage_view()
|
/third_party/ffmpeg/libavcodec/ |
D | hevc_filter.c | 222 int x_min = ((x0 ) >> s->ps.sps->log2_min_pu_size); in restore_tqb_pixels() local
|