Home
last modified time | relevance | path

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

123

/external/compiler-rt/test/builtins/Unit/
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
Dmultc3_test.c58 long double _Complex dividend; in test__multc3() local
61 __real__ dividend = a; in test__multc3() local
62 __imag__ dividend = b; in test__multc3() local
Dmuldc3_test.c55 double _Complex dividend; in test__muldc3() local
58 __real__ dividend = a; in test__muldc3() local
59 __imag__ dividend = b; in test__muldc3() 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
Ddivtc3_test.c57 long double _Complex dividend; in test__divtc3() local
60 __real__ dividend = a; in test__divtc3() local
61 __imag__ dividend = b; in test__divtc3() local
Ddivdc3_test.c55 double _Complex dividend; in test__divdc3() local
58 __real__ dividend = a; in test__divdc3() local
59 __imag__ dividend = b; in test__divdc3() local
Dmulsc3_test.c55 float _Complex dividend; in test__mulsc3() local
58 __real__ dividend = a; in test__mulsc3() local
59 __imag__ dividend = b; in test__mulsc3() local
Ddivsc3_test.c55 float _Complex dividend; in test__divsc3() local
58 __real__ dividend = a; in test__divsc3() local
59 __imag__ dividend = b; in test__divsc3() local
/external/v8/src/compiler/
Dmachine-operator-reducer.cc89 Node* MachineOperatorReducer::Int32Div(Node* dividend, int32_t divisor) { in Int32Div()
105 Node* MachineOperatorReducer::Uint32Div(Node* dividend, uint32_t divisor) { in Uint32Div()
525 Node* const dividend = m.left().node(); in ReduceInt32Div() local
565 Node* const dividend = m.left().node(); in ReduceUint32Div() local
592 Node* const dividend = m.left().node(); in ReduceInt32Mod() local
629 Node* const dividend = m.left().node(); in ReduceUint32Mod() local
/external/guava/guava/src/com/google/common/primitives/
DUnsignedInts.java180 public static int divide(int dividend, int divisor) { in divide()
192 public static int remainder(int dividend, int divisor) { in remainder()
DUnsignedLongs.java182 public static long divide(long dividend, long divisor) { in divide()
216 public static long remainder(long dividend, long divisor) { in remainder()
/external/v8/test/mjsunit/asm/
Duint32div.js33 function div(dividend, divisor) { argument
Dint32modb.js11 function mod(dividend, divisor) { argument
Duint32mod.js11 function mod(dividend, divisor) { argument
Dint32mod.js11 function mod(dividend, divisor) { argument
/external/v8/test/mjsunit/
Ddiv-mod.js95 function compute_mod(dividend, divisor) { argument
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h588 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I()
593 LOperand* dividend() { return inputs_[0]; } in dividend() function
606 LModByConstI(LOperand* dividend, int32_t divisor) { in LModByConstI()
611 LOperand* dividend() { return inputs_[0]; } in dividend() function
639 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I()
644 LOperand* dividend() { return inputs_[0]; } in dividend() function
657 LDivByConstI(LOperand* dividend, int32_t divisor) { in LDivByConstI()
662 LOperand* dividend() { return inputs_[0]; } in dividend() function
675 LDivI(LOperand* dividend, LOperand* divisor) { in LDivI()
680 LOperand* dividend() { return inputs_[0]; } in dividend() function
[all …]
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h607 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I()
612 LOperand* dividend() { return inputs_[0]; } in dividend() function
625 LModByConstI(LOperand* dividend, in LModByConstI()
635 LOperand* dividend() { return inputs_[0]; } in dividend() function
667 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I()
672 LOperand* dividend() { return inputs_[0]; } in dividend() function
685 LDivByConstI(LOperand* dividend, in LDivByConstI()
695 LOperand* dividend() { return inputs_[0]; } in dividend() function
710 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
716 LOperand* dividend() { return inputs_[0]; } in dividend() function
[all …]
/external/v8/src/crankshaft/mips/
Dlithium-mips.h599 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I()
604 LOperand* dividend() { return inputs_[0]; } in dividend() function
617 LModByConstI(LOperand* dividend, int32_t divisor) { in LModByConstI()
622 LOperand* dividend() { return inputs_[0]; } in dividend() function
651 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I()
656 LOperand* dividend() { return inputs_[0]; } in dividend() function
669 LDivByConstI(LOperand* dividend, int32_t divisor) { in LDivByConstI()
674 LOperand* dividend() { return inputs_[0]; } in dividend() function
687 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
693 LOperand* dividend() { return inputs_[0]; } in dividend() function
[all …]
/external/v8/src/crankshaft/x64/
Dlithium-x64.h606 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I()
611 LOperand* dividend() { return inputs_[0]; } in dividend() function
624 LModByConstI(LOperand* dividend, in LModByConstI()
634 LOperand* dividend() { return inputs_[0]; } in dividend() function
666 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I()
671 LOperand* dividend() { return inputs_[0]; } in dividend() function
684 LDivByConstI(LOperand* dividend, in LDivByConstI()
694 LOperand* dividend() { return inputs_[0]; } in dividend() function
709 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
715 LOperand* dividend() { return inputs_[0]; } in dividend() function
[all …]
/external/v8/src/crankshaft/x87/
Dlithium-x87.h623 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I()
628 LOperand* dividend() { return inputs_[0]; } in dividend() function
641 LModByConstI(LOperand* dividend, in LModByConstI()
651 LOperand* dividend() { return inputs_[0]; } in dividend() function
683 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I()
688 LOperand* dividend() { return inputs_[0]; } in dividend() function
701 LDivByConstI(LOperand* dividend, in LDivByConstI()
711 LOperand* dividend() { return inputs_[0]; } in dividend() function
726 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
732 LOperand* dividend() { return inputs_[0]; } in dividend() function
[all …]
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h602 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I()
607 LOperand* dividend() { return inputs_[0]; } in dividend() function
620 LModByConstI(LOperand* dividend, int32_t divisor) { in LModByConstI()
625 LOperand* dividend() { return inputs_[0]; } in dividend() function
654 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I()
659 LOperand* dividend() { return inputs_[0]; } in dividend() function
672 LDivByConstI(LOperand* dividend, int32_t divisor) { in LDivByConstI()
677 LOperand* dividend() { return inputs_[0]; } in dividend() function
690 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
696 LOperand* dividend() { return inputs_[0]; } in dividend() function
[all …]
/external/v8/src/crankshaft/arm/
Dlithium-arm.h602 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I()
607 LOperand* dividend() { return inputs_[0]; } in dividend() function
620 LModByConstI(LOperand* dividend, int32_t divisor) { in LModByConstI()
625 LOperand* dividend() { return inputs_[0]; } in dividend() function
657 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I()
662 LOperand* dividend() { return inputs_[0]; } in dividend() function
675 LDivByConstI(LOperand* dividend, int32_t divisor) { in LDivByConstI()
680 LOperand* dividend() { return inputs_[0]; } in dividend() function
693 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
699 LOperand* dividend() { return inputs_[0]; } in dividend() function
[all …]
/external/v8/test/mjsunit/compiler/
Ddivision-by-constant.js115 function dude(dividend) { argument
/external/guava/guava-tests/test/com/google/common/primitives/
DUnsignedLongsTest.java138 long dividend = r.nextLong(); in testDivideRemainderEuclideanProperty() local

123