/external/e2fsprogs/lib/ext2fs/ |
sparse.c | 55 int mult = 3; local 67 mult = 5; 71 mult = 7; 75 *min *= mult;
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
mock_function_test.py | 14 def calc(a, b, mult=1): 15 return (a + b) * mult 21 self.assertEqual(20, calc(2, 3, mult=4)) 25 self.assertEqual(20, calc(2, 3, mult=4)) 30 self.assertEqual(0, calc(3, 4, mult=0)) 35 self.assertEqual(0, calc(3, 4, mult=0))
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_metrics.h | 121 double x0,x1,x2,mult; local 127 mult=1.0/((x2!=0.0)?x2:1.0); 128 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult)); 135 double x0,x1,x2,mult; local 141 mult=1.0/((x2!=0.0)?x2:1.0); 142 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult)); 168 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local 186 mult=1.0/((zh!=0.0)?zh:1.0) 258 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local [all...] |
db_utilities.h | 353 * Scalar multiplication in place: A(3)=mult*A(3). 355 inline void db_MultiplyScalar3(double *A,double mult) 357 (*A++) *= mult; (*A++) *= mult; (*A++) *= mult; 361 * Scalar multiplication: A(3)=mult*B(3). 363 inline void db_MultiplyScalarCopy3(double *A,const double *B,double mult) 365 (*A++)=(*B++)*mult; (*A++)=(*B++)*mult; (*A++)=(*B++)*mult; [all...] |
db_utilities_camera.h | 126 double s,mult; local 129 mult=sqrt(1.0/(s?s:1)); 130 R[0]*=mult; R[1]*=mult; R[2]*=mult; 136 mult=sqrt(1.0/(s?s:1)); 137 R[3]*=mult; R[4]*=mult; R[5]*=mult;
|
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_metrics.h | 121 double x0,x1,x2,mult; local 127 mult=1.0/((x2!=0.0)?x2:1.0); 128 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult)); 135 double x0,x1,x2,mult; local 141 mult=1.0/((x2!=0.0)?x2:1.0); 142 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult)); 168 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local 186 mult=1.0/((zh!=0.0)?zh:1.0) 258 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local [all...] |
db_utilities.h | 353 * Scalar multiplication in place: A(3)=mult*A(3). 355 inline void db_MultiplyScalar3(double *A,double mult) 357 (*A++) *= mult; (*A++) *= mult; (*A++) *= mult; 361 * Scalar multiplication: A(3)=mult*B(3). 363 inline void db_MultiplyScalarCopy3(double *A,const double *B,double mult) 365 (*A++)=(*B++)*mult; (*A++)=(*B++)*mult; (*A++)=(*B++)*mult; [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_metrics.h | 121 double x0,x1,x2,mult; local 127 mult=1.0/((x2!=0.0)?x2:1.0); 128 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult)); 135 double x0,x1,x2,mult; local 141 mult=1.0/((x2!=0.0)?x2:1.0); 142 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult)); 168 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local 186 mult=1.0/((zh!=0.0)?zh:1.0) 258 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local [all...] |
db_utilities.h | 353 * Scalar multiplication in place: A(3)=mult*A(3). 355 inline void db_MultiplyScalar3(double *A,double mult) 357 (*A++) *= mult; (*A++) *= mult; (*A++) *= mult; 361 * Scalar multiplication: A(3)=mult*B(3). 363 inline void db_MultiplyScalarCopy3(double *A,const double *B,double mult) 365 (*A++)=(*B++)*mult; (*A++)=(*B++)*mult; (*A++)=(*B++)*mult; [all...] |
/external/iptables/extensions/ |
libxt_limit.c | 45 uint32_t mult = 1; /* Seconds by default. */ local 53 mult = 1; 55 mult = 60; 57 mult = 60*60; 59 mult = 24*60*60; 69 if (r / mult > XT_LIMIT_SCALE) 72 *val = XT_LIMIT_SCALE * mult / r; 111 uint32_t mult; member in struct:rates 122 if (period > rates[i].mult 123 || rates[i].mult/period < rates[i].mult%period [all...] |
/external/stlport/test/unit/ |
accum_test.cpp | 23 static int mult(int initial_, int element_); 44 int prod = accumulate(v.begin(), v.end(), 1, mult); 47 int AccumTest::mult(int initial_, int element_) function in class:AccumTest
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
mac_32.h | 116 product = mult(L_var1_hi, L_var2_lo, pOverflow); 119 product = mult(L_var1_lo, L_var2_hi, pOverflow); 135 product = mult(L_var1_lo, var2, pOverflow);
|
mult.h | 31 Filename: /audio/gsm_amr/c/include/mult.h 36 Description: Created separate header file for mult function. 38 Description: Changed prototype of the mult() function. Instead of using global 56 needed by the mult function. 109 __inline Word16 mult(Word16 var1, Word16 var2, Flag *pOverflow) function 128 __inline Word16 mult(Word16 var1, Word16 var2, Flag *pOverflow) function 159 static inline Word16 mult(Word16 var1, Word16 var2, Flag *pOverflow) function
|
/ndk/tests/device/test-gnustl-full/unit/ |
accum_test.cpp | 23 static int mult(int initial_, int element_); 44 int prod = accumulate(v.begin(), v.end(), 1, mult); 47 int AccumTest::mult(int initial_, int element_) function in class:AccumTest
|
/ndk/tests/device/test-stlport/unit/ |
accum_test.cpp | 23 static int mult(int initial_, int element_); 44 int prod = accumulate(v.begin(), v.end(), 1, mult); 47 int AccumTest::mult(int initial_, int element_) function in class:AccumTest
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
preemph.cpp | 256 temp2 = mult(g, *(p2--), pOverflow); 262 temp2 = mult(g, st->mem_pre, pOverflow);
|
d8_31pf.cpp | 48 (2) Added includes of mult.h, shl.h, shr.h, add.h, sub.h, negate.h, 189 mult( 203 mult( 230 mult( 248 mult( 433 mult( 442 mult( 478 mult(
|
a_refl.cpp | 146 Word16 mult; 173 mult = div_s(16384, normProd); 181 L_temp = L_mult(mult, temp); 246 Word16 mult; local 277 mult = div_s(16384, normProd); 285 L_temp = L_mult(mult, temp, pOverflow);
|
dec_lag3.cpp | 51 (1) Removed optimization -- mult(i, 3, pOverflow) is NOT the same as adding 52 i to itself 3 times. The reason is because the mult function does a 210 mult( 263 mult( 355 i = mult(
|
/external/chromium_org/third_party/icu/source/test/perf/perldriver/ |
Format.pm | 57 my $mult = shift; 61 my $result = formatSigDig($sigdig, $a*$mult); 63 my $d = formatSigDig($sigdig, $delta*$mult); 95 my @MULT = (1 , 1e3, 1e6, 1e9); 101 ++$i while ($a*$MULT[$i] < 1 && $i < @MULT); 103 formatNumber($sigdig, $MULT[$i], $a, $delta) . ' ' . $SUFF[$i];
|
/external/icu4c/test/perf/perldriver/ |
Format.pm | 57 my $mult = shift; 61 my $result = formatSigDig($sigdig, $a*$mult); 63 my $d = formatSigDig($sigdig, $delta*$mult); 95 my @MULT = (1 , 1e3, 1e6, 1e9); 101 ++$i while ($a*$MULT[$i] < 1 && $i < @MULT); 103 formatNumber($sigdig, $MULT[$i], $a, $delta) . ' ' . $SUFF[$i];
|
/cts/tests/tests/media/src/android/media/cts/ |
PresentationSyncTest.java | 127 * If mult is -1, the test runs in "training" mode, rendering frames as quickly as 132 private long runThroughputTest(InputSurface output, long frameTimeNsec, float mult) { 133 Log.d(TAG, "runThroughputTest: " + mult); 146 drawFrame(0, mult); 155 if (mult != -1.0f) { 156 showNsec = startNsec + (long) (frameNum * frameTimeNsec * mult); 158 drawFrame(frameNum, mult); 168 if (mult != -1) { 170 long expectedNsec = (long) (frameTimeNsec * FRAME_COUNT * mult); 176 "): mult=" + mult + ": expected=" + expectedNsec [all...] |
/external/eigen/bench/btl/libs/gmm/ |
gmm_interface.hh | 82 gmm::mult(A,B, X); 86 gmm::mult(gmm::transposed(A),gmm::transposed(B), X); 90 gmm::mult(gmm::transposed(A),A, X); 94 gmm::mult(A,gmm::transposed(A), X); 98 gmm::mult(A,B,X); 102 gmm::mult(gmm::transposed(A),B,X);
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
calc.rb | 26 r=mult { $result = $r.result } 28 '+' r2=mult { $result += $r2.result } 29 | '-' r2=mult { $result -= $r2.result } 33 mult returns [result]:
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
TestTransparentSSAO.java | 34 q.scaleTextureCoordinates(Vector2f.UNIT_XY.mult(5)); 50 al.setColor(ColorRGBA.White.mult(2)); 55 dl1.setColor(new ColorRGBA(0.965f, 0.949f, 0.772f, 1f).mult(0.7f)); 60 dl.setColor(new ColorRGBA(0.965f, 0.949f, 0.772f, 1f).mult(0.7f));
|