/external/mesa3d/src/mesa/x86/ |
common_x86_asm.S | 173 /* Perform an SSE divide-by-zero to see if the operating system 191 /* Unmask the divide-by-zero exception and perform one.
|
/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/replicaisland/src/com/replica/replicaisland/ |
PhysicsComponent.java | 158 entity1Adjust.divide(getMass()); 201 entity1Adjust.divide(getMass());
|
/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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/ |
siginfo.h | 162 #define FPE_INTDIV (__SI_FAULT|1) /* integer divide by zero */ 164 #define FPE_FLTDIV (__SI_FAULT|3) /* floating point divide by zero */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/ |
siginfo.h | 162 #define FPE_INTDIV (__SI_FAULT|1) /* integer divide by zero */ 164 #define FPE_FLTDIV (__SI_FAULT|3) /* floating point divide by zero */
|
/system/core/toolbox/upstream-netbsd/lib/libc/gen/ |
humanize_number.c | 128 * Divide the number until it fits the given column. 130 * divide once more.
|
/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/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
balanced_quicksort.h | 91 /** @brief Balanced quicksort divide step. 141 // Divide, returning __end - __begin - 1 in the worst case. 193 // Divide step. 282 // Divide. 294 // Divide, leave pivot unchanged in last place.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
balanced_quicksort.h | 91 /** @brief Balanced quicksort divide step. 141 // Divide, returning __end - __begin - 1 in the worst case. 193 // Divide step. 282 // Divide. 294 // Divide, leave pivot unchanged in last place.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
balanced_quicksort.h | 91 /** @brief Balanced quicksort divide step. 141 // Divide, returning __end - __begin - 1 in the worst case. 193 // Divide step. 282 // Divide. 294 // Divide, leave pivot unchanged in last place.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
balanced_quicksort.h | 91 /** @brief Balanced quicksort divide step. 141 // Divide, returning __end - __begin - 1 in the worst case. 193 // Divide step. 282 // Divide. 294 // 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/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/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>
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerTest.java | 455 assertTrue(">>1 == /2", d.divide(two).equals(c)); 461 assertTrue(">>1 == /2", f.subtract(one).divide(two).equals(e)); 538 * @tests java.math.BigInteger#divide(java.math.BigInteger) 571 largePos.divide(zero); 577 bi1.divide(zero); 583 bi3.negate().divide(zero); 589 zero.divide(zero); 903 BigInteger q = i1.divide(i2); 907 assertTrue("divide and divideAndRemainder do not agree", q
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/ |
style.css | 74 #calculator-buttons button.divide { 78 #calculator-buttons button.divide[data-active="touch"], 79 #calculator-buttons button.divide[data-active="mouse"]:active {
|
/external/chromium_org/third_party/ply/ |
README | 152 'PLUS','MINUS','TIMES','DIVIDE','EQUALS', 190 ('left','TIMES','DIVIDE'), 209 | expression DIVIDE expression'''
|
/external/llvm/lib/Target/PowerPC/ |
PPCScheduleE500mc.td | 28 // The CFX has a bypass path, allowing non-divide instructions to execute 29 // while a divide instruction is executed. 34 : FuncUnit; // CFX divide bypass path
|
/external/llvm/lib/Target/R600/ |
AMDGPUInstrInfo.td | 101 // Special case divide preop and flags. 104 // Special case divide FMA with scale and flags (src0 = Quotient, 109 // Special case divide fixup and flags(src0 = Quotient, src1 =
|
/external/llvm/unittests/Support/ |
BranchProbabilityTest.cpp | 150 // Divide by 1.0. 158 // Divide by something very small. 167 // Divide by 0.5.
|
/external/netperf/ |
netcpu_pstatnew.c | 326 /* multiply by 100 and divide by total and you get whole 327 percentages. multiply by 1000 and divide by total and you get 328 tenths of percentages. multiply by 10000 and divide by total
|
/libcore/luni/src/main/java/java/math/ |
BigDecimal.java | 991 public BigDecimal divide(BigDecimal divisor, int scale, int roundingMode) { method in class:BigDecimal 1018 public BigDecimal divide(BigDecimal divisor, int scale, RoundingMode roundingMode) { method in class:BigDecimal 1149 public BigDecimal divide(BigDecimal divisor, int roundingMode) { method in class:BigDecimal 1173 public BigDecimal divide(BigDecimal divisor, RoundingMode roundingMode) { method in class:BigDecimal 1194 public BigDecimal divide(BigDecimal divisor) { method in class:BigDecimal 1272 public BigDecimal divide(BigDecimal divisor, MathContext mc) { method in class:BigDecimal [all...] |