Home
last modified time | relevance | path

Searched defs:cutoff (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
H A DSemiVariance.java234 public double evaluate(final double[] values, final double cutoff) { in evaluate()
251 … public double evaluate(final double[] values, final double cutoff, final Direction direction) { in evaluate()
273 public double evaluate (final double[] values, final double cutoff, final Direction direction, in evaluate()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/descriptive/moment/
H A DSemiVariance.java222 public double evaluate(final double[] values, final double cutoff) in evaluate()
240 public double evaluate(final double[] values, final double cutoff, final Direction direction) in evaluate()
263 public double evaluate (final double[] values, final double cutoff, final Direction direction, in evaluate()
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/
DScoreCardBasedScorer.java89 int cutoff = estimatedCutoff(candidate); in scoreCandidate() local
116 int cutoff = -RSSI_SCORE_OFFSET; in estimatedCutoff() local
/aosp_15_r20/tools/trebuchet/trebuchet/analyzer/src/
H A DAnalyzer.kt58 …val cutoff = if (index < latchBuffers.size - 1) latchBuffers[index + 1].startTime else Double.MAX_… in measureRotator() constant
/aosp_15_r20/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wtsynth.c1055 EAS_I32 cutoff; in WT_UpdateFilter() local
1280 void WT_SetFilterCoeffs (S_WT_INT_FRAME *pIntFrame, EAS_I32 cutoff, EAS_I32 resonance) in WT_SetFilterCoeffs()
/aosp_15_r20/prebuilts/go/linux-x86/src/go/printer/
Dnodes.go701 func cutoff(e *ast.BinaryExpr, depth int) int { func
770 func (p *printer) binaryExpr(x *ast.BinaryExpr, prec1, cutoff, depth int) { argument
/aosp_15_r20/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DStringUtils.java208 final int cutoff = s.offsetByCodePoints(0, 1); in capitalizeFirstCodePoint() local
226 final int cutoff = s.offsetByCodePoints(0, 1); in capitalizeFirstAndDowncaseRest() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dparameterized_truncated_normal_op.cc134 const T cutoff = in operator ()() local
417 const T cutoff = in operator ()() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libc/
Dstrtoll.c53 unsigned long long cutoff; in strtoll() local
Dstrtoul.c53 unsigned long cutoff; in strtoul() local
Dstrtol.c53 unsigned long cutoff; in strtol() local
Dstrtoull.c53 unsigned long long cutoff; in strtoull() local
/aosp_15_r20/packages/apps/TV/src/com/android/tv/dvr/recorder/
DScheduledProgramReaper.java43 long cutoff = mClock.currentTimeMillis() - TimeUnit.DAYS.toMillis(DAYS); in run() local
/aosp_15_r20/external/arm-trusted-firmware/lib/libc/
H A Dstrtoul.c53 unsigned long cutoff; in strtoul() local
H A Dstrtoll.c53 unsigned long long cutoff; in strtoll() local
H A Dstrtoull.c53 unsigned long long cutoff; in strtoull() local
H A Dstrtol.c53 unsigned long cutoff; in strtol() local
/aosp_15_r20/external/trusty/lk/lib/libc/
Dstrtol.c47 long acc, cutoff; in strtol() local
Dstrtoll.c48 long long acc, cutoff; in strtoll() local
/aosp_15_r20/external/libchrome/base/
H A Dbuild_time_unittest.cc42 base::Time cutoff(base::Time::Now() - base::TimeDelta::FromDays(45)); in TEST() local
/aosp_15_r20/external/speex/libspeexdsp/
H A Dresample.c129 float cutoff; member
275 static spx_word16_t sinc(float cutoff, float x, int N, const struct FuncDef *window_func) in sinc()
288 static spx_word16_t sinc(float cutoff, float x, int N, const struct FuncDef *window_func) in sinc()
/aosp_15_r20/external/rust/android-crates-io/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()
/aosp_15_r20/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()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/x509/
H A Dv3_ocsp.c60 static int i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, in i2r_ocsp_acutoff()
/aosp_15_r20/external/boringssl/src/crypto/x509/
H A Dv3_ocsp.c60 static int i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, in i2r_ocsp_acutoff()

12345678910>>...14