/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | ExponentialTaper.java | 42 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/ |
D | long_term.c | 59 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/mindspore/tests/vm_impl/ |
D | vm_me.py | 442 dmax = np.zeros((dout.size, pool_size), dout.dtype) 446 dmax[np.arange(arg_max.size), arg_max.flatten()] = dout.flatten() 447 dmax = dmax.reshape(dout.shape + (pool_size,)) 448 dcol = dmax.reshape(dmax.shape[0] * dmax.shape[1] * dmax.shape[2], -1) 457 dmax = np.zeros((dout.size, pool_size), dout.dtype) 458 dmax[np.arange(arg_max.size), arg_max.flatten()] = dout.flatten() 459 dmax = dmax.reshape(dout.shape + (pool_size,)) 460 dcol = dmax.reshape(dmax.shape[0] * dmax.shape[1] * dmax.shape[2], -1)
|
/third_party/openssl/crypto/bn/ |
D | bn_lib.c | 159 for (j = 0, past_i = 0, ret = 0; j < a->dmax; j++) { in bn_num_bits_consttime() 204 OPENSSL_secure_clear_free(a->d, a->dmax * sizeof(a->d[0])); in bn_free_d() 206 OPENSSL_clear_free(a->d, a->dmax * sizeof(a->d[0])); in bn_free_d() 303 if (words > b->dmax) { in bn_expand2() 310 b->dmax = words; in bn_expand2() 341 bn_words = BN_get_flags(b, BN_FLG_CONSTTIME) ? b->dmax : b->top; in BN_copy() 378 tmp_dmax = a->dmax; in BN_swap() 383 a->dmax = b->dmax; in BN_swap() 388 b->dmax = tmp_dmax; in BN_swap() 403 OPENSSL_cleanse(a->d, sizeof(*a->d) * a->dmax); in BN_clear() [all …]
|
D | bn_intern.c | 148 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()
|
D | bn_mod.c | 76 ai += (i - a->dmax) >> (8 * sizeof(i) - 1); in bn_mod_add_fixed_top() 77 bi += (i - b->dmax) >> (8 * sizeof(i) - 1); in bn_mod_add_fixed_top() 153 ai += (i - a->dmax) >> (8 * sizeof(i) - 1); in bn_mod_sub_fixed_top() 154 bi += (i - b->dmax) >> (8 * sizeof(i) - 1); in bn_mod_sub_fixed_top()
|
D | bn_local.h | 158 if (_bnum1->top < _bnum1->dmax) { \ 167 sizeof(*_not_const) * (_bnum1->dmax - _bnum1->top)); \ 191 assert((words) <= (_bnum2)->dmax && \ 223 int dmax; /* Size of the d array. */ member 469 int ind = (a)->dmax - (a)->top; \ 676 if (((bits+BN_BITS2-1)/BN_BITS2) <= (a)->dmax) in bn_expand()
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | inffast.c | 61 unsigned dmax; /* maximum distance from zlib header */ local 88 dmax = state->dmax; 160 if (dist > dmax) {
|
D | inflate.h | 90 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
|
/third_party/zlib/ |
D | inffast.c | 61 unsigned dmax; /* maximum distance from zlib header */ local 88 dmax = state->dmax; 160 if (dist > dmax) {
|
D | inflate.h | 91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | inffast.c | 65 unsigned dmax; /* maximum distance from zlib header */ local 92 dmax = state->dmax; 164 if (dist > dmax) {
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | inffast.c | 61 unsigned dmax; /* maximum distance from zlib header */ local 88 dmax = state->dmax; 160 if (dist > dmax) {
|
D | inflate.h | 90 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
|
/third_party/node/deps/zlib/ |
D | inffast.c | 65 unsigned dmax; /* maximum distance from zlib header */ local 92 dmax = state->dmax; 164 if (dist > dmax) {
|
D | inflate.h | 90 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
|
/third_party/skia/third_party/externals/zlib/ |
D | inffast.c | 65 unsigned dmax; /* maximum distance from zlib header */ local 92 dmax = state->dmax; 164 if (dist > dmax) {
|
D | inflate.h | 90 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
|
/third_party/flutter/skia/third_party/externals/zlib/contrib/optimizations/ |
D | inffast_chunk.c | 86 unsigned dmax; /* maximum distance from zlib header */ local 114 dmax = state->dmax; 210 if (dist > dmax) {
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
D | inffast_chunk.c | 86 unsigned dmax; /* maximum distance from zlib header */ local 114 dmax = state->dmax; 210 if (dist > dmax) {
|
/third_party/node/deps/zlib/contrib/optimizations/ |
D | inffast_chunk.c | 86 unsigned dmax; /* maximum distance from zlib header */ local 114 dmax = state->dmax; 210 if (dist > dmax) {
|
/third_party/libwebsockets/win32port/zlib/ |
D | inffast.c | 78 unsigned dmax; /* maximum distance from zlib header */ local 105 dmax = state->dmax; 177 if (dist > dmax) {
|
D | inflate.h | 87 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
|
/third_party/optimized-routines/math/test/rtest/ |
D | dotest.c | 1375 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/ffmpeg/libavfilter/ |
D | vf_vignette.c | 72 double dmax; member 149 const double dnorm = hypot(xx, yy) / s->dmax; in get_natural_factor() 312 s->dmax = hypot(inlink->w / 2., inlink->h / 2.); in config_props() 314 s->xscale, s->yscale, s->dmax); in config_props()
|