/external/openssh/openbsd-compat/ |
D | strtoll.c | 53 long long acc, cutoff; in strtoll() local 101 cutoff = neg ? LLONG_MIN : LLONG_MAX; in strtoll() 102 cutlim = cutoff % base; in strtoll() 103 cutoff /= base; in strtoll() 107 cutoff += 1; in strtoll() 123 if (acc < cutoff || (acc == cutoff && c > cutlim)) { in strtoll() 133 if (acc > cutoff || (acc == cutoff && c > cutlim)) { in strtoll()
|
D | strtoull.c | 53 unsigned long long acc, cutoff; in strtoull() local 81 cutoff = ULLONG_MAX / (unsigned long long)base; in strtoull() 94 if (acc > cutoff || (acc == cutoff && c > cutlim)) { in strtoull()
|
D | strtoul.c | 51 unsigned long acc, cutoff; in strtoul() local 79 cutoff = ULONG_MAX / (unsigned long)base; in strtoul() 92 if (acc > cutoff || acc == cutoff && c > cutlim) { in strtoul()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/ |
D | SemiVariance.java | 234 public double evaluate(final double[] values, final double cutoff) { in evaluate() argument 235 return evaluate(values, cutoff, varianceDirection, biasCorrected, 0, values.length); in evaluate() 251 … public double evaluate(final double[] values, final double cutoff, final Direction direction) { in evaluate() argument 252 return evaluate(values, cutoff, direction, biasCorrected, 0, values.length); in evaluate() 273 public double evaluate (final double[] values, final double cutoff, final Direction direction, in evaluate() argument 288 if ((values[i] > cutoff) == booleanDirection) { in evaluate() 289 dev = values[i] - cutoff; in evaluate()
|
/external/adhd/cras/src/dsp/ |
D | biquad.c | 41 static void biquad_lowpass(struct biquad *bq, double cutoff, double resonance) in biquad_lowpass() argument 44 cutoff = max(0.0, min(cutoff, 1.0)); in biquad_lowpass() 46 if (cutoff == 1) { in biquad_lowpass() 49 } else if (cutoff > 0) { in biquad_lowpass() 55 double theta = M_PI * cutoff; in biquad_lowpass() 76 static void biquad_highpass(struct biquad *bq, double cutoff, double resonance) in biquad_highpass() argument 79 cutoff = max(0.0, min(cutoff, 1.0)); in biquad_highpass() 81 if (cutoff == 1) { in biquad_highpass() 84 } else if (cutoff > 0) { in biquad_highpass() 90 double theta = M_PI * cutoff; in biquad_highpass()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_wtsynth.c | 1042 EAS_I32 cutoff; in WT_UpdateFilter() local 1052 cutoff = MULT_EG1_EG1(pWTVoice->eg2Value, pArt->eg2ToFc); in WT_UpdateFilter() 1053 cutoff += pArt->filterCutoff; in WT_UpdateFilter() 1056 cutoff -= FILTER_CUTOFF_FREQ_ADJUST + A5_PITCH_OFFSET_IN_CENTS; in WT_UpdateFilter() 1059 if (cutoff > FILTER_CUTOFF_MAX_PITCH_CENTS) in WT_UpdateFilter() 1060 cutoff = FILTER_CUTOFF_MAX_PITCH_CENTS; in WT_UpdateFilter() 1061 else if (cutoff < FILTER_CUTOFF_MIN_PITCH_CENTS) in WT_UpdateFilter() 1062 cutoff = FILTER_CUTOFF_MIN_PITCH_CENTS; in WT_UpdateFilter() 1064 WT_SetFilterCoeffs(pIntFrame, cutoff, pArt->filterQ); in WT_UpdateFilter() 1267 void WT_SetFilterCoeffs (S_WT_INT_FRAME *pIntFrame, EAS_I32 cutoff, EAS_I32 resonance) in WT_SetFilterCoeffs() argument [all …]
|
D | eas_dlssynth.c | 249 EAS_I32 cutoff; in DLS_UpdateFilter() local 260 cutoff = pDLSArt->filterCutoff; in DLS_UpdateFilter() 274 cutoff += FMUL_15x15(temp, pWTVoice->modLFO.lfoValue); in DLS_UpdateFilter() 277 cutoff += FMUL_15x15(pWTVoice->eg2Value, pDLSArt->eg2ToFc); in DLS_UpdateFilter() 281 cutoff += (pVoice->velocity * pDLSArt->velToFc) >> 7; in DLS_UpdateFilter() 285 cutoff += (pVoice->note * pDLSArt->keyNumToFc) >> 7; in DLS_UpdateFilter() 288 cutoff -= FILTER_CUTOFF_FREQ_ADJUST + A5_PITCH_OFFSET_IN_CENTS; in DLS_UpdateFilter() 291 if (cutoff > FILTER_CUTOFF_MAX_PITCH_CENTS) in DLS_UpdateFilter() 292 cutoff = FILTER_CUTOFF_MAX_PITCH_CENTS; in DLS_UpdateFilter() 293 else if (cutoff < FILTER_CUTOFF_MIN_PITCH_CENTS) in DLS_UpdateFilter() [all …]
|
/external/strace/tests/ |
D | perf_event_open.c | 166 uint32_t cutoff; in print_event_attr() local 385 cutoff = 64; in print_event_attr() 402 cutoff = 72; in print_event_attr() 415 cutoff = 80; in print_event_attr() 428 cutoff = 88; in print_event_attr() 446 cutoff = 92; in print_event_attr() 455 cutoff = 96; in print_event_attr() 469 cutoff = 104; in print_event_attr() 482 cutoff = 108; in print_event_attr() 495 cutoff = 110; in print_event_attr() [all …]
|
/external/strace/tests-mx32/ |
D | perf_event_open.c | 166 uint32_t cutoff; in print_event_attr() local 385 cutoff = 64; in print_event_attr() 402 cutoff = 72; in print_event_attr() 415 cutoff = 80; in print_event_attr() 428 cutoff = 88; in print_event_attr() 446 cutoff = 92; in print_event_attr() 455 cutoff = 96; in print_event_attr() 469 cutoff = 104; in print_event_attr() 482 cutoff = 108; in print_event_attr() 495 cutoff = 110; in print_event_attr() [all …]
|
/external/strace/tests-m32/ |
D | perf_event_open.c | 166 uint32_t cutoff; in print_event_attr() local 385 cutoff = 64; in print_event_attr() 402 cutoff = 72; in print_event_attr() 415 cutoff = 80; in print_event_attr() 428 cutoff = 88; in print_event_attr() 446 cutoff = 92; in print_event_attr() 455 cutoff = 96; in print_event_attr() 469 cutoff = 104; in print_event_attr() 482 cutoff = 108; in print_event_attr() 495 cutoff = 110; in print_event_attr() [all …]
|
/external/toolchain-utils/fdo_scripts/ |
D | summarize_hot_blocks.py | 64 def __init__(self, data_dir, cutoff, output_dir, tempdir): argument 66 self._cutoff = cutoff 168 if not all((options.data_dir, options.cutoff, options.output_dir)): 174 co = Collector(options.data_dir, int(options.cutoff), options.output_dir,
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv10_state_tnl.c | 260 float cutoff = MAX2(a3, 1 / (1 - l->_CosCutoff)); in nv10_get_spot_coeff() local 262 k[0] = MAX2(0, a0 + b0 * cutoff); in nv10_get_spot_coeff() 264 k[2] = a2 + b2 * cutoff; in nv10_get_spot_coeff() 265 k[3] = - cutoff * l->_NormSpotDirection[0]; in nv10_get_spot_coeff() 266 k[4] = - cutoff * l->_NormSpotDirection[1]; in nv10_get_spot_coeff() 267 k[5] = - cutoff * l->_NormSpotDirection[2]; in nv10_get_spot_coeff() 268 k[6] = 1 - cutoff; in nv10_get_spot_coeff()
|
/external/syzkaller/vendor/golang.org/x/net/http2/ |
D | gotrack.go | 79 var cutoff, maxVal uint64 116 cutoff = cutoff64(base) 140 if n >= cutoff {
|
/external/protobuf/src/google/protobuf/io/ |
D | coded_stream.h | 257 uint32 cutoff); 951 uint32 cutoff) { in ReadTagWithCutoff() argument 965 return std::make_pair(tag, cutoff >= kMax1ByteVarint || tag <= cutoff); in ReadTagWithCutoff() 970 if (cutoff >= 0x80 && in ReadTagWithCutoff() 982 bool at_or_below_cutoff = cutoff >= kMax2ByteVarint || tag <= cutoff; in ReadTagWithCutoff() 992 return std::make_pair(last_tag_, last_tag_minus_one < cutoff); in ReadTagWithCutoff()
|
/external/autotest/site_utils/ |
D | count_jobs.py | 29 cutoff = datetime.now() - delta 30 return models.Job.objects.filter(created_on__gt=cutoff).count()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_ocsp.c | 46 static int i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, in i2r_ocsp_acutoff() argument 51 if (!ASN1_GENERALIZEDTIME_print(bp, cutoff)) in i2r_ocsp_acutoff()
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/l2hmc/ |
D | main.py | 209 cutoff = np.argmax(ac_spectrum[1:] < .05) 210 if cutoff == 0: 211 cutoff = len(ac_spectrum) 212 ess = 1. / (1. + 2. * np.sum(ac_spectrum[1:cutoff]))
|
/external/libchrome/base/ |
D | build_time_unittest.cc | 42 base::Time cutoff(base::Time::Now() - base::TimeDelta::FromDays(45)); in TEST() local 43 EXPECT_GT(base::GetBuildTime(), cutoff); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/ |
D | funcimport_cutoff.ll | 1 ; Test to ensure that thin linking with -import-cutoff stops importing when 15 ; RUN: opt -import-cutoff=1 -function-import -stats -print-imports -summary-file %t3.thinlto.bc %t.… 18 ; RUN: opt -import-cutoff=0 -function-import -stats -print-imports -summary-file %t3.thinlto.bc %t.…
|
/external/speex/libspeexdsp/ |
D | resample.c | 129 float cutoff; member 277 static spx_word16_t sinc(float cutoff, float x, int N, const struct FuncDef *window_func) in sinc() argument 280 float xx = x * cutoff; in sinc() 282 return WORD2INT(32768.*cutoff); in sinc() 286 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func)); in sinc() 290 static spx_word16_t sinc(float cutoff, float x, int N, const struct FuncDef *window_func) in sinc() argument 293 float xx = x * cutoff; in sinc() 295 return cutoff; in sinc() 299 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func); in sinc() 610 st->cutoff = quality_map[st->quality].downsample_bandwidth * st->den_rate / st->num_rate; in update_filter() [all …]
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | GrpcUtil.java | 617 long cutoff = 100000000; in toAsciiString() local 621 } else if (timeoutNanos < cutoff) { in toAsciiString() 623 } else if (timeoutNanos < cutoff * 1000L) { in toAsciiString() 625 } else if (timeoutNanos < cutoff * 1000L * 1000L) { in toAsciiString() 627 } else if (timeoutNanos < cutoff * 1000L * 1000L * 1000L) { in toAsciiString() 629 } else if (timeoutNanos < cutoff * 1000L * 1000L * 1000L * 60L) { in toAsciiString()
|
/external/autotest/venv/lucifer/ |
D | handoffs.py | 36 cutoff = (datetime.datetime.now() 39 .filter(completed=False, created__lt=cutoff)
|
/external/autotest/site_utils/admin/ |
D | clean_staged_images.py | 56 cutoff = time.time() - max_age_hours * _HOURS_TO_SECONDS 60 if age < cutoff:
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ParameterizedTruncatedNormal.pbtxt | 24 The minimum cutoff. May be -infinity. 30 The maximum cutoff. May be +infinity, and must be more than the minval
|
/external/libchrome/libchrome_tools/patch/ |
D | build_time.patch | 71 base::Time cutoff(base::Time::Now() - base::TimeDelta::FromDays(45)); 72 EXPECT_GT(base::GetBuildTime(), cutoff);
|