/system/core/toolbox/upstream-netbsd/lib/libc/gen/ |
humanize_number.c | 52 int64_t divisor, max, post = 1; local 61 divisor = 1000; 71 divisor = 1024; 133 bytes /= divisor; 141 bytes /= divisor;
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int/ |
Test_div_int.java | 59 * @title Divisor is negative 67 * @title Both Dividend and divisor are negative 125 * @title Divisor is 0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int_2addr/ |
Test_div_int_2addr.java | 58 * @title Divisor is negative 66 * @title Both Dividend and divisor are negative 123 * @title Divisor is 0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_long/ |
Test_div_long.java | 59 * @title Divisor is negative 67 * @title Both Dividend and divisor are negative 123 * @title Divisor is 0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_long_2addr/ |
Test_div_long_2addr.java | 58 * @title Divisor is negative 66 * @title Both Dividend and divisor are negative 122 * @title Divisor is 0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int/ |
Test_rem_int.java | 59 * @title Divisor is negative 67 * @title Both Dividend and divisor are negative 123 * @title Divisor is 0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int_2addr/ |
Test_rem_int_2addr.java | 59 * @title Divisor is negative 67 * @title Both Dividend and divisor are negative 123 * @title Divisor is 0
|
/external/iproute2/doc/actions/ |
gact-usage | 38 filter u32 fh 800: ht divisor 1 56 filter protocol ip pref 6 u32 filter protocol ip pref 6 u32 fh 800: ht divisor 1filter protocol ip pref 6 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:16 (rule hit 20 success 20) 72 filter protocol ip pref 6 u32 filter protocol ip pref 6 u32 fh 800: ht divisor 1filter protocol ip pref 6 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:16 (rule hit 20 success 20)
|
/external/llvm/test/CodeGen/X86/ |
2010-05-12-FastAllocKills.ll | 43 %divisor.041 = phi x86_fp80 [ %0, %bb10 ], [ 0xK3FFF8000000000000000, %isdigit339.exit11.preheader ] ; <x86_fp80> [#uses=1] 44 %0 = fmul x86_fp80 %divisor.041, 0xK4002A000000000000000 ; <x86_fp80> [#uses=2] 48 %divisor.0.lcssa = phi x86_fp80 [ 0xK3FFF8000000000000000, %isdigit339.exit11.preheader ], [ %0, %bb10 ] ; <x86_fp80> [#uses=0]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
NFSubstitution.java | 215 * Set's the substitution's divisor. Used by NFRule.setBaseValue(). 218 * @param radix The radix of the divisor 219 * @param exponent The exponent of the divisor 454 // times the rule's divisor (or the rule's base value) plus 630 * divisor and formats the quotient. Represented by << in normal 639 * The divisor of the rule that owns this substitution. 641 double divisor; field in class:MultiplierSubstitution 650 * also maintains its own copy of its rule's divisor. 652 * @param divisor The owning rule's divisor 785 double divisor; field in class:ModulusSubstitution [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
NFSubstitution.java | 214 * Set's the substitution's divisor. Used by NFRule.setBaseValue(). 217 * @param radix The radix of the divisor 218 * @param exponent The exponent of the divisor 453 // times the rule's divisor (or the rule's base value) plus 629 * divisor and formats the quotient. Represented by << in normal 638 * The divisor of the rule that owns this substitution. 640 double divisor; field in class:MultiplierSubstitution 649 * also maintains its own copy of its rule's divisor. 651 * @param divisor The owning rule's divisor 784 double divisor; field in class:ModulusSubstitution [all...] |
/external/compiler-rt/test/builtins/Unit/ |
divdc3_test.c | 56 double _Complex divisor; local 60 __real__ divisor = c; local 61 __imag__ divisor = d; local 66 switch (classify(divisor)) 91 switch (classify(divisor)) 122 switch (classify(divisor)) 147 switch (classify(divisor)) 172 switch (classify(divisor))
|
divsc3_test.c | 56 float _Complex divisor; local 60 __real__ divisor = c; local 61 __imag__ divisor = d; local 66 switch (classify(divisor)) 91 switch (classify(divisor)) 122 switch (classify(divisor)) 147 switch (classify(divisor)) 172 switch (classify(divisor))
|
divtc3_test.c | 58 long double _Complex divisor; local 62 __real__ divisor = c; local 63 __imag__ divisor = d; local 68 switch (classify(divisor)) 93 switch (classify(divisor)) 124 switch (classify(divisor)) 149 switch (classify(divisor)) 174 switch (classify(divisor))
|
divxc3_test.c | 58 long double _Complex divisor; local 62 __real__ divisor = c; local 63 __imag__ divisor = d; local 68 switch (classify(divisor)) 93 switch (classify(divisor)) 124 switch (classify(divisor)) 149 switch (classify(divisor)) 174 switch (classify(divisor))
|
muldc3_test.c | 56 double _Complex divisor; local 60 __real__ divisor = c; local 61 __imag__ divisor = d; local 66 switch (classify(divisor)) 91 switch (classify(divisor)) 118 switch (classify(divisor)) 143 switch (classify(divisor)) 168 switch (classify(divisor))
|
mulsc3_test.c | 56 float _Complex divisor; local 60 __real__ divisor = c; local 61 __imag__ divisor = d; local 66 switch (classify(divisor)) 91 switch (classify(divisor)) 122 switch (classify(divisor)) 147 switch (classify(divisor)) 172 switch (classify(divisor))
|
multc3_test.c | 59 long double _Complex divisor; local 63 __real__ divisor = c; local 64 __imag__ divisor = d; local 69 switch (classify(divisor)) 94 switch (classify(divisor)) 121 switch (classify(divisor)) 146 switch (classify(divisor)) 171 switch (classify(divisor))
|
mulxc3_test.c | 58 long double _Complex divisor; local 62 __real__ divisor = c; local 63 __imag__ divisor = d; local 68 switch (classify(divisor)) 93 switch (classify(divisor)) 120 switch (classify(divisor)) 145 switch (classify(divisor)) 170 switch (classify(divisor))
|
/external/v8/src/compiler/ |
machine-operator-reducer.h | 47 Node* Int32Div(Node* dividend, int32_t divisor); 48 Node* Uint32Div(Node* dividend, uint32_t divisor);
|
machine-operator-reducer.cc | 89 Node* MachineOperatorReducer::Int32Div(Node* dividend, int32_t divisor) { 90 DCHECK_NE(0, divisor); 91 DCHECK_NE(std::numeric_limits<int32_t>::min(), divisor); local 93 base::SignedDivisionByConstant(bit_cast<uint32_t>(divisor)); 96 if (divisor > 0 && bit_cast<int32_t>(mag.multiplier) < 0) { 98 } else if (divisor < 0 && bit_cast<int32_t>(mag.multiplier) > 0) { 105 Node* MachineOperatorReducer::Uint32Div(Node* dividend, uint32_t divisor) { 106 DCHECK_LT(0u, divisor); 107 // If the divisor is even, we can avoid using the expensive fixup by shifting 109 unsigned const shift = base::bits::CountTrailingZeros32(divisor); 524 int32_t const divisor = m.right().Value(); local 566 uint32_t const divisor = m.right().Value(); local 593 int32_t const divisor = Abs(m.right().Value()); local 630 uint32_t const divisor = m.right().Value(); local [all...] |
/external/iproute2/tc/ |
f_u32.c | 39 fprintf(stderr, "or u32 divisor DIVISOR\n"); 43 " u{32|16|8} | mark } SAMPLE_ARGS [divisor DIVISOR]\n"); 1033 } else if (matches(*argv, "divisor") == 0) { 1034 unsigned divisor; local 1036 if (get_unsigned(&divisor, *argv, 0) || 1037 divisor == 0 || 1038 divisor > 0x100 || ((divisor - 1) & divisor)) 1078 unsigned divisor = 0x100; local [all...] |
/art/compiler/optimizing/ |
code_generator_utils.h | 28 void CalculateMagicAndShiftForDivRem(int64_t divisor, bool is_long, int64_t* magic, int* shift);
|
/art/runtime/base/ |
time_utils.cc | 77 uint64_t divisor = GetNsToTimeUnitDivisor(time_unit); local 92 const uint64_t whole_part = nano_duration / divisor; 93 uint64_t fractional_part = nano_duration % divisor; 103 while (avail_digits > 1 && fractional_part * multiplier < divisor) {
|
/development/ndk/platforms/android-18/samples/gles3jni/ |
README | 22 * Instanced rendering and vertex attribute divisor to reduce the number of
|