Home
last modified time | relevance | path

Searched defs:dividend (Results 1 – 25 of 30) sorted by relevance

12

/external/kernel-headers/original/linux/
Dcalc64.h17 #define div_long_long_rem(dividend, divisor, remainder) \ argument
20 static inline unsigned long do_div_llr(const long long dividend, in do_div_llr()
35 static inline long div_long_long_rem_signed(const long long dividend, in div_long_long_rem_signed()
/external/compiler-rt/test/Unit/
Dmultc3_test.c57 long double _Complex dividend; in test__multc3() local
60 __real__ dividend = a; in test__multc3() local
61 __imag__ dividend = b; in test__multc3() local
Dmulxc3_test.c57 long double _Complex dividend; in test__mulxc3() local
60 __real__ dividend = a; in test__mulxc3() local
61 __imag__ dividend = b; in test__mulxc3() local
Dmuldc3_test.c54 double _Complex dividend; in test__muldc3() local
57 __real__ dividend = a; in test__muldc3() local
58 __imag__ dividend = b; in test__muldc3() local
Ddivtc3_test.c58 long double _Complex dividend; in test__divtc3() local
61 __real__ dividend = a; in test__divtc3() local
62 __imag__ dividend = b; in test__divtc3() local
Ddivxc3_test.c57 long double _Complex dividend; in test__divxc3() local
60 __real__ dividend = a; in test__divxc3() local
61 __imag__ dividend = b; in test__divxc3() local
Ddivdc3_test.c54 double _Complex dividend; in test__divdc3() local
57 __real__ dividend = a; in test__divdc3() local
58 __imag__ dividend = b; in test__divdc3() local
Ddivsc3_test.c54 float _Complex dividend; in test__divsc3() local
57 __real__ dividend = a; in test__divsc3() local
58 __imag__ dividend = b; in test__divsc3() local
Dmulsc3_test.c54 float _Complex dividend; in test__mulsc3() local
57 __real__ dividend = a; in test__mulsc3() local
58 __imag__ dividend = b; in test__mulsc3() local
/external/guava/guava/src/com/google/common/primitives/
DUnsignedInts.java176 public static int divide(int dividend, int divisor) { in divide()
188 public static int remainder(int dividend, int divisor) { in remainder()
DUnsignedLongs.java178 public static long divide(long dividend, long divisor) { in divide()
212 public static long remainder(long dividend, long divisor) { in remainder()
/external/v8/test/mjsunit/
Ddiv-mod.js95 function compute_mod(dividend, divisor) { argument
/external/guava/guava-tests/test/com/google/common/primitives/
DUnsignedLongsTest.java84 long dividend = r.nextLong(); in testDivideRemainderEuclideanProperty() local
DUnsignedIntsTest.java92 int dividend = r.nextInt(); in testDivideRemainderEuclideanProperty() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DSimpleBigDecimal.java129 BigInteger dividend = bigInt.shiftLeft(scale); in divide() local
/external/icu4c/i18n/
Dgregoimp.cpp40 double ClockMath::floorDivide(double dividend, double divisor, in floorDivide()
/external/v8/src/
Dfixed-dtoa.cc343 uint64_t dividend = significand; in FastFixedDtoa() local
Dhydrogen-instructions.cc2134 int32_t dividend = c_left->Integer32Value(); in NewHMod() local
/external/oprofile/libpp/
Dformat_output.cpp66 string get_percent(count_type dividend, count_type divisor) in get_percent()
/external/v8/src/mips/
Dlithium-mips.cc1313 LOperand* dividend = UseFixed(instr->left(), a0); in DoDiv() local
1334 LOperand* dividend = UseRegister(instr->left()); in DoMod() local
/external/v8/src/arm/
Dlithium-arm.cc1312 LOperand* dividend = UseFixed(instr->left(), r0); in DoDiv() local
1333 LOperand* dividend = UseRegister(instr->left()); in DoMod() local
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp1884 JSValue dividend = callFrame->r(vPC[2].u.operand).jsValue(); in privateExecute() local
1902 JSValue dividend = callFrame->r(vPC[2].u.operand).jsValue(); in privateExecute() local
/external/llvm/lib/Support/
DAPFloat.cpp942 integerPart *lhsSignificand, *dividend, *divisor; in divideSignificand() local
DAPInt.cpp1551 uint64_t dividend = ((uint64_t(u[j+n]) << 32) + u[j+n-1]); in KnuthDiv() local
/external/valgrind/main/VEX/priv/
Dguest_ppc_toIR.c3198 IRExpr* dividend = mk64lo32Sto64( mkexpr(rA) ); in dis_int_arith() local
3229 IRExpr* dividend = mk64lo32Uto64( mkexpr(rA) ); in dis_int_arith() local
3513 IRExpr * dividend, * divisor; in dis_int_arith() local
3548 IRExpr * dividend, * divisor; in dis_int_arith() local

12