Home
last modified time | relevance | path

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

1234

/external/compiler-rt/test/builtins/Unit/
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
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
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
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
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
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
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
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
/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/src/compiler/
Dmachine-operator-reducer.cc90 Node* MachineOperatorReducer::Int32Div(Node* dividend, int32_t divisor) { in Int32Div()
106 Node* MachineOperatorReducer::Uint32Div(Node* dividend, uint32_t divisor) { in Uint32Div()
581 Node* const dividend = m.left().node(); in ReduceInt32Div() local
621 Node* const dividend = m.left().node(); in ReduceUint32Div() local
648 Node* const dividend = m.left().node(); in ReduceInt32Mod() local
685 Node* const dividend = m.left().node(); in ReduceUint32Mod() local
/external/v8/test/mjsunit/asm/
Duint32div.js33 function div(dividend, divisor) { argument
Dint32mod.js11 function mod(dividend, divisor) { argument
Dint32modb.js11 function mod(dividend, divisor) { argument
Duint32mod.js11 function mod(dividend, divisor) { argument
/external/v8/src/crankshaft/mips/
Dlithium-mips.h589 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I()
594 LOperand* dividend() { return inputs_[0]; } in dividend() function
607 LModByConstI(LOperand* dividend, int32_t divisor) { in LModByConstI()
612 LOperand* dividend() { return inputs_[0]; } in dividend() function
641 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I()
646 LOperand* dividend() { return inputs_[0]; } in dividend() function
659 LDivByConstI(LOperand* dividend, int32_t divisor) { in LDivByConstI()
664 LOperand* dividend() { return inputs_[0]; } in dividend() function
677 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
683 LOperand* dividend() { return inputs_[0]; } in dividend() function
[all …]
/external/v8/test/mjsunit/
Ddiv-mod.js95 function compute_mod(dividend, divisor) { argument
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h581 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I()
586 LOperand* dividend() { return inputs_[0]; } in dividend() function
599 LModByConstI(LOperand* dividend, int32_t divisor) { in LModByConstI()
604 LOperand* dividend() { return inputs_[0]; } in dividend() function
632 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I()
637 LOperand* dividend() { return inputs_[0]; } in dividend() function
650 LDivByConstI(LOperand* dividend, int32_t divisor) { in LDivByConstI()
655 LOperand* dividend() { return inputs_[0]; } in dividend() function
668 LDivI(LOperand* dividend, LOperand* divisor) { in LDivI()
673 LOperand* dividend() { return inputs_[0]; } in dividend() function
[all …]
/external/v8/src/crankshaft/x87/
Dlithium-x87.h612 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I()
617 LOperand* dividend() { return inputs_[0]; } in dividend() function
630 LModByConstI(LOperand* dividend, in LModByConstI()
640 LOperand* dividend() { return inputs_[0]; } in dividend() function
672 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I()
677 LOperand* dividend() { return inputs_[0]; } in dividend() function
690 LDivByConstI(LOperand* dividend, in LDivByConstI()
700 LOperand* dividend() { return inputs_[0]; } in dividend() function
715 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
721 LOperand* dividend() { return inputs_[0]; } in dividend() function
[all …]
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h592 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I()
597 LOperand* dividend() { return inputs_[0]; } in dividend() function
610 LModByConstI(LOperand* dividend, int32_t divisor) { in LModByConstI()
615 LOperand* dividend() { return inputs_[0]; } in dividend() function
644 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I()
649 LOperand* dividend() { return inputs_[0]; } in dividend() function
662 LDivByConstI(LOperand* dividend, int32_t divisor) { in LDivByConstI()
667 LOperand* dividend() { return inputs_[0]; } in dividend() function
680 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
686 LOperand* dividend() { return inputs_[0]; } in dividend() function
[all …]
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h598 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I()
603 LOperand* dividend() { return inputs_[0]; } in dividend() function
616 LModByConstI(LOperand* dividend, in LModByConstI()
626 LOperand* dividend() { return inputs_[0]; } in dividend() function
658 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I()
663 LOperand* dividend() { return inputs_[0]; } in dividend() function
676 LDivByConstI(LOperand* dividend, in LDivByConstI()
686 LOperand* dividend() { return inputs_[0]; } in dividend() function
701 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
707 LOperand* dividend() { return inputs_[0]; } in dividend() function
[all …]
/external/v8/src/crankshaft/arm/
Dlithium-arm.h591 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I()
596 LOperand* dividend() { return inputs_[0]; } in dividend() function
609 LModByConstI(LOperand* dividend, int32_t divisor) { in LModByConstI()
614 LOperand* dividend() { return inputs_[0]; } in dividend() function
646 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I()
651 LOperand* dividend() { return inputs_[0]; } in dividend() function
664 LDivByConstI(LOperand* dividend, int32_t divisor) { in LDivByConstI()
669 LOperand* dividend() { return inputs_[0]; } in dividend() function
682 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
688 LOperand* dividend() { return inputs_[0]; } in dividend() function
[all …]
/external/v8/src/crankshaft/s390/
Dlithium-s390.h557 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I()
562 LOperand* dividend() { return inputs_[0]; } in dividend() function
574 LModByConstI(LOperand* dividend, int32_t divisor) { in LModByConstI()
579 LOperand* dividend() { return inputs_[0]; } in dividend() function
605 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I()
610 LOperand* dividend() { return inputs_[0]; } in dividend() function
622 LDivByConstI(LOperand* dividend, int32_t divisor) { in LDivByConstI()
627 LOperand* dividend() { return inputs_[0]; } in dividend() function
639 LDivI(LOperand* dividend, LOperand* divisor) { in LDivI()
644 LOperand* dividend() { return inputs_[0]; } in dividend() function
[all …]
/external/v8/src/crankshaft/x64/
Dlithium-x64.h597 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I()
602 LOperand* dividend() { return inputs_[0]; } in dividend() function
615 LModByConstI(LOperand* dividend, 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, in LDivByConstI()
685 LOperand* dividend() { return inputs_[0]; } in dividend() function
700 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
706 LOperand* dividend() { return inputs_[0]; } in dividend() function
[all …]
/external/v8/test/mjsunit/compiler/
Ddivision-by-constant.js115 function dude(dividend) { argument

1234