Home
last modified time | relevance | path

Searched refs:cutoff (Results 1 – 25 of 114) sorted by relevance

12345

/external/llvm-project/llvm/test/tools/llvm-profdata/
Dcutoff.test1 Basic tests for cutoff options in show command.
3 RUN: llvm-profdata show -value-cutoff=1 %p/Inputs/cutoff.proftext | FileCheck %s -check-prefixes=CU…
4 RUN: llvm-profdata show -value-cutoff=1000 %p/Inputs/cutoff.proftext | FileCheck %s -check-prefixes…
5 RUN: llvm-profdata show -all-functions -value-cutoff=1 %p/Inputs/cutoff.proftext | FileCheck %s -ch…
6 RUN: llvm-profdata show -all-functions -value-cutoff=1000 %p/Inputs/cutoff.proftext | FileCheck %s …
7 RUN: llvm-profdata show -value-cutoff=1 -list-below-cutoff %p/Inputs/cutoff.proftext | FileCheck %s…
8 RUN: llvm-profdata show -value-cutoff=1000 -list-below-cutoff %p/Inputs/cutoff.proftext | FileCheck…
/external/openssh/openbsd-compat/
Dstrtoll.c53 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()
Dstrtoull.c53 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()
Dstrtoul.c51 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/arm-trusted-firmware/lib/libc/
Dstrtol.c53 unsigned long cutoff; in strtol() local
103 cutoff = neg ? (unsigned long)-(LONG_MIN + LONG_MAX) + LONG_MAX in strtol()
105 cutlim = cutoff % base; in strtol()
106 cutoff /= base; in strtol()
118 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtol()
Dstrtoll.c53 unsigned long long cutoff; in strtoll() local
104 cutoff = neg ? (unsigned long long)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX in strtoll()
106 cutlim = cutoff % base; in strtoll()
107 cutoff /= base; in strtoll()
119 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtoll()
Dstrtoull.c53 unsigned long long cutoff; in strtoull() local
84 cutoff = ULLONG_MAX / base; in strtoull()
97 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtoull()
Dstrtoul.c53 unsigned long cutoff; in strtoul() local
84 cutoff = ULONG_MAX / base; in strtoul()
97 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtoul()
/external/adhd/cras/src/dsp/
Dbiquad.c47 static void biquad_lowpass(struct biquad *bq, double cutoff, double resonance) in biquad_lowpass() argument
50 cutoff = max(0.0, min(cutoff, 1.0)); in biquad_lowpass()
52 if (cutoff == 1 || cutoff == 0) { in biquad_lowpass()
57 set_coefficient(bq, cutoff, 0, 0, 1, 0, 0); in biquad_lowpass()
66 double theta = M_PI * cutoff; in biquad_lowpass()
81 static void biquad_highpass(struct biquad *bq, double cutoff, double resonance) in biquad_highpass() argument
84 cutoff = max(0.0, min(cutoff, 1.0)); in biquad_highpass()
86 if (cutoff == 1 || cutoff == 0) { in biquad_highpass()
93 set_coefficient(bq, 1 - cutoff, 0, 0, 1, 0, 0); in biquad_highpass()
102 double theta = M_PI * cutoff; in biquad_highpass()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
DSemiVariance.java234 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/sonivox/arm-wt-22k/lib_src/
Deas_wtsynth.c1045 EAS_I32 cutoff; in WT_UpdateFilter() local
1055 cutoff = MULT_EG1_EG1(pWTVoice->eg2Value, pArt->eg2ToFc); in WT_UpdateFilter()
1056 cutoff += pArt->filterCutoff; in WT_UpdateFilter()
1059 cutoff -= FILTER_CUTOFF_FREQ_ADJUST + A5_PITCH_OFFSET_IN_CENTS; in WT_UpdateFilter()
1062 if (cutoff > FILTER_CUTOFF_MAX_PITCH_CENTS) in WT_UpdateFilter()
1063 cutoff = FILTER_CUTOFF_MAX_PITCH_CENTS; in WT_UpdateFilter()
1064 else if (cutoff < FILTER_CUTOFF_MIN_PITCH_CENTS) in WT_UpdateFilter()
1065 cutoff = FILTER_CUTOFF_MIN_PITCH_CENTS; in WT_UpdateFilter()
1067 WT_SetFilterCoeffs(pIntFrame, cutoff, pArt->filterQ); in WT_UpdateFilter()
1270 void WT_SetFilterCoeffs (S_WT_INT_FRAME *pIntFrame, EAS_I32 cutoff, EAS_I32 resonance) in WT_SetFilterCoeffs() argument
[all …]
Deas_dlssynth.c249 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/
Dperf_event_open.c166 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/
Dperf_event_open.c166 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/
Dperf_event_open.c166 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/openscreen/third_party/abseil/src/absl/base/internal/
Dexponential_biased_test.cc74 double cutoff = 0.01265 + 0.1757 / n; in AndersonDarlingErrFix() local
75 if (x < cutoff) { in AndersonDarlingErrFix()
76 double t = x / cutoff; in AndersonDarlingErrFix()
80 double t = (x - cutoff) / (0.8 - cutoff); in AndersonDarlingErrFix()
/external/abseil-cpp/absl/base/internal/
Dexponential_biased_test.cc74 double cutoff = 0.01265 + 0.1757 / n; in AndersonDarlingErrFix() local
75 if (x < cutoff) { in AndersonDarlingErrFix()
76 double t = x / cutoff; in AndersonDarlingErrFix()
80 double t = (x - cutoff) / (0.8 - cutoff); in AndersonDarlingErrFix()
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dexponential_biased_test.cc74 double cutoff = 0.01265 + 0.1757 / n; in AndersonDarlingErrFix() local
75 if (x < cutoff) { in AndersonDarlingErrFix()
76 double t = x / cutoff; in AndersonDarlingErrFix()
80 double t = (x - cutoff) / (0.8 - cutoff); in AndersonDarlingErrFix()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dexponential_biased_test.cc74 double cutoff = 0.01265 + 0.1757 / n; in AndersonDarlingErrFix() local
75 if (x < cutoff) { in AndersonDarlingErrFix()
76 double t = x / cutoff; in AndersonDarlingErrFix()
80 double t = (x - cutoff) / (0.8 - cutoff); in AndersonDarlingErrFix()
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dexponential_biased_test.cc74 double cutoff = 0.01265 + 0.1757 / n; in AndersonDarlingErrFix() local
75 if (x < cutoff) { in AndersonDarlingErrFix()
76 double t = x / cutoff; in AndersonDarlingErrFix()
80 double t = (x - cutoff) / (0.8 - cutoff); in AndersonDarlingErrFix()
/external/llvm-project/llvm/test/Transforms/SampleProfile/
Dprofile-sample-accurate.ll1 …ple-profile-file=%S/Inputs/profsampleacc.extbinary.afdo -profile-summary-cutoff-hot=600000 -profil…
2 …ple-profile-file=%S/Inputs/profsampleacc.extbinary.afdo -profile-summary-cutoff-hot=900000 -profil…
3 …ple-profile-file=%S/Inputs/profsampleacc.extbinary.afdo -profile-summary-cutoff-hot=600000 -profil…
4 …ple-profile-file=%S/Inputs/profsampleacc.extbinary.afdo -profile-summary-cutoff-hot=900000 -profil…
7 ; RUN: opt < %s -sample-profile -sample-profile-file=%t.symlist.afdo -profile-summary-cutoff-hot=60…
8 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%t.symlist.afdo -profile-summary-cutoff
12 …ple-profile-file=%S/Inputs/profsampleacc.extbinary.afdo -profile-summary-cutoff-hot=600000 -profil…
13 …ple-profile-file=%S/Inputs/profsampleacc.extbinary.afdo -profile-summary-cutoff-hot=900000 -profil…
14 …ple-profile-file=%S/Inputs/profsampleacc.extbinary.afdo -profile-summary-cutoff-hot=600000 -profil…
15 …ple-profile-file=%S/Inputs/profsampleacc.extbinary.afdo -profile-summary-cutoff-hot=900000 -profil…
[all …]
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h283 std::pair<uint32, bool> ReadTagWithCutoff(uint32 cutoff) { in ReadTagWithCutoff() argument
284 std::pair<uint32, bool> result = ReadTagWithCutoffNoLastTag(cutoff); in ReadTagWithCutoff()
290 std::pair<uint32, bool> ReadTagWithCutoffNoLastTag(uint32 cutoff);
1029 uint32 cutoff) { in ReadTagWithCutoffNoLastTag() argument
1043 return std::make_pair(tag, cutoff >= kMax1ByteVarint || tag <= cutoff); in ReadTagWithCutoffNoLastTag()
1048 if (cutoff >= 0x80 && PROTOBUF_PREDICT_TRUE(buffer_ + 1 < buffer_end_) && in ReadTagWithCutoffNoLastTag()
1059 bool at_or_below_cutoff = cutoff >= kMax2ByteVarint || tag <= cutoff; in ReadTagWithCutoffNoLastTag()
1069 return std::make_pair(tag, tag_minus_one < cutoff); in ReadTagWithCutoffNoLastTag()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_tnl.c260 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/autotest/site_utils/
Dcount_jobs.py29 cutoff = datetime.now() - delta
30 return models.Job.objects.filter(created_on__gt=cutoff).count()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_ocsp.c46 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()

12345