HomeSort by relevance Sort by last modified time
    Searched full:mult (Results 51 - 75 of 592) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Camera/jni/feature_stab/db_vlvm/
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;
db_utilities_poly.cpp 36 [24 mult 9 add 2sqrt 1acos 1cos=33flops 4func]
38 [16 mult 6 add 1sqrt 1qbrt=24flops 3func]*/
109 [16mult 11add 2sqrt 1cubic 2quadratic=74flops 8funcs]*/
181 [16mult 11add 2sqrt 1cubic 2quadratic=74flops 8funcs]*/
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
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;
db_utilities_poly.cpp 36 [24 mult 9 add 2sqrt 1acos 1cos=33flops 4func]
38 [16 mult 6 add 1sqrt 1qbrt=24flops 3func]*/
109 [16mult 11add 2sqrt 1cubic 2quadratic=74flops 8funcs]*/
181 [16mult 11add 2sqrt 1cubic 2quadratic=74flops 8funcs]*/
  /external/stlport/test/unit/
adj_test.cpp 33 static int mult(int a_, int b_);
120 adjacent_difference(v.begin(), v.end(), result.begin(), mult);
132 int AdjTest::mult(int a_, int b_) function in class:AdjTest
  /ndk/tests/device/test-gnustl-full/unit/
adj_test.cpp 33 static int mult(int a_, int b_);
120 adjacent_difference(v.begin(), v.end(), result.begin(), mult);
132 int AdjTest::mult(int a_, int b_) function in class:AdjTest
  /ndk/tests/device/test-stlport/unit/
adj_test.cpp 33 static int mult(int a_, int b_);
120 adjacent_difference(v.begin(), v.end(), result.begin(), mult);
132 int AdjTest::mult(int a_, int b_) function in class:AdjTest
  /external/chromium_org/media/formats/webm/
webm_tracks_parser.cc 37 int64 mult = duration_in_ns / 1000;
38 mult /= timecode_scale_in_us;
39 if (mult == 0)
42 mult = static_cast<double>(mult) * timecode_scale_in_us;
43 return base::TimeDelta::FromMicroseconds(mult);
  /system/core/toolbox/upstream-netbsd/lib/libc/stdlib/
strsuftoll.c 101 * 2) A positive decimal number followed by a b (mult by 512).
102 * 3) A positive decimal number followed by a k (mult by 1024).
103 * 4) A positive decimal number followed by a m (mult by 1048576).
104 * 5) A positive decimal number followed by a g (mult by 1073741824).
105 * 6) A positive decimal number followed by a t (mult by 1099511627776).
106 * 7) A positive decimal number followed by a w (mult by sizeof int)
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Mult.java 19 * $Id: Mult.java 468655 2006-10-28 07:12:06Z minchau $
30 public class Mult extends Operation
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/shaders/compiled/
componentmaskps.h 9 // float4 mult;
17 // mult c0 1
luminanceps.h 9 // float4 mult;
17 // mult c0 1
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiler_unittest.sh 108 mult="$5"
119 # || [ `expr $mthread1_plus \* $mult` -gt `expr $mthread2_plus \* 2` -o \
120 # `expr $mthread1_plus \* $mult \* 2` -lt `expr $mthread2_plus` ]
123 echo ">>> profile on $exec1 vs $exec2 with multiplier $mult failed:"
168 mult="$3"
176 # || [ `expr $mthread \* $mult \* 3` -gt `expr $othread \* 10` -o \
177 # `expr $mthread \* $mult \* 10` -lt `expr $othread \* 3` ]
180 echo ">>> profile on $exec1 (main vs thread) with multiplier $mult failed:"
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiler_unittest.sh 108 mult="$5"
119 # || [ `expr $mthread1_plus \* $mult` -gt `expr $mthread2_plus \* 2` -o \
120 # `expr $mthread1_plus \* $mult \* 2` -lt `expr $mthread2_plus` ]
123 echo ">>> profile on $exec1 vs $exec2 with multiplier $mult failed:"
168 mult="$3"
176 # || [ `expr $mthread \* $mult \* 3` -gt `expr $othread \* 10` -o \
177 # `expr $mthread \* $mult \* 10` -lt `expr $othread \* 3` ]
180 echo ">>> profile on $exec1 (main vs thread) with multiplier $mult failed:"
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_poly.cpp 36 [24 mult 9 add 2sqrt 1acos 1cos=33flops 4func]
38 [16 mult 6 add 1sqrt 1qbrt=24flops 3func]*/
109 [16mult 11add 2sqrt 1cubic 2quadratic=74flops 8funcs]*/
181 [16mult 11add 2sqrt 1cubic 2quadratic=74flops 8funcs]*/
  /external/e2fsprogs/lib/ext2fs/
res_gdt.c 30 int mult = 3; local
42 mult = 5;
46 mult = 7;
50 *min *= mult;
  /external/iptables/extensions/
libxt_hashlimit.c 35 uint32_t mult; member in struct:hashlimit_mt_udata
225 ud->mult = XT_HASHLIMIT_BYTE_EXPIRE;
235 ud->mult = 1; /* Seconds by default. */
242 ud->mult = 1;
244 ud->mult = 60;
246 ud->mult = 60*60;
248 ud->mult = 24*60*60;
256 *val = XT_HASHLIMIT_SCALE * ud->mult / r;
395 info->cfg.expire = udata->mult * 1000; /* from s to msec */
407 info->cfg.expire = udata->mult * 1000; /* from s to msec *
431 uint32_t mult; member in struct:rates
    [all...]
  /external/chromium_org/third_party/libwebp/utils/
alpha_processing.c 26 static uint32_t Mult(uint8_t x, uint32_t mult) {
27 const uint32_t v = (x * mult + HALF) >> MFIX;
148 out |= Mult(argb >> 0, scale) << 0;
149 out |= Mult(argb >> 8, scale) << 8;
150 out |= Mult(argb >> 16, scale) << 16;
176 ptr[x] = Mult(ptr[x], scale);
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestCommonTokenStream.java 46 "MULT : '*';\n" +
67 "MULT : '*';\n" +
88 "MULT : '*';\n" +
118 "MULT : '*';\n" +
149 "MULT : '*';\n" +
  /external/fio/
parse.c 130 unsigned long long mult = 1; local
153 mult = 1;
155 mult = 1000;
157 mult = 1000000;
159 mult = 60 * 1000000UL;
161 mult = 60 * 60 * 1000000UL;
163 mult = 24 * 60 * 60 * 1000000UL;
166 return mult;
187 unsigned int i, pow = 0, mult = kb_base; local
205 mult = 1000
297 unsigned long long mult; local
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
resample_by_2_mips.c 82 "mult $ac0, %[diff1], %[k2Res0] \n\t"
83 "mult $ac1, %[diff2], %[k1Res0] \n\t"
97 "mult $ac0, %[diff1], %[k2Res1] \n\t"
98 "mult $ac1, %[diff2], %[k1Res1] \n\t"
125 "mult $ac0, %[diff1], %[k2Res2] \n\t"
126 "mult $ac1, %[diff2], %[k1Res2] \n\t"
  /device/generic/goldfish/qemud/
qemud.c 1244 static int multiplexer_open_channel( Multiplexer* mult, Packet* p );
1245 static void multiplexer_close_channel( Multiplexer* mult, int channel );
1246 static void multiplexer_serial_send( Multiplexer* mult, int channel, Packet* p );
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/t/examples/
simplecalc.t 19 MULT = '*' ;
29 term : factor ( ( MULT | DIV ) factor )* ;
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
HasPositionalPredChecker.java 33 import org.apache.xpath.operations.Mult;
108 (pred instanceof Mult) ||
  /external/llvm/test/MC/Mips/mips32r6/
invalid-mips1.s 19 mult $sp,$s4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
20 mult $sp,$v0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled

Completed in 183 milliseconds

1 23 4 5 6 7 8 91011>>