Home
last modified time | relevance | path

Searched refs:COST_MAX (Results 1 – 25 of 76) sorted by relevance

1234

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_const.h252 #define COST_MAX (DBL_MAX * (1.0 - DBL_EPSILON)) macro
254 #define COST_ADD(c,d) (COST_MAX - (d) > (c) ? (c) + (d) : COST_MAX)
256 #define COST_MULT(c,f) (COST_MAX / (f) > (c) ? (c) * (f) : COST_MAX)
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_const.h251 #define COST_MAX (DBL_MAX * (1.0 - DBL_EPSILON)) macro
253 #define COST_ADD(c,d) (COST_MAX - (d) > (c) ? (c) + (d) : COST_MAX)
255 #define COST_MULT(c,f) (COST_MAX / (f) > (c) ? (c) * (f) : COST_MAX)
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_const.h251 #define COST_MAX (DBL_MAX * (1.0 - DBL_EPSILON)) macro
253 #define COST_ADD(c,d) (COST_MAX - (d) > (c) ? (c) + (d) : COST_MAX)
255 #define COST_MULT(c,f) (COST_MAX / (f) > (c) ? (c) * (f) : COST_MAX)
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_const.h247 #define COST_MAX (DBL_MAX * (1.0 - DBL_EPSILON)) macro
249 #define COST_ADD(c,d) (COST_MAX - (d) > (c) ? (c) + (d) : COST_MAX)
251 #define COST_MULT(c,f) (COST_MAX / (f) > (c) ? (c) * (f) : COST_MAX)
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_const.h247 #define COST_MAX (DBL_MAX * (1.0 - DBL_EPSILON)) macro
249 #define COST_ADD(c,d) (COST_MAX - (d) > (c) ? (c) + (d) : COST_MAX)
251 #define COST_MULT(c,f) (COST_MAX / (f) > (c) ? (c) * (f) : COST_MAX)
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_const.h252 #define COST_MAX (DBL_MAX * (1.0 - DBL_EPSILON)) macro
254 #define COST_ADD(c,d) (COST_MAX - (d) > (c) ? (c) + (d) : COST_MAX)
256 #define COST_MULT(c,f) (COST_MAX / (f) > (c) ? (c) * (f) : COST_MAX)
/dports/math/fftw3-float/fftw-3.3.9/kernel/
H A Dtimer.c105 t = plnr->cost_hook(p, t, COST_MAX); in X()
162 t = plnr->cost_hook(p, t, COST_MAX); in X()
/dports/math/fftw3/fftw-3.3.9/kernel/
H A Dtimer.c105 t = plnr->cost_hook(p, t, COST_MAX); in X()
162 t = plnr->cost_hook(p, t, COST_MAX); in X()
/dports/math/fftw3-long/fftw-3.3.9/kernel/
H A Dtimer.c105 t = plnr->cost_hook(p, t, COST_MAX); in X()
162 t = plnr->cost_hook(p, t, COST_MAX); in X()
/dports/math/fftw3-quad/fftw-3.3.9/kernel/
H A Dtimer.c105 t = plnr->cost_hook(p, t, COST_MAX); in X()
162 t = plnr->cost_hook(p, t, COST_MAX); in X()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Danalyse.c312 a->i_satd_i4x4 = COST_MAX; in mb_analyse_init()
414 a->l0.i_cost8x16 = COST_MAX; in mb_analyse_init()
588 if( a->i_satd_chroma < COST_MAX ) in mb_analyse_intra_chroma()
765 int i_best = COST_MAX; in mb_analyse_intra()
881 int i_best = COST_MAX; in mb_analyse_intra()
985 i_satd_thresh = COST_MAX; in intra_rd()
994 a->i_satd_i16x16 = COST_MAX; in intra_rd()
1003 a->i_satd_i4x4 = COST_MAX; in intra_rd()
1013 a->i_satd_i8x8 = COST_MAX; in intra_rd()
2619 a->l0.i_cost8x8 = COST_MAX; in mb_analyse_p_rd()
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Danalyse.c312 a->i_satd_i4x4 = COST_MAX; in mb_analyse_init()
414 a->l0.i_cost8x16 = COST_MAX; in mb_analyse_init()
588 if( a->i_satd_chroma < COST_MAX ) in mb_analyse_intra_chroma()
765 int i_best = COST_MAX; in mb_analyse_intra()
881 int i_best = COST_MAX; in mb_analyse_intra()
985 i_satd_thresh = COST_MAX; in intra_rd()
994 a->i_satd_i16x16 = COST_MAX; in intra_rd()
1003 a->i_satd_i4x4 = COST_MAX; in intra_rd()
1013 a->i_satd_i8x8 = COST_MAX; in intra_rd()
2619 a->l0.i_cost8x8 = COST_MAX; in mb_analyse_p_rd()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Danalyse.c453 a->i_satd_chroma = COST_MAX; in x264_mb_analyse_init()
561 a->l0.i_cost8x16 = COST_MAX; in x264_mb_analyse_init()
739 if( a->i_satd_chroma < COST_MAX ) in x264_mb_analyse_intra_chroma()
919 int i_best = COST_MAX; in x264_mb_analyse_intra()
1037 int i_best = COST_MAX; in x264_mb_analyse_intra()
1143 i_satd_thresh = COST_MAX; in x264_intra_rd()
1152 a->i_satd_i16x16 = COST_MAX; in x264_intra_rd()
1161 a->i_satd_i4x4 = COST_MAX; in x264_intra_rd()
1171 a->i_satd_i8x8 = COST_MAX; in x264_intra_rd()
2831 a->l0.i_cost8x8 = COST_MAX; in x264_mb_analyse_p_rd()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Danalyse.c453 a->i_satd_chroma = COST_MAX; in x264_mb_analyse_init()
561 a->l0.i_cost8x16 = COST_MAX; in x264_mb_analyse_init()
739 if( a->i_satd_chroma < COST_MAX ) in x264_mb_analyse_intra_chroma()
919 int i_best = COST_MAX; in x264_mb_analyse_intra()
1037 int i_best = COST_MAX; in x264_mb_analyse_intra()
1143 i_satd_thresh = COST_MAX; in x264_intra_rd()
1152 a->i_satd_i16x16 = COST_MAX; in x264_intra_rd()
1161 a->i_satd_i4x4 = COST_MAX; in x264_intra_rd()
1171 a->i_satd_i8x8 = COST_MAX; in x264_intra_rd()
2831 a->l0.i_cost8x8 = COST_MAX; in x264_mb_analyse_p_rd()
[all …]
/dports/devel/git-svn/git-2.34.1/
H A Dlinear-assignment.h20 #define COST_MAX (1<<16) macro
H A Drange-diff.c305 return COST_MAX;
330 c = COST_MAX;
335 a_util->diffsize * creation_factor / 100 : COST_MAX;
344 util->diffsize * creation_factor / 100 : COST_MAX;
/dports/devel/git-gui/git-2.34.1/
H A Dlinear-assignment.h20 #define COST_MAX (1<<16) macro
H A Drange-diff.c305 return COST_MAX; in diffsize()
330 c = COST_MAX; in get_correspondences()
335 a_util->diffsize * creation_factor / 100 : COST_MAX; in get_correspondences()
344 util->diffsize * creation_factor / 100 : COST_MAX; in get_correspondences()
/dports/devel/git-p4/git-2.34.1/
H A Dlinear-assignment.h20 #define COST_MAX (1<<16) macro
H A Drange-diff.c305 return COST_MAX; in diffsize()
330 c = COST_MAX; in get_correspondences()
335 a_util->diffsize * creation_factor / 100 : COST_MAX; in get_correspondences()
344 util->diffsize * creation_factor / 100 : COST_MAX; in get_correspondences()
/dports/devel/git/git-2.34.1/
H A Dlinear-assignment.h20 #define COST_MAX (1<<16) macro
/dports/devel/git-cvs/git-2.34.1/
H A Dlinear-assignment.h20 #define COST_MAX (1<<16) macro
/dports/devel/cgit/cgit-1.2.3/git/
H A Dlinear-assignment.h20 #define COST_MAX (1<<16) macro
H A Drange-diff.c286 return COST_MAX; in diffsize()
311 c = COST_MAX; in get_correspondences()
316 a_util->diffsize * creation_factor / 100 : COST_MAX; in get_correspondences()
325 util->diffsize * creation_factor / 100 : COST_MAX; in get_correspondences()
/dports/cad/magic/magic-8.3.245/mzrouter/
H A DmzEstimate.c803 v->vx_cost = COST_MAX;
813 v->vx_cost = COST_MAX;
829 v->vx_cost = COST_MAX;
1120 e->e_cost0 = COST_MAX;
1150 e->e_cost0 = COST_MAX;
1180 e->e_cost0 = COST_MAX;
1210 e->e_cost0 = COST_MAX;
1591 if (vxThis->vx_cost == COST_MAX) return;
1884 bestCost = COST_MAX;

1234