Home
last modified time | relevance | path

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

1234

/freebsd/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj.texi11 Project, that is used calculate optimal tick value based on given drift file.
15 * calc_tickadj: (calc_tickadj). Calculate optimal tick value from a drift file.
H A Dcalc_tickadj-opts.def7 prog-title = 'Calculates "optimal" value for tick given ntp drift file.';
35 The @code{calc_tickadj} script uses provided ntp drift file to generate optimal
H A Dinvoke-calc_tickadj.texi4 @cindex Calculates "optimal" value for tick given ntp drift file.
14 The @code{calc_tickadj} script uses provided ntp drift file to generate optimal
66 calc_tickadj - Calculates "optimal" value for tick given ntp drift file. - Ver. 4.2.8p15
H A Dcalc_tickadj-opts42 calc_tickadj - Calculates "optimal" value for tick given ntp drift file. - Ver. 4.2.8p15
/freebsd/sys/contrib/dev/athk/ath12k/
H A DKconfig25 you want optimal performance choose N.
34 you want optimal performance choose N.
/freebsd/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c203 make_literal(lzma_optimal *optimal) in make_literal() argument
205 optimal->back_prev = UINT32_MAX; in make_literal()
206 optimal->prev_1_is_literal = false; in make_literal()
211 make_short_rep(lzma_optimal *optimal) in make_short_rep() argument
213 optimal->back_prev = 0; in make_short_rep()
214 optimal->prev_1_is_literal = false; in make_short_rep()
218 #define is_short_rep(optimal) \ argument
219 ((optimal).back_prev == 0)
/freebsd/contrib/lua/src/
H A Dltable.c396 unsigned int optimal = 0; /* optimal size for array part */ in computesizes() local
403 optimal = twotoi; /* optimal size (till now) */ in computesizes()
407 lua_assert((optimal == 0 || optimal / 2 < na) && na <= optimal); in computesizes()
409 return optimal; in computesizes()
/freebsd/contrib/libdiff/test/
H A DREADME2 original source files from it. It is not tested whether diff output is optimal
/freebsd/contrib/sendmail/libsm/
H A DREADME119 "optimal blocksize for I/O".
124 st_blksize that is the "optimal blocksize for I/O".
129 st_blksize that is the "optimal blocksize for I/O".
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dcos.sollya19 // first coeff is fixed, iteratively find optimal double prec coeffs
H A Dv_exp.sollya18 // first 2 coeffs are fixed, iteratively find optimal double prec coeffs
H A Dv_sin.sollya25 // first coeff is fixed, iteratively find optimal double prec coeffs
H A Dlog.sollya24 // first coeff is fixed, iteratively find optimal double prec coeffs
H A Dsin.sollya25 // first coeff is fixed, iteratively find optimal double prec coeffs
H A Dv_log.sollya23 // first coeff is fixed, iteratively find optimal double prec coeffs
H A Dexp.sollya19 // first 2 coeffs are fixed, iteratively find optimal double prec coeffs
H A Dlog_abs.sollya19 // first coeff is fixed, iteratively find optimal double prec coeffs
/freebsd/contrib/arm-optimized-routines/pl/math/tools/
H A Dsincosf.sollya21 // first coeff is fixed, iteratively find optimal double prec coeffs
H A Dsinpi.sollya22 // first coeff is predefine, iteratively find optimal double prec coeffs
H A Dsincos.sollya21 // first coeff is fixed, iteratively find optimal double prec coeffs
H A Dv_log2f.sollya27 // first coeff is fixed, iteratively find optimal double prec coeffs
H A Dv_log10.sollya23 // first coeff is fixed, iteratively find optimal double prec coeffs
H A Dlog10f.sollya26 // first coeff is fixed, iteratively find optimal double prec coeffs
H A Dv_log10f.sollya31 // first coeff is fixed, iteratively find optimal double prec coeffs
/freebsd/contrib/ntp/scripts/
H A DREADME7 calc_tickadj Calculates "optimal" value for tick given ntp.drift file

1234