/external/protobuf/gtest/samples/ |
sample1.cc | 56 // Try to divide n by every odd number i, starting from 3
|
/external/replicaisland/src/com/replica/replicaisland/ |
Vector2.java | 65 public final void divide(float magnitude) { method in class:Vector2
|
PhysicsComponent.java | 158 entity1Adjust.divide(getMass()); 201 entity1Adjust.divide(getMass());
|
/external/skia/src/views/ |
SkScrollBarView.cpp | 129 total = 1; // avoid divide-by-zero. should be done by skin/script
|
/external/speex/libspeex/ |
pseudofloat.h | 263 /* Do NOT attempt to divide by a negative number */ 285 /* Do NOT attempt to divide by a negative number */ 313 /* Do NOT attempt to divide by a negative number */ 321 speex_warning_int("Attempted to divide by", b.m);
|
/external/webkit/Source/WebCore/platform/audio/ |
Cone.cpp | 62 // Divide by 2.0 here since API is entire angle (not half-angle)
|
/external/webkit/Source/WebCore/rendering/svg/ |
SVGTextMetrics.cpp | 49 // Calculate width/height using the scaled font, divide this result by the scalingFactor afterwards.
|
/libcore/luni/src/test/java/libcore/java/math/ |
BigDecimalTest.java | 57 BigDecimal computed = parsed.divide(BigDecimal.ONE);
|
/external/dropbear/libtommath/ |
bn_mp_karatsuba_mul.c | 41 * This is known as divide-and-conquer and leads to the famous 58 /* now divide in two */
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
UnsignedIntsTest.java | 65 assertEquals((int) (a / b), UnsignedInts.divide((int) a, (int) b)); 96 - (divisor * UnsignedInts.divide(dividend, divisor) + UnsignedInts.remainder(dividend,
|
/external/icu4c/test/perf/perldriver/ |
Dataset.pm | 69 # Divide two Datasets and return a new one, maintaining the 71 sub divide { subroutine
|
/external/openfst/src/include/fst/ |
expectation-weight.h | 133 inline ExpectationWeight<X1, X2> Divide(const ExpectationWeight<X1, X2> &w, 136 FSTERROR() << "ExpectationWeight::Divide: not implemented";
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
float-weight.h | 168 inline TropicalWeight Divide(const TropicalWeight &w1, 241 inline LogWeight Divide(const LogWeight &w1,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/ |
siginfo.h | 159 #define FPE_INTDIV (__SI_FAULT|1) /* integer divide by zero */ 161 #define FPE_FLTDIV (__SI_FAULT|3) /* floating point divide by zero */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
siginfo.h | 159 #define FPE_INTDIV (__SI_FAULT|1) /* integer divide by zero */ 161 #define FPE_FLTDIV (__SI_FAULT|3) /* floating point divide by zero */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
siginfo.h | 159 #define FPE_INTDIV (__SI_FAULT|1) /* integer divide by zero */ 161 #define FPE_FLTDIV (__SI_FAULT|3) /* floating point divide by zero */
|
/external/guava/guava-tests/test/com/google/common/math/ |
LongMathTest.java | 285 new BigDecimal(valueOf(p)).divide(new BigDecimal(valueOf(q)), 0, mode).longValue(); 286 assertEquals(expected, LongMath.divide(p, q, mode)); 298 assertEquals(p, LongMath.divide(p, q, UNNECESSARY) * q); 310 assertEquals(0L, LongMath.divide(0L, q, mode)); 319 LongMath.divide(p, 0L, mode);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
balanced_quicksort.h | 91 /** @brief Balanced quicksort divide step. 134 // Divide, returning end - begin - 1 in the worst case. 185 // Divide step. 273 // Divide. 285 // Divide, leave pivot unchanged in last place.
|
/external/guava/guava/src/com/google/common/math/ |
LongMath.java | 296 public static long divide(long p, long q, RoundingMode mode) { method in class:LongMath 416 a >>= aTwos; // divide out all 2s 418 b >>= bTwos; // divide out all 2s 426 a >>= Long.numberOfTrailingZeros(a); // divide out all 2s, since 2 doesn't divide b 592 result /= i / d; // (i/d) is guaranteed to divide result 616 // These values were generated by using checkedMultiply to see when the simple multiply/divide
|
/external/proguard/src/proguard/evaluation/value/ |
IntegerValue.java | 111 public abstract IntegerValue divide(IntegerValue other) method in class:IntegerValue 297 public IntegerValue divide(UnknownIntegerValue other) method in class:IntegerValue 299 return divide((IntegerValue)other); 541 public IntegerValue divide(SpecificIntegerValue other) method in class:IntegerValue 543 return divide((IntegerValue)other); 785 public IntegerValue divide(ParticularIntegerValue other) method in class:IntegerValue 787 return divide((SpecificIntegerValue)other);
|
/external/skia/src/opts/ |
SkBlitRow_opts_SSE2.cpp | 207 // Divide by 256. 305 // Divide by 256. 308 // Mask out low bits (goodies already in the right place; no need to divide) 388 // Divide by 256. 468 // Divide by 256. 482 // Divide by 256. 486 // Mask out low bits (goodies already in the right place; no need to divide)
|
/external/valgrind/main/exp-bbv/tests/arm-linux/ |
ll.S | 205 movs r3,r3,lsr #20 @ divide by 1024*1024 to get M 336 lsrs r3,r2,#1 @ divide by 2 385 bl divide @ Q=r7,$0, R=r8,$1 388 adds r3,r7,#0 @ move Q in for next divide, update flags 402 @ Divide - because ARM has no hardware int divide 409 divide: label
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_hor_ver_quarter.s | 340 AND res, res, tmpb, LSR #5 ;// mask and divide by 32 391 AND res, res, tmpb, LSR #5 ;// mask and divide by 32 408 AND tmpa, tmpa, tmpb, LSL #3 ;// mask and divide by 32 440 AND res, res, tmpb, LSR #5 ;// mask and divide by 32 458 AND tmpa, tmpa, tmpb, LSL #3 ;// mask and divide by 32 490 AND res, res, tmpb, LSR #5 ;// mask and divide by 32 507 AND tmpa, tmp4, tmpb, LSL #3 ;// mask and divide by 32
|
/external/apache-harmony/math/src/test/java/tests/api/java/math/ |
BigIntegerTest.java | 480 assertTrue(">>1 == /2", d.divide(two).equals(c)); 486 assertTrue(">>1 == /2", f.subtract(one).divide(two).equals(e)); 563 * @tests java.math.BigInteger#divide(java.math.BigInteger) 596 largePos.divide(zero); 602 bi1.divide(zero); 608 bi3.negate().divide(zero); 614 zero.divide(zero); 928 BigInteger q = i1.divide(i2); 932 assertTrue("divide and divideAndRemainder do not agree", q [all...] |
/external/dexmaker/javadoc/com/google/dexmaker/ |
BinaryOp.html | 110 <A HREF="../../../com/google/dexmaker/BinaryOp.html#DIVIDE"><CODE>DIVIDE</CODE></A>, and <A HREF="../../../com/google/dexmaker/BinaryOp.html#REMAINDER"><CODE>REMAINDER</CODE></A>) support ints, longs, floats and 117 For int and long operands, <A HREF="../../../com/google/dexmaker/BinaryOp.html#DIVIDE"><CODE>DIVIDE</CODE></A> and <A HREF="../../../com/google/dexmaker/BinaryOp.html#REMAINDER"><CODE>REMAINDER</CODE></A> throw 147 <TD><CODE><B><A HREF="../../../com/google/dexmaker/BinaryOp.html#DIVIDE">DIVIDE</A></B></CODE> 295 <A NAME="DIVIDE"><!-- --></A><H3> 296 DIVIDE</H3> 298 public static final <A HREF="../../../com/google/dexmaker/BinaryOp.html" title="enum in com.google.dexmaker">BinaryOp</A> <B>DIVIDE</B></PRE>
|