Home
last modified time | relevance | path

Searched refs:maxfp (Results 1 – 25 of 128) sorted by relevance

123456

/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/fsl/
H A Dfsl_esai.c169 u32 psr, pm = 999, maxfp, prod, sub, savesub, i, j; in fsl_esai_divisor_cal() local
171 maxfp = usefp ? 16 : 1; in fsl_esai_divisor_cal()
176 if (ratio > 2 * 8 * 256 * maxfp || ratio < 2) { in fsl_esai_divisor_cal()
178 2 * 8 * 256 * maxfp); in fsl_esai_divisor_cal()
187 psr = ratio <= 256 * maxfp ? ESAI_xCCR_xPSR_BYPASS : ESAI_xCCR_xPSR_DIV8; in fsl_esai_divisor_cal()
197 savesub = (psr ? 1 : 8) * 256 * maxfp / 1000; in fsl_esai_divisor_cal()
201 for (j = 1; j <= maxfp; j++) { in fsl_esai_divisor_cal()
240 if (maxfp <= 1) in fsl_esai_divisor_cal()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/fsl/
H A Dfsl_esai.c169 u32 psr, pm = 999, maxfp, prod, sub, savesub, i, j; in fsl_esai_divisor_cal() local
171 maxfp = usefp ? 16 : 1; in fsl_esai_divisor_cal()
176 if (ratio > 2 * 8 * 256 * maxfp || ratio < 2) { in fsl_esai_divisor_cal()
178 2 * 8 * 256 * maxfp); in fsl_esai_divisor_cal()
187 psr = ratio <= 256 * maxfp ? ESAI_xCCR_xPSR_BYPASS : ESAI_xCCR_xPSR_DIV8; in fsl_esai_divisor_cal()
197 savesub = (psr ? 1 : 8) * 256 * maxfp / 1000; in fsl_esai_divisor_cal()
201 for (j = 1; j <= maxfp; j++) { in fsl_esai_divisor_cal()
240 if (maxfp <= 1) in fsl_esai_divisor_cal()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/fsl/
H A Dfsl_esai.c169 u32 psr, pm = 999, maxfp, prod, sub, savesub, i, j; in fsl_esai_divisor_cal() local
171 maxfp = usefp ? 16 : 1; in fsl_esai_divisor_cal()
176 if (ratio > 2 * 8 * 256 * maxfp || ratio < 2) { in fsl_esai_divisor_cal()
178 2 * 8 * 256 * maxfp); in fsl_esai_divisor_cal()
187 psr = ratio <= 256 * maxfp ? ESAI_xCCR_xPSR_BYPASS : ESAI_xCCR_xPSR_DIV8; in fsl_esai_divisor_cal()
197 savesub = (psr ? 1 : 8) * 256 * maxfp / 1000; in fsl_esai_divisor_cal()
201 for (j = 1; j <= maxfp; j++) { in fsl_esai_divisor_cal()
240 if (maxfp <= 1) in fsl_esai_divisor_cal()
/dports/textproc/libxdiff/libxdiff-0.23/xdiff/
H A Dxrabdiff.c125 xply_word maxfp[256]; in xrab_build_ctx() local
154 maxfp[ch] = fp; in xrab_build_ctx()
167 idx[maxfp[i] & mask] = maxoffs[i]; in xrab_build_ctx()
/dports/benchmarks/fio/fio-3.29/
H A Dparse.c79 if (!o->minfp && !o->maxfp) in show_option_range()
87 if (o->maxfp != DBL_MAX) in show_option_range()
88 logger("%smax=%f", sep, o->maxfp); in show_option_range()
773 if (o->minfp || o->maxfp) { in __handle_option()
774 if (uf > o->maxfp) { in __handle_option()
776 " (range max: %f)\n", uf, o->maxfp); in __handle_option()
H A Dparse.h60 double maxfp; /* max and min floating value */ member
H A Doptions.c3505 .maxfp = 1,
3517 .maxfp = 1,
3833 .maxfp = 100.0,
4603 .maxfp = 100.0,
/dports/biology/infernal/infernal-1.1.3/hmmer/profmark/
H A Drocplot.c396 double minfp, maxfp; in create_plot() local
404 maxfp = esl_opt_GetReal(go, "--max"); in create_plot()
407 plot->nxpts = (int) ceil(log10(maxfp) * plot->nsteps) - plot->base + 1; in create_plot()
/dports/biology/hmmer/hmmer-3.3/profmark/
H A Drocplot.c396 double minfp, maxfp; in create_plot() local
404 maxfp = esl_opt_GetReal(go, "--max"); in create_plot()
407 plot->nxpts = (int) ceil(log10(maxfp) * plot->nsteps) - plot->base + 1; in create_plot()
/dports/biology/infernal/infernal-1.1.3/rmark/
H A Drmark-rocplot.c480 double minfp, maxfp; in create_plot() local
488 maxfp = esl_opt_GetReal(go, "--max"); in create_plot()
491 plot->nxpts = (int) ceil(log10(maxfp) * plot->nsteps) - plot->base + 1; in create_plot()
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/src/
H A Dflow-import.c860 static int ascii_fields(char **fp,int maxfp,char *inbuf,const char *delim) in ascii_fields() argument
863 while((*fp = strsep(&inbuf,delim)) != NULL && n < maxfp) { in ascii_fields()
867 return ( n < maxfp ? n : 0 ); in ascii_fields()
/dports/devel/boost-docs/boost_1_72_0/libs/container/src/
H A Ddlmalloc_ext_2_8_6.c1121 size_t maxfp = 0; in get_malloc_stats() local
1127 maxfp = m->max_footprint; in get_malloc_stats()
1143 ret.max_system_bytes = maxfp; in get_malloc_stats()
/dports/devel/boost-python-libs/boost_1_72_0/libs/container/src/
H A Ddlmalloc_ext_2_8_6.c1121 size_t maxfp = 0; in get_malloc_stats() local
1127 maxfp = m->max_footprint; in get_malloc_stats()
1143 ret.max_system_bytes = maxfp; in get_malloc_stats()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/container/src/
H A Ddlmalloc_ext_2_8_6.c1100 size_t maxfp = 0; in get_malloc_stats() local
1106 maxfp = m->max_footprint; in get_malloc_stats()
1122 ret.max_system_bytes = maxfp; in get_malloc_stats()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/container/src/
H A Ddlmalloc_ext_2_8_6.c1121 size_t maxfp = 0; in get_malloc_stats() local
1127 maxfp = m->max_footprint; in get_malloc_stats()
1143 ret.max_system_bytes = maxfp; in get_malloc_stats()
/dports/databases/percona57-server/boost_1_59_0/libs/container/src/
H A Ddlmalloc_ext_2_8_6.c1100 size_t maxfp = 0; in get_malloc_stats() local
1106 maxfp = m->max_footprint; in get_malloc_stats()
1122 ret.max_system_bytes = maxfp; in get_malloc_stats()
/dports/databases/xtrabackup/boost_1_59_0/libs/container/src/
H A Ddlmalloc_ext_2_8_6.c1100 size_t maxfp = 0; in get_malloc_stats() local
1106 maxfp = m->max_footprint; in get_malloc_stats()
1122 ret.max_system_bytes = maxfp; in get_malloc_stats()
/dports/databases/percona57-client/boost_1_59_0/libs/container/src/
H A Ddlmalloc_ext_2_8_6.c1100 size_t maxfp = 0; in get_malloc_stats() local
1106 maxfp = m->max_footprint; in get_malloc_stats()
1122 ret.max_system_bytes = maxfp; in get_malloc_stats()
/dports/devel/boost-libs/boost_1_72_0/libs/container/src/
H A Ddlmalloc_ext_2_8_6.c1121 size_t maxfp = 0; in get_malloc_stats() local
1127 maxfp = m->max_footprint; in get_malloc_stats()
1143 ret.max_system_bytes = maxfp; in get_malloc_stats()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/container/src/
H A Ddlmalloc_ext_2_8_6.c1100 size_t maxfp = 0; in get_malloc_stats() local
1106 maxfp = m->max_footprint; in get_malloc_stats()
1122 ret.max_system_bytes = maxfp; in get_malloc_stats()
/dports/devel/hyperscan/boost_1_75_0/libs/container/src/
H A Ddlmalloc_ext_2_8_6.c1121 size_t maxfp = 0; in get_malloc_stats() local
1127 maxfp = m->max_footprint; in get_malloc_stats()
1143 ret.max_system_bytes = maxfp; in get_malloc_stats()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/libs/container/src/
H A Ddlmalloc_ext_2_8_6.c1098 size_t maxfp = 0; in get_malloc_stats() local
1104 maxfp = m->max_footprint; in get_malloc_stats()
1120 ret.max_system_bytes = maxfp; in get_malloc_stats()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemsmp.c6641 int ast, taskdupstd, cntfp = 0, maxfp = 50, sptr, i; in do_firstprivate() local
6646 NEW(fpsptr, int, maxfp); in do_firstprivate()
6653 if(maxfp < uplevel->vals_count) in do_firstprivate()
6654 NEED(maxfp, fpsptr, int, maxfp, uplevel->vals_count); in do_firstprivate()
6655 maxfp = uplevel->vals_count; in do_firstprivate()
6677 if (cntfp > maxfp) { in do_firstprivate()
6678 NEED(maxfp, fpsptr, int, maxfp, maxfp + 100); in do_firstprivate()
6679 maxfp = maxfp + 100; in do_firstprivate()
/dports/lang/gcc6-aux/gcc-6-20180516/libffi/src/
H A Ddlmalloc.c2924 size_t maxfp = 0; in internal_malloc_stats() local
2930 maxfp = m->max_footprint; in internal_malloc_stats()
2946 fprintf(stderr, "max system bytes = %10lu\n", (unsigned long)(maxfp)); in internal_malloc_stats()
/dports/devel/jna/jna-5.7.0/native/libffi/src/
H A Ddlmalloc.c2929 size_t maxfp = 0; in internal_malloc_stats() local
2935 maxfp = m->max_footprint; in internal_malloc_stats()
2951 fprintf(stderr, "max system bytes = %10lu\n", (unsigned long)(maxfp)); in internal_malloc_stats()

123456