/external/v8/test/mjsunit/compiler/ |
D | division-by-constant.js | 32 function ConstructDiv(divisor) { argument 43 function ConstructMod(divisor) { argument 54 function ConstructFlooringDiv(divisor) { argument 105 function TestDivisionLike(ref, construct, values, divisor) { argument 127 values.forEach(function(divisor) { argument
|
/external/v8/test/mjsunit/asm/ |
D | uint32div.js | 9 function Uint32Div(divisor) { argument 24 var divisor = divisors[i]; variable 33 function div(dividend, divisor) { argument
|
D | uint32mod-constant.js | 9 function Uint32Mod(divisor) { argument 24 var divisor = divisors[i]; variable
|
D | int32mod-constant.js | 9 function Int32Mod(divisor) { argument 28 var divisor = divisors[i]; variable
|
D | int32div.js | 9 function Int32Div(divisor) { argument 28 var divisor = divisors[i]; variable
|
D | int32modb.js | 11 function mod(dividend, divisor) { argument 22 var divisor = divisors[i]; variable
|
D | uint32mod.js | 11 function mod(dividend, divisor) { argument 21 var divisor = divisors[i]; variable
|
D | int32mod.js | 11 function mod(dividend, divisor) { argument 22 var divisor = divisors[i]; variable
|
/external/compiler-rt/test/builtins/Unit/ |
D | multc3_test.c | 59 long double _Complex divisor; in test__multc3() local 63 __real__ divisor = c; in test__multc3() local 64 __imag__ divisor = d; in test__multc3() local
|
D | muldc3_test.c | 56 double _Complex divisor; in test__muldc3() local 60 __real__ divisor = c; in test__muldc3() local 61 __imag__ divisor = d; in test__muldc3() local
|
D | mulxc3_test.c | 58 long double _Complex divisor; in test__mulxc3() local 62 __real__ divisor = c; in test__mulxc3() local 63 __imag__ divisor = d; in test__mulxc3() local
|
D | divxc3_test.c | 58 long double _Complex divisor; in test__divxc3() local 62 __real__ divisor = c; in test__divxc3() local 63 __imag__ divisor = d; in test__divxc3() local
|
D | divdc3_test.c | 56 double _Complex divisor; in test__divdc3() local 60 __real__ divisor = c; in test__divdc3() local 61 __imag__ divisor = d; in test__divdc3() local
|
D | mulsc3_test.c | 56 float _Complex divisor; in test__mulsc3() local 60 __real__ divisor = c; in test__mulsc3() local 61 __imag__ divisor = d; in test__mulsc3() local
|
D | divsc3_test.c | 56 float _Complex divisor; in test__divsc3() local 60 __real__ divisor = c; in test__divsc3() local 61 __imag__ divisor = d; in test__divsc3() local
|
D | divtc3_test.c | 58 long double _Complex divisor; in test__divtc3() local 62 __real__ divisor = c; in test__divtc3() local 63 __imag__ divisor = d; in test__divtc3() local
|
/external/caliper/caliper/src/main/java/com/google/caliper/util/ |
D | ShortDuration.java | 151 public abstract ShortDuration dividedBy(long divisor, RoundingMode roundingMode); in dividedBy() 160 public abstract ShortDuration dividedBy(BigDecimal divisor, RoundingMode roundingMode); in dividedBy() 215 BigDecimal divisor = ONE_IN_PICOS.get(unit); in to() local 242 @Override public ShortDuration dividedBy(long divisor, RoundingMode roundingMode) { in dividedBy() 246 @Override public ShortDuration dividedBy(BigDecimal divisor, RoundingMode roundingMode) { in dividedBy() 275 BigDecimal divisor = ONE_IN_PICOS.get(bestUnit); in toString() local
|
/external/v8/test/mjsunit/ |
D | div-mod.js | 44 function run_tests_for(divisor) { argument 95 function compute_mod(dividend, divisor) { argument
|
/external/mesa3d/src/glx/apple/ |
D | glx_empty.c | 45 glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count) in glXWaitVideoSyncSGI() 102 int64_t target_msc, int64_t divisor, int64_t remainder) in glXSwapBuffersMscOML() 115 int64_t target_msc, int64_t divisor, in glXWaitForMscOML()
|
/external/v8/src/compiler/ |
D | machine-operator-reducer.cc | 89 Node* MachineOperatorReducer::Int32Div(Node* dividend, int32_t divisor) { in Int32Div() 105 Node* MachineOperatorReducer::Uint32Div(Node* dividend, uint32_t divisor) { in Uint32Div() 524 int32_t const divisor = m.right().Value(); in ReduceInt32Div() local 566 uint32_t const divisor = m.right().Value(); in ReduceUint32Div() local 593 int32_t const divisor = Abs(m.right().Value()); in ReduceInt32Mod() local 630 uint32_t const divisor = m.right().Value(); in ReduceUint32Mod() local
|
/external/jemalloc/src/ |
D | nstime.c | 83 nstime_idivide(nstime_t *time, uint64_t divisor) in nstime_idivide() 92 nstime_divide(const nstime_t *time, const nstime_t *divisor) in nstime_divide()
|
/external/guava/guava/src/com/google/common/primitives/ |
D | UnsignedInts.java | 180 public static int divide(int dividend, int divisor) { in divide() 192 public static int remainder(int dividend, int divisor) { in remainder()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 607 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() 613 int32_t divisor() const { return divisor_; } in divisor() function 626 int32_t divisor, in LModByConstI() 636 int32_t divisor() const { return divisor_; } in divisor() function 667 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() 673 int32_t divisor() const { return divisor_; } in divisor() function 686 int32_t divisor, in LDivByConstI() 696 int32_t divisor() const { return divisor_; } in divisor() function 710 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI() 717 LOperand* divisor() { return inputs_[1]; } in divisor() function [all …]
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 623 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() 629 int32_t divisor() const { return divisor_; } in divisor() function 642 int32_t divisor, in LModByConstI() 652 int32_t divisor() const { return divisor_; } in divisor() function 683 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() 689 int32_t divisor() const { return divisor_; } in divisor() function 702 int32_t divisor, in LDivByConstI() 712 int32_t divisor() const { return divisor_; } in divisor() function 726 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI() 733 LOperand* divisor() { return inputs_[1]; } in divisor() function [all …]
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 599 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() 605 int32_t divisor() const { return divisor_; } in divisor() function 617 LModByConstI(LOperand* dividend, int32_t divisor) { in LModByConstI() 623 int32_t divisor() const { return divisor_; } in divisor() function 651 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() 657 int32_t divisor() const { return divisor_; } in divisor() function 669 LDivByConstI(LOperand* dividend, int32_t divisor) { in LDivByConstI() 675 int32_t divisor() const { return divisor_; } in divisor() function 687 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI() 694 LOperand* divisor() { return inputs_[1]; } in divisor() function [all …]
|