HomeSort by relevance Sort by last modified time
    Searched refs:mult (Results 1 - 25 of 301) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
vr4130.s 24 mult $3,$3
29 mult $3,$3
36 mult $3,$3 # 4 nops
40 mult $4,$4 # 3 nops
45 mult $5,$5 # 2 nops
51 mult $6,$6 # 1 nop
58 mult $7,$7 # 0 nops
62 mult $3,$3 # 4 nops
68 mult $4,$4 # 3 nops before noreorder
75 mult $5,$5 # 2 nops before noreorde
    [all...]
vr4130.d 18 .* mult .*
25 .* mult .*
34 .* mult .*
41 .* mult .*
48 .* mult .*
55 .* mult .*
62 .* mult .*
69 .* mult .*
76 .* mult .*
83 .* mult .
    [all...]
mul-ilocks.d 16 0+0014 <[^>]*> mult a1,at
19 0+0020 <[^>]*> mult a1,at
22 0+002c <[^>]*> mult a1,at
25 0+0038 <[^>]*> mult a1,at
28 0+0044 <[^>]*> mult a1,at
32 0+0054 <[^>]*> mult a1,at
34 0+005c <[^>]*> mult a0,a1
42 0+007c <[^>]*> mult a1,a2
mul.d 17 0+0020 <[^>]*> mult a1,at
21 0+0030 <[^>]*> mult a1,at
25 0+0040 <[^>]*> mult a1,at
29 0+0050 <[^>]*> mult a1,at
33 0+0060 <[^>]*> mult a1,at
37 0+0070 <[^>]*> mult a1,at
40 0+0080 <[^>]*> mult a0,a1
49 0+00a8 <[^>]*> mult a1,a2
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/src/com/android/cts/splitapp/
FeatureLogic.java 24 public static int mult(int a, int b) { method in class:FeatureLogic
25 Log.d(TAG, "FeatureLogic.mult(" + a + ", " + b + ")");
  /external/jemalloc/test/src/
timer.c 34 uint64_t mult; local
44 mult = 1;
46 mult *= 10;
54 uint64_t round = (i+1 == buflen-1 && ((t0 * mult * 10 / t1) % 10
57 "%"FMTu64, (t0 * mult / t1) % 10 + round);
59 mult *= 10;
  /development/perftests/panorama/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...]
  /device/google/contexthub/firmware/src/cpu/cortexm4f/
cpuMath.c 5 uint64_t mult = 0x4189374BCULL; local
6 uint32_t multLo = mult;
7 uint32_t multHi = mult >> 32;
  /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
  /external/iptables/extensions/
libxt_limit.c 48 uint32_t mult = 1; /* Seconds by default. */ local
56 mult = 1;
58 mult = 60;
60 mult = 60*60;
62 mult = 24*60*60;
70 *val = XT_LIMIT_SCALE * mult / r;
115 uint32_t mult; member in struct:rates
131 if (period > rates[i].mult
132 || rates[i].mult/period < rates[i].mult%period
    [all...]
  /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 148 Word16 mult;
175 mult = div_s(16384, normProd);
183 L_temp = L_mult(mult, temp);
248 Word16 mult; local
279 mult = div_s(16384, normProd);
287 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/icu/icu4c/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/icu/icu4j/perf-tests/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 112 // Tests with mult < 1.0f are flaky, for two reasons:
114 // (a) They assume that the GPU can render the test scene in less than mult*refreshNsec.
123 // throughput won't be much better than with mult=1.0.
140 * If mult is -1, the test runs in "training" mode, rendering frames as quickly as
145 private long runThroughputTest(InputSurface output, long frameTimeNsec, float mult) {
146 Log.d(TAG, "runThroughputTest: " + mult);
159 drawFrame(0, mult);
168 if (mult != -1.0f) {
169 showNsec = startNsec + (long) (frameNum * frameTimeNsec * mult);
171 drawFrame(frameNum, mult);
    [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]:

Completed in 3198 milliseconds

1 2 3 4 5 6 7 8 91011>>