HomeSort by relevance Sort by last modified time
    Searched full:dividend (Results 201 - 225 of 231) sorted by null

1 2 3 4 5 6 7 8910

  /external/v8/src/x64/
macro-assembler-x64.h     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 760 private static final int safeDiv(int dividend, int divisor) {
761 return (divisor == 0) ? 0 : (dividend / divisor);
    [all...]
  /art/test/107-int-math2/src/
Main.java 53 * Make the dividend positive shifting it right by 1 bit then get
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpMath.java 132 * @param a dividend, in split form
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 97 /// integer division by a power of 2. The first operand is the dividend,
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 4208 int32_t dividend = c_left->Integer32Value(); local
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.h     [all...]
  /libcore/luni/src/main/java/java/math/
BigDecimal.java     [all...]
  /external/valgrind/VEX/switchback/
test_emfloat.c     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
ScalarEvolution.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86SchedHaswell.td 117 // This is quite rough, latency depends on the dividend.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 240 power operation with negative right-hand operand), and the dividend was
267 the dividend is also zero. The result is [0,qNaN].
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py 240 power operation with negative right-hand operand), and the dividend was
267 the dividend is also zero. The result is [0,qNaN].
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 240 power operation with negative right-hand operand), and the dividend was
267 the dividend is also zero. The result is [0,qNaN].
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 240 power operation with negative right-hand operand), and the dividend was
267 the dividend is also zero. The result is [0,qNaN].
    [all...]
  /external/valgrind/VEX/pub/
libvex_ir.h 489 Iop_DivU64E, // :: I64,I64 -> I64 (dividend is 64-bit arg (hi)
492 Iop_DivU32E, // :: I32,I32 -> I32 (dividend is 32-bit arg (hi)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 924 /// modulo operation because the sign follows the sign of the dividend which
    [all...]
  /art/compiler/optimizing/
code_generator_x86_64.cc     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /prebuilts/go/darwin-x86/doc/
go_spec.html     [all...]
  /prebuilts/go/linux-x86/doc/
go_spec.html     [all...]
  /external/llvm/docs/
CodeGenerator.rst     [all...]

Completed in 1320 milliseconds

1 2 3 4 5 6 7 8910