Home
last modified time | relevance | path

Searched refs:dmax (Results 1 – 25 of 60) sorted by relevance

123

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DExponentialTaper.java42 public ExponentialTaper(double dmin, double dmax) { in ExponentialTaper() argument
43 this(dmin, dmax, 10000.0); in ExponentialTaper()
46 public ExponentialTaper(double dmin, double dmax, double maxRatio) { in ExponentialTaper() argument
47 a = dmax; in ExponentialTaper()
49 if (dmax > dmin * maxRatio) { in ExponentialTaper()
50 offset = dmax / maxRatio; in ExponentialTaper()
52 curvature = (dmax + offset) / offset; in ExponentialTaper()
54 curvature = dmax / dmin; in ExponentialTaper()
/third_party/libsnd/src/GSM610/
Dlong_term.c59 int16_t R, S, dmax, scal, best_k ; in Cut_Calculation_of_the_LTP_parameters() local
65 dmax = 0 ; in Cut_Calculation_of_the_LTP_parameters()
69 if (temp > dmax) in Cut_Calculation_of_the_LTP_parameters()
70 { dmax = temp ; in Cut_Calculation_of_the_LTP_parameters()
75 if (dmax == 0) in Cut_Calculation_of_the_LTP_parameters()
78 { assert (dmax > 0) ; in Cut_Calculation_of_the_LTP_parameters()
79 temp = gsm_norm ((int32_t) dmax << 16) ; in Cut_Calculation_of_the_LTP_parameters()
159 int16_t R, S, dmax, scal ; in Calculation_of_the_LTP_parameters() local
164 dmax = 0 ; in Calculation_of_the_LTP_parameters()
169 if (temp > dmax) dmax = temp ; in Calculation_of_the_LTP_parameters()
[all …]
/third_party/openssl/crypto/bn/
Dbn_lib.c160 for (j = 0, past_i = 0, ret = 0; j < a->dmax; j++) { in bn_num_bits_consttime()
205 OPENSSL_secure_clear_free(a->d, a->dmax * sizeof(a->d[0])); in bn_free_d()
207 OPENSSL_clear_free(a->d, a->dmax * sizeof(a->d[0])); in bn_free_d()
304 if (words > b->dmax) { in bn_expand2()
311 b->dmax = words; in bn_expand2()
342 bn_words = BN_get_flags(b, BN_FLG_CONSTTIME) ? b->dmax : b->top; in BN_copy()
379 tmp_dmax = a->dmax; in BN_swap()
384 a->dmax = b->dmax; in BN_swap()
389 b->dmax = tmp_dmax; in BN_swap()
404 OPENSSL_cleanse(a->d, sizeof(*a->d) * a->dmax); in BN_clear()
[all …]
Dbn_intern.c148 return a->dmax; in bn_get_dmax()
155 for (i = a->top; i < a->dmax; i++) in bn_set_all_zero()
182 a->dmax = a->top = size; in bn_set_static_words()
Dbn_local.h185 if (_bnum1->top < _bnum1->dmax) { \
194 sizeof(*_not_const) * (_bnum1->dmax - _bnum1->top)); \
218 assert((words) <= (_bnum2)->dmax && \
250 int dmax; /* Size of the d array. */ member
464 int ind = (a)->dmax - (a)->top; \
671 if (((bits+BN_BITS2-1)/BN_BITS2) <= (a)->dmax) in bn_expand()
Dbn_mod.c80 ai += (i - a->dmax) >> (8 * sizeof(i) - 1); in bn_mod_add_fixed_top()
81 bi += (i - b->dmax) >> (8 * sizeof(i) - 1); in bn_mod_add_fixed_top()
157 ai += (i - a->dmax) >> (8 * sizeof(i) - 1); in bn_mod_sub_fixed_top()
158 bi += (i - b->dmax) >> (8 * sizeof(i) - 1); in bn_mod_sub_fixed_top()
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_lib.c160 for (j = 0, past_i = 0, ret = 0; j < a->dmax; j++) { in bn_num_bits_consttime()
205 OPENSSL_secure_clear_free(a->d, a->dmax * sizeof(a->d[0])); in bn_free_d()
207 OPENSSL_clear_free(a->d, a->dmax * sizeof(a->d[0])); in bn_free_d()
304 if (words > b->dmax) { in bn_expand2()
311 b->dmax = words; in bn_expand2()
342 bn_words = BN_get_flags(b, BN_FLG_CONSTTIME) ? b->dmax : b->top; in BN_copy()
379 tmp_dmax = a->dmax; in BN_swap()
384 a->dmax = b->dmax; in BN_swap()
389 b->dmax = tmp_dmax; in BN_swap()
404 OPENSSL_cleanse(a->d, sizeof(*a->d) * a->dmax); in BN_clear()
[all …]
Dbn_intern.c148 return a->dmax; in bn_get_dmax()
155 for (i = a->top; i < a->dmax; i++) in bn_set_all_zero()
182 a->dmax = a->top = size; in bn_set_static_words()
Dbn_local.h185 if (_bnum1->top < _bnum1->dmax) { \
194 sizeof(*_not_const) * (_bnum1->dmax - _bnum1->top)); \
218 assert((words) <= (_bnum2)->dmax && \
250 int dmax; /* Size of the d array. */ member
464 int ind = (a)->dmax - (a)->top; \
671 if (((bits+BN_BITS2-1)/BN_BITS2) <= (a)->dmax) in bn_expand()
Dbn_mod.c85 ai += (i - a->dmax) >> (8 * sizeof(i) - 1); in bn_mod_add_fixed_top()
86 bi += (i - b->dmax) >> (8 * sizeof(i) - 1); in bn_mod_add_fixed_top()
162 ai += (i - a->dmax) >> (8 * sizeof(i) - 1); in bn_mod_sub_fixed_top()
163 bi += (i - b->dmax) >> (8 * sizeof(i) - 1); in bn_mod_sub_fixed_top()
/third_party/elfutils/libdw/
Ddwarf_getcfi_elf.c140 size_t vsize, dmax; in getcfi_gnu_eh_frame() local
154 dmax = phdr->p_filesz - (search_table - (const uint8_t *) data->d_buf); in getcfi_gnu_eh_frame()
157 || search_table_entries > (dmax / vsize) / 2)) in getcfi_gnu_eh_frame()
236 size_t vsize, dmax; in getcfi_scn_eh_frame() local
250 dmax = hdr_data->d_size - (cfi->search_table in getcfi_scn_eh_frame()
254 || cfi->search_table_entries > (dmax / vsize) / 2)) in getcfi_scn_eh_frame()
/third_party/zlib/
Dinffast.c61 unsigned dmax; /* maximum distance from zlib header */ local
88 dmax = state->dmax;
160 if (dist > dmax) {
/third_party/node/deps/zlib/
Dinffast.c62 unsigned dmax; /* maximum distance from zlib header */ in inflate_fast() local
89 dmax = state->dmax; in inflate_fast()
161 if (dist > dmax) { in inflate_fast()
Dinflate.h91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
/third_party/node/deps/v8/third_party/zlib/
Dinffast.c65 unsigned dmax; /* maximum distance from zlib header */ local
92 dmax = state->dmax;
164 if (dist > dmax) {
/third_party/skia/third_party/externals/zlib/
Dinffast.c65 unsigned dmax; /* maximum distance from zlib header */ local
92 dmax = state->dmax;
164 if (dist > dmax) {
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
Dinffast_chunk.c86 unsigned dmax; /* maximum distance from zlib header */ local
114 dmax = state->dmax;
210 if (dist > dmax) {
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
Dinffast_chunk.c86 unsigned dmax; /* maximum distance from zlib header */ local
114 dmax = state->dmax;
210 if (dist > dmax) {
/third_party/libwebsockets/win32port/zlib/
Dinffast.c78 unsigned dmax; /* maximum distance from zlib header */ local
105 dmax = state->dmax;
177 if (dist > dmax) {
/third_party/node/deps/zlib/contrib/optimizations/
Dinffast_chunk.c84 unsigned dmax; /* maximum distance from zlib header */ in inflate_fast_chunk_() local
112 dmax = state->dmax; in inflate_fast_chunk_()
228 if (dist > dmax) { in inflate_fast_chunk_()
/third_party/optimized-routines/math/test/rtest/
Ddotest.c1375 uint32 dmin, dmax; in pow_cases() local
1396 dmax = doubletop(imax, -8); in pow_cases()
1403 dmax = 63 - n; in pow_cases()
1405 dmax = 62 - n; in pow_cases()
1406 dmax = (dmax << 20) + 0x3FF00000; in pow_cases()
1407 dmin = dmax; in pow_cases()
1432 out[2] = dmax - random_upto_biased(dmax-pmin, 10); in pow_cases()
1465 uint32 dmin, dmax; in pow_cases_float() local
1486 dmax = floatval(imax, -8); in pow_cases_float()
1493 dmax = 31 - n; in pow_cases_float()
[all …]
/third_party/mesa3d/src/mesa/state_tracker/
Dst_draw_hw_select.c393 update_result_buffer(nir_builder *b, nir_ssa_def *dmin, nir_ssa_def *dmax, in update_result_buffer() argument
418 nir_ssbo_atomic_umax(b, 32, ssbo, nir_iadd_imm(b, offset, 8), dmax); in update_result_buffer()
524 nir_ssa_def *dmax = nir_fmax(b, d0, d1); in build_line_nir_shader() local
529 nir_ssa_def *fdmax = nir_fmul_imm(b, dmax, 4294967295.0); in build_line_nir_shader()
582 nir_variable *dmax = in build_planar_primitive_nir_shader() local
584 nir_store_var(b, dmax, nir_imm_float(b, 0), 1); in build_planar_primitive_nir_shader()
591 nir_store_var(b, dmax, nir_fmax(b, nir_load_var(b, dmax), depth), 1); in build_planar_primitive_nir_shader()
598 nir_ssa_def *fdmax = nir_fmul_imm(b, nir_load_var(b, dmax), 4294967295.0); in build_planar_primitive_nir_shader()
/third_party/ffmpeg/libavfilter/
Dvf_vignette.c71 double dmax; member
141 const double dnorm = hypot(xx, yy) / s->dmax; in get_natural_factor()
304 s->dmax = hypot(inlink->w / 2., inlink->h / 2.); in config_props()
306 s->xscale, s->yscale, s->dmax); in config_props()
/third_party/libinput/tools/
Dlibinput-measure-touchpad-tap.py173 dmax = max(deltas)
184 print(" Max delta: {}ms".format(int(dmax)))
/third_party/alsa-lib/src/pcm/
Dinterval.c442 int dmax, dmaxdir; in boundary_nearer() local
444 boundary_sub(max, maxdir, best, bestdir, &dmax, &dmaxdir); in boundary_nearer()
445 return boundary_lt(dmin, dmindir, dmax, dmaxdir); in boundary_nearer()

123