| /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 104 function TestDivisionLike(ref, construct, values, divisor) { argument 124 values.forEach(function(divisor) { argument
|
| /external/compiler-rt/test/builtins/Unit/ |
| 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 | 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 | 55 double _Complex divisor; in test__muldc3() local 59 __real__ divisor = c; in test__muldc3() local 60 __imag__ divisor = d; in test__muldc3() 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 | 55 double _Complex divisor; in test__divdc3() local 59 __real__ divisor = c; in test__divdc3() local 60 __imag__ divisor = d; in test__divdc3() local
|
| D | divtc3_test.c | 60 long double _Complex divisor; in test__divtc3() local 64 __real__ divisor = c; in test__divtc3() local 65 __imag__ divisor = d; in test__divtc3() local
|
| D | mulsc3_test.c | 55 float _Complex divisor; in test__mulsc3() local 59 __real__ divisor = c; in test__mulsc3() local 60 __imag__ divisor = d; in test__mulsc3() local
|
| D | divsc3_test.c | 55 float _Complex divisor; in test__divsc3() local 59 __real__ divisor = c; in test__divsc3() local 60 __imag__ divisor = d; in test__divsc3() 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/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()
|
| D | UnsignedLongs.java | 182 public static long divide(long dividend, long divisor) { in divide() 216 public static long remainder(long dividend, long divisor) { in remainder()
|
| /external/skia/tools/timer/ |
| D | TimerData.cpp | 111 int divisor = numTimings * itersPerTiming; in getResult() local 196 int divisor = numTimings * itersPerTiming; in getJSON() local
|
| /external/mesa3d/src/glx/ |
| D | dri2.c | 544 load_swap_req(xDRI2SwapBuffersReq *req, CARD64 target, CARD64 divisor, in load_swap_req() 562 CARD64 divisor, CARD64 remainder, CARD64 *count) in DRI2SwapBuffers() 621 load_msc_req(xDRI2WaitMSCReq *req, CARD64 target, CARD64 divisor, in load_msc_req() 632 Bool DRI2WaitMSC(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor, in DRI2WaitMSC()
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | CompactDecimalFormat.java | 61 private final long[] divisor; field in CompactDecimalFormat 164 … long[] divisor, Map<String,String[][]> pluralAffixes, Map<String, String[]> currencyAffixes, in CompactDecimalFormat() 356 long[] divisor, Collection<String> debugCreationErrors) { in otherPluralVariant()
|
| /external/v8/src/mips64/ |
| D | lithium-mips64.h | 633 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() 639 int32_t divisor() const { return divisor_; } in divisor() function 651 LModByConstI(LOperand* dividend, int32_t divisor) { in LModByConstI() 657 int32_t divisor() const { return divisor_; } in divisor() function 685 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() 691 int32_t divisor() const { return divisor_; } in divisor() function 703 LDivByConstI(LOperand* dividend, int32_t divisor) { in LDivByConstI() 709 int32_t divisor() const { return divisor_; } in divisor() function 721 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI() 728 LOperand* divisor() { return inputs_[1]; } in divisor() function [all …]
|
| /external/v8/src/mips/ |
| D | lithium-mips.h | 634 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() 640 int32_t divisor() const { return divisor_; } in divisor() function 652 LModByConstI(LOperand* dividend, int32_t divisor) { in LModByConstI() 658 int32_t divisor() const { return divisor_; } in divisor() function 686 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() 692 int32_t divisor() const { return divisor_; } in divisor() function 704 LDivByConstI(LOperand* dividend, int32_t divisor) { in LDivByConstI() 710 int32_t divisor() const { return divisor_; } in divisor() function 722 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI() 729 LOperand* divisor() { return inputs_[1]; } in divisor() function [all …]
|
| /external/skia/bench/ |
| D | DecodingSubsetBench.cpp | 21 const int divisor) in DecodingSubsetBench()
|
| /external/v8/src/ia32/ |
| D | lithium-ia32.h | 642 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() 648 int32_t divisor() const { return divisor_; } in divisor() function 661 int32_t divisor, in LModByConstI() 671 int32_t divisor() const { return divisor_; } in divisor() function 702 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() 708 int32_t divisor() const { return divisor_; } in divisor() function 721 int32_t divisor, in LDivByConstI() 731 int32_t divisor() const { return divisor_; } in divisor() function 745 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI() 752 LOperand* divisor() { return inputs_[1]; } in divisor() function [all …]
|
| /external/v8/src/x64/ |
| D | lithium-x64.h | 642 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() 648 int32_t divisor() const { return divisor_; } in divisor() function 661 int32_t divisor, in LModByConstI() 671 int32_t divisor() const { return divisor_; } in divisor() function 702 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() 708 int32_t divisor() const { return divisor_; } in divisor() function 721 int32_t divisor, in LDivByConstI() 731 int32_t divisor() const { return divisor_; } in divisor() function 745 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI() 752 LOperand* divisor() { return inputs_[1]; } in divisor() function [all …]
|
| /external/v8/src/arm/ |
| D | lithium-arm.h | 634 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() 640 int32_t divisor() const { return divisor_; } in divisor() function 652 LModByConstI(LOperand* dividend, int32_t divisor) { in LModByConstI() 658 int32_t divisor() const { return divisor_; } in divisor() function 689 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() 695 int32_t divisor() const { return divisor_; } in divisor() function 707 LDivByConstI(LOperand* dividend, int32_t divisor) { in LDivByConstI() 713 int32_t divisor() const { return divisor_; } in divisor() function 725 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI() 732 LOperand* divisor() { return inputs_[1]; } in divisor() function [all …]
|
| /external/v8/src/x87/ |
| D | lithium-x87.h | 660 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() 666 int32_t divisor() const { return divisor_; } in divisor() function 679 int32_t divisor, in LModByConstI() 689 int32_t divisor() const { return divisor_; } in divisor() function 720 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() 726 int32_t divisor() const { return divisor_; } in divisor() function 739 int32_t divisor, in LDivByConstI() 749 int32_t divisor() const { return divisor_; } in divisor() function 763 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI() 770 LOperand* divisor() { return inputs_[1]; } in divisor() function [all …]
|
| /external/v8/src/arm64/ |
| D | lithium-arm64.h | 1324 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() 1330 int32_t divisor() const { return divisor_; } in divisor() function 1342 LDivByConstI(LOperand* dividend, int32_t divisor, LOperand* temp) { in LDivByConstI() 1349 int32_t divisor() const { return divisor_; } in divisor() function 1362 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI() 1369 LOperand* divisor() { return inputs_[1]; } in divisor() function 1994 LFlooringDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LFlooringDivByPowerOf2I() 2000 int32_t divisor() const { return divisor_; } in divisor() function 2013 LFlooringDivByConstI(LOperand* dividend, int32_t divisor, LOperand* temp) { in LFlooringDivByConstI() 2020 int32_t divisor() const { return divisor_; } in divisor() function [all …]
|
| /external/guava/guava-tests/test/com/google/common/primitives/ |
| D | UnsignedLongsTest.java | 139 long divisor = r.nextLong(); in testDivideRemainderEuclideanProperty() local
|