Home
last modified time | relevance | path

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

12

/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()
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()
/external/openssh/openbsd-compat/
Dstrtoll.c53 long long acc, cutoff; in strtoll() local
Dstrtoull.c53 unsigned long long acc, cutoff; in strtoull() local
Dstrtoul.c51 unsigned long acc, cutoff; in strtoul() local
/external/libchrome/base/
Dbuild_time_unittest.cc42 base::Time cutoff(base::Time::Now() - base::TimeDelta::FromDays(45)); in TEST() local
/external/boringssl/src/crypto/x509v3/
Dv3_ocsp.c46 static int i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, in i2r_ocsp_acutoff()
/external/toolchain-utils/fdo_scripts/
Dsummarize_hot_blocks.py64 def __init__(self, data_dir, cutoff, output_dir, tempdir): argument
/external/sonivox/arm-wt-22k/lib_src/
Deas_wtsynth.c1042 EAS_I32 cutoff; in WT_UpdateFilter() local
1267 void WT_SetFilterCoeffs (S_WT_INT_FRAME *pIntFrame, EAS_I32 cutoff, EAS_I32 resonance) in WT_SetFilterCoeffs()
Deas_dlssynth.c249 EAS_I32 cutoff; in DLS_UpdateFilter() local
/external/adhd/cras/src/dsp/
Dbiquad.c41 static void biquad_lowpass(struct biquad *bq, double cutoff, double resonance) in biquad_lowpass()
76 static void biquad_highpass(struct biquad *bq, double cutoff, double resonance) in biquad_highpass()
/external/tensorflow/tensorflow/core/kernels/
Dparameterized_truncated_normal_op_gpu.cu.cc117 const T cutoff = in TruncatedNormalKernel() local
Dparameterized_truncated_normal_op.cc132 const T cutoff = in operator ()() local
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/kernel_tests/
Dsdca_ops_test.py208 def get_binary_predictions_for_logistic(predictions, cutoff=0.5): argument
/external/speex/libspeexdsp/
Dresample.c129 float cutoff; member
277 static spx_word16_t sinc(float cutoff, float x, int N, const struct FuncDef *window_func) in sinc()
290 static spx_word16_t sinc(float cutoff, float x, int N, const struct FuncDef *window_func) in sinc()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DGrpcUtil.java617 long cutoff = 100000000; in toAsciiString() local
/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
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h951 uint32 cutoff) { in ReadTagWithCutoff()
/external/strace/tests/
Dperf_event_open.c166 uint32_t cutoff; in print_event_attr() local
/external/strace/tests-mx32/
Dperf_event_open.c166 uint32_t cutoff; in print_event_attr() local
/external/strace/tests-m32/
Dperf_event_open.c166 uint32_t cutoff; in print_event_attr() local
/external/kernel-headers/original/uapi/sound/
Dsfnt_info.h107 unsigned char cutoff; /* initial cutoff (0xff) */ member
/external/python/cpython2/Lib/
Ddifflib.py701 def get_close_matches(word, possibilities, n=3, cutoff=0.6): argument
/external/python/cpython3/Lib/
Ddifflib.py688 def get_close_matches(word, possibilities, n=3, cutoff=0.6): argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat_ICU58_Android.java1125 long cutoff = Long.MIN_VALUE / multiplier; in format() local
1128 long cutoff = Long.MAX_VALUE / multiplier; in format() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormat_ICU58_Android.java1121 long cutoff = Long.MIN_VALUE / multiplier; in format() local
1124 long cutoff = Long.MAX_VALUE / multiplier; in format() local

12