/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...] |
/art/runtime/entrypoints/quick/ |
quick_throw_entrypoints.cc | 68 // Called by generated call to throw an arithmetic divide by zero exception.
|
/bionic/libc/upstream-netbsd/lib/libc/stdlib/ |
bsearch.c | 49 * divide the work in half by moving either left or right. If lim
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
fwrite.c | 78 * skip the divide if this happens, since divides are
|
/cts/tests/tests/view/src/android/view/cts/ |
View_LayoutPositionTest.java | 30 * For the view test is too big, we divide the test cases into several parts.
|
/external/aac/libFDK/include/ |
fixpoint_math.h | 241 * \brief Divide two FIXP_DBL values with given precision. 283 * \brief Divide 2 FIXP_DBL values with normalization of input values. 291 * \brief Divide 2 FIXP_DBL values with normalization of input values. 300 * \brief Divide 2 FIXP_DBL values with normalization of input values.
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugTreeGrammar.g3 | 67 | ^('/' a=expr b=expr) { $value = $a.value.divide($b.value); }
|
ProfileTreeGrammar.g3 | 67 | ^('/' a=expr b=expr) { $value = $a.value.divide($b.value); }
|
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/ |
bitalloc-sbc.c | 151 return DIVIDE(bits, nrof_blocks);
|
/external/ceres-solver/internal/ceres/ |
corrector.h | 57 // in a divide by zero error. Thus we constrain alpha to be upper
|
/external/chromium_org/cc/output/ |
geometry_binding.cc | 20 // Index of the vertex, divide by 4 to have the matrix for this quad.
|
/external/chromium_org/chrome/browser/renderer_host/ |
web_cache_manager.cc | 260 // The plan for the extra space is to divide it evenly amoung the active 294 // Divide the extra memory evenly among the renderers. 387 // first try to evict dead data only. If that fails, we'll just divide the 413 // We're basically out of memory. The best we can do is just divide up
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGTextMetrics.cpp | 55 // Calculate width/height using the scaled font, divide this result by the scalingFactor afterwards.
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
UpSampler.cpp | 128 // Divide by two since this is a linear phase kernel and the delay is at the center of the kernel.
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
ftcalc.h | 78 /* divide by zero; it simply returns `MaxInt' or `MinInt' depending */
|