/external/webrtc/src/common_audio/signal_processing/ |
get_scaling_square.c | 24 WebRtc_Word16 smax = -1; local 33 smax = (sabs > smax ? sabs : smax); 35 t = WebRtcSpl_NormW32(WEBRTC_SPL_MUL(smax, smax)); 37 if (smax == 0)
|
auto_correlation.c | 28 WebRtc_Word16 smax; // Sample max local 43 smax = WebRtcSpl_MaxAbsValueW16(in_vector, in_vector_length); 46 // (in_vector_length * smax * smax) will not overflow. 48 if (smax == 0) 54 int t = WebRtcSpl_NormW32(WEBRTC_SPL_MUL(smax, smax)); // # of bits to normalize smax
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/ |
HydraulicErodeFilter.java | 143 float smax = this.Kc * wt[idx];
local 144 if (st[idx] > smax) {
145 ga[idx] += st[idx] - smax;
146 st[idx] -= st[idx] - smax;
|
/external/libgsm/src/ |
lpc.c | 36 word temp, smax, scalauto; local 47 smax = 0; 50 if (temp > smax) smax = temp; 55 if (smax == 0) scalauto = 0; 57 assert(smax > 0); 58 scalauto = 4 - gsm_norm( (longword)smax << 16 );/* sub(4,..) */
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/ |
genperf.c | 78 ub4 smax, /* range of scramble[] */ 86 if (smax > UB2MAXVAL+1) { 105 if (smax <= UB1MAXVAL+1 || blen >= USE_SCRAMBLE) 159 ub4 smax; /* scramble[] values in 0..smax-1, a power of 2 */ local 198 scramble, &smax, keys, nkeys, &form); 205 /* output the dir table: this should loop up to smax for NORMAL_HP, 232 make_c_tab(out, tab, smax, blen, scramble);
|
/external/llvm/lib/Support/ |
ConstantRange.cpp | 73 APInt SMax(CR.getSignedMax()); 74 if (SMax.isMinSignedValue()) 76 return ConstantRange(APInt::getSignedMinValue(W), SMax); 85 APInt SMax(CR.getSignedMax()); 86 if (SMax.isMaxSignedValue()) 88 return ConstantRange(APInt::getSignedMinValue(W), SMax + 1); 599 ConstantRange::smax(const ConstantRange &Other) const { function in class:ConstantRange 600 // X smax Y is: range(smax(X_smin, Y_smin), 601 // smax(X_smax, Y_smax) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
LineGraph.java | 85 String smax= this.fDimension.getDisplayValue(max); local 86 Point emax= g.stringExtent(smax); 102 g.drawString(smax, PADDING/2+labelWidth-emax.x, top, true);
|
TimeLineGraph.java | 49 String smax= this.fDimension.getDisplayValue(max); local 50 Point emax= g.stringExtent(smax); 66 g.drawString(smax, PADDING/2+labelWidth-emax.x, top, true);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
errors.c | 598 int s, t, sev, smax, tmax, sevmax; local 602 smax = SOURCE_COUNT; 604 smax = source+1; 622 for (s = source; s < smax; s++)
|
/external/mesa3d/src/mesa/main/ |
errors.c | 598 int s, t, sev, smax, tmax, sevmax; local 602 smax = SOURCE_COUNT; 604 smax = source+1; 622 for (s = source; s < smax; s++)
|
/external/opencv/cxcore/src/ |
cxutils.cpp | 701 double smin = 0, smax = 0; local 703 cvMinMaxLoc( src, &smin, &smax, 0, 0, mask ); 704 scale = (dmax - dmin)*(smax - smin > DBL_EPSILON ? 1./(smax - smin) : 0); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
form.h | 64 short smax; /* index of bottom rightmost field on page */ member in struct:__anon37400
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
form.h | 64 short smax; /* index of bottom rightmost field on page */ member in struct:__anon38990
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
form.h | 64 short smax; /* index of bottom rightmost field on page */ member in struct:__anon40505
|
/bionic/libc/kernel/arch-mips/asm/ |
sgiarcs.h | 357 int smax; member in struct:linux_smonblock
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
sgiarcs.h | 357 int smax; member in struct:linux_smonblock
|
/external/kernel-headers/original/asm-mips/ |
sgiarcs.h | 362 int smax; /* Max # of symbols. */ member in struct:linux_smonblock
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
sgiarcs.h | 357 int smax; member in struct:linux_smonblock
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
sgiarcs.h | 357 int smax; member in struct:linux_smonblock
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
sgiarcs.h | 357 int smax; member in struct:linux_smonblock
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
sgiarcs.h | 357 int smax; member in struct:linux_smonblock
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
sgiarcs.h | 357 int smax; member in struct:linux_smonblock
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
performanceui.jar | |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |