Home
last modified time | relevance | path

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

/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/
Dstrtoul.c51 unsigned long acc, cutoff; in strtoul() local
Dstrtoll.c53 long long acc, cutoff; in strtoll() local
Dstrtoull.c53 unsigned long long acc, cutoff; in strtoull() local
/external/libchrome/base/
Dbuild_time_unittest.cc42 base::Time cutoff(base::Time::Now() - base::TimeDelta::FromDays(45)); in TEST() local
/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.c1022 EAS_I32 cutoff; in WT_UpdateFilter() local
1247 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/bison/lib/
Dstrtol.c242 register unsigned LONG int cutoff; in INTERNAL() local
/external/speex/libspeex/
Dresample.c128 float cutoff; member
276 static spx_word16_t sinc(float cutoff, float x, int N, struct FuncDef *window_func) in sinc()
289 static spx_word16_t sinc(float cutoff, float x, int N, struct FuncDef *window_func) in sinc()
/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-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/strace/tests/
Dperf_event_open.c166 uint32_t cutoff; in print_event_attr() local
/external/kernel-headers/original/uapi/sound/
Dsfnt_info.h106 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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java1112 long cutoff = Long.MIN_VALUE / multiplier; in format() local
1115 long cutoff = Long.MAX_VALUE / multiplier; in format() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormat.java1106 long cutoff = Long.MIN_VALUE / multiplier; in format() local
1109 long cutoff = Long.MAX_VALUE / multiplier; in format() local
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.cpp687 void Context::setSpotLightCutoff(int index, float cutoff) in setSpotLightCutoff()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c4232 const int cutoff = (VPXMIN(cm->width, cm->height) >= 720) in set_var_thresh_from_histogram() local