/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 …ool check_dist_and_x(const char* function, const RealType& x_min, const RealType& x_max, RealType … in check_dist_and_x() 155 … check_dist_and_prob(const char* function, const RealType& x_min, const RealType& x_max, RealType … 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() 185 RealType x_max() const in x_max() function in boost::math::arcsine_distribution 218 RealType x_max = dist.x_max(); in mean() local 237 RealType x_max = dist.x_max(); in variance() local 265 RealType x_max = dist.x_max(); 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() 82 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_esa() local 101 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_tss() local 132 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_tdls() local 164 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_ntss() local 217 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_fss() local 249 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_ds() local 304 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_hexbs() local 337 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_epzs() local 378 int x_max = FFMIN(x_mb + me_ctx->search_param, me_ctx->x_max); in ff_me_search_umh() local
|
D | motion_estimation.h | 52 int x_max; member
|
D | vf_minterpolate.c | 290 int x_max = me_ctx->x_max - me_ctx->mb_size / 2; in get_sbad_ob() local 316 int x_max = me_ctx->x_max - me_ctx->mb_size / 2; in get_sad_ob() local 905 int x_max = width - x - 1; in bidirectional_obmc() local 1002 int x_max = width - x - 1; in var_size_bmc() local 1052 int x_max = width - x - 1; 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 | 97 int x_max = static_cast<int>((center + threshold + 0.5)); in calc_coeff() local 154 int x_max = regions[xx * 2 + 1]; in ImagingHorizontalInterp() local
|
/third_party/mesa3d/src/intel/vulkan/ |
D | gfx7_cmd_buffer.c | 85 uint32_t x_max = s->offset.x + s->extent.width - 1; 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 | 675 FT_Int x_max = 0; in compute_bbox() 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/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_mouse.c | 251 int x_max = 0, y_max = 0; local
|
/third_party/gstreamer/gstplugins_bad/gst/librfb/ |
D | rfbdecoder.c | 1014 gint32 x, x_count G_GNUC_UNUSED, x_end, x_max, x_max_16; in rfb_decoder_hextile_encoding() local
|
/third_party/boost/libs/numeric/odeint/examples/ |
D | molecular_dynamics_cells.cpp | 119 double x_max , y_max , cell_size; member
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcolr.c | 1155 FT_Int x_min, x_max, y_min, y_max; in tt_face_colr_blend_layer() local
|
D | sfwoff2.c | 664 FT_Int x_max = 0; in compute_bbox() local
|
/third_party/ffmpeg/libavutil/ |
D | eval.c | 267 double x_max = eval_expr(p, e->param[1]); in eval_expr() local
|
/third_party/ffmpeg/libavcodec/ |
D | hevc_filter.c | 224 int x_max = ((x0 + width ) >> s->ps.sps->log2_min_pu_size); in restore_tqb_pixels() local
|