/external/skia/tests/sksl/errors/ |
D | UnknownDivideByZero.glsl | 3 error: 5: division by zero 4 error: 6: division by zero 5 error: 7: division by zero 6 error: 8: division by zero 7 error: 9: division by zero 8 error: 10: division by zero 9 error: 11: division by zero 10 error: 13: division by zero 11 error: 14: division by zero 12 error: 15: division by zero [all …]
|
D | DivideByZero.glsl | 3 error: 1: division by zero 4 error: 2: division by zero 5 error: 3: division by zero 6 error: 4: division by zero
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | BOCSU.java | 295 long division = getNegDivMod(diff, SLOPE_TAIL_COUNT_); in writeDiff() local 296 int modulo = (int)division; in writeDiff() 298 diff = (int)(division >> 32); in writeDiff() 304 diff = (int)(division >> 32); in writeDiff() 305 division = getNegDivMod(diff, SLOPE_TAIL_COUNT_); in writeDiff() 306 modulo = (int)division; in writeDiff() 307 diff = (int)(division >> 32); in writeDiff() 314 diff = (int)(division >> 32); in writeDiff() 315 division = getNegDivMod(diff, SLOPE_TAIL_COUNT_); in writeDiff() 316 modulo = (int)division; in writeDiff() [all …]
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | BOCSU.java | 294 long division = getNegDivMod(diff, SLOPE_TAIL_COUNT_); in writeDiff() local 295 int modulo = (int)division; in writeDiff() 297 diff = (int)(division >> 32); in writeDiff() 303 diff = (int)(division >> 32); in writeDiff() 304 division = getNegDivMod(diff, SLOPE_TAIL_COUNT_); in writeDiff() 305 modulo = (int)division; in writeDiff() 306 diff = (int)(division >> 32); in writeDiff() 313 diff = (int)(division >> 32); in writeDiff() 314 division = getNegDivMod(diff, SLOPE_TAIL_COUNT_); in writeDiff() 315 modulo = (int)division; in writeDiff() [all …]
|
/external/llvm-project/llvm/test/CodeGen/AVR/ |
D | div.ll | 3 ; Unsigned 8-bit division 13 ; Signed 8-bit division 23 ; Unsigned 16-bit division 33 ; Signed 16-bit division 43 ; Unsigned 32-bit division 54 ; Signed 32-bit division 65 ; Unsigned 64-bit division 74 ; Signed 64-bit division 83 ; Unsigned 128-bit division 92 ; Signed 128-bit division
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | abseil-duration-division.rst | 1 .. title:: clang-tidy - abseil-duration-division 3 abseil-duration-division 7 division of two ``absl::Duration`` objects returns an ``int64`` with any fractional 16 int64 sec2 = absl::ToInt64Seconds(d); // Equivalent to division. 22 If you want floating-point division, you should use either the 34 This check looks for uses of ``absl::Duration`` division that is done in a
|
D | bugprone-integer-division.rst | 1 .. title:: clang-tidy - bugprone-integer-division 3 bugprone-integer-division 6 Finds cases where integer division in a floating point context is likely to 31 // OK, no integer division.
|
D | abseil-duration-unnecessary-conversion.rst | 23 // Suggestion - Remove division and conversion 37 // Original - Integer division followed by conversion 40 // Suggestion - Remove division and conversion
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | vec-div-01.ll | 1 ; Test vector division. There is no native integer support for this, 6 ; Test a v16i8 division. 29 ; Test a v8i16 division. 44 ; Test a v4i32 division. 55 ; Test a v2i64 division. 64 ; Test a v2f64 division. 74 ; Test an f64 division that uses vector registers.
|
D | int-div-06.ll | 5 ; Check signed 32-bit division. 18 ; Check unsigned 32-bit division. 29 ; Check signed 64-bit division. 46 ; Check unsigned 64-bit division.
|
D | vec-div-02.ll | 1 ; Test vector division on z14. 5 ; Test a v4f32 division. 15 ; Test an f32 division that uses vector registers.
|
D | vec-strict-div-02.ll | 1 ; Test strict vector division on z14. 8 ; Test a v4f32 division. 21 ; Test an f32 division that uses vector registers.
|
D | vec-strict-div-01.ll | 1 ; Test strict vector division. 8 ; Test a v2f64 division. 21 ; Test an f64 division that uses vector registers.
|
D | int-div-03.ll | 1 ; Test 64-bit signed division and remainder when the divisor is 8 ; Test register division. The result is in the second of the two registers. 34 ; Test that division and remainder use a single instruction. 48 ; Test register division when the dividend is zero rather than sign extended. 71 ; Test memory division with no displacement. 99 ; Test both memory division and memory remainder. 194 ; a load and division cannot be combined.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-div-01.ll | 1 ; Test vector division. There is no native integer support for this, 6 ; Test a v16i8 division. 29 ; Test a v8i16 division. 44 ; Test a v4i32 division. 55 ; Test a v2i64 division. 64 ; Test a v2f64 division. 74 ; Test an f64 division that uses vector registers.
|
D | int-div-06.ll | 5 ; Check signed 32-bit division. 18 ; Check unsigned 32-bit division. 29 ; Check signed 64-bit division. 46 ; Check unsigned 64-bit division.
|
D | int-div-03.ll | 1 ; Test 64-bit signed division and remainder when the divisor is 8 ; Test register division. The result is in the second of the two registers. 34 ; Test that division and remainder use a single instruction. 48 ; Test register division when the dividend is zero rather than sign extended. 71 ; Test memory division with no displacement. 99 ; Test both memory division and memory remainder. 194 ; a load and division cannot be combined.
|
/external/FXdiv/ |
D | METADATA | 2 …division via fixed-point multiplication by inverse On modern CPUs and GPUs integer division is se…
|
D | README.md | 7 Header-only library for division via fixed-point multiplication by inverse 9 …s and GPUs integer division is several times slower than multiplication. FXdiv implements an algor… 13 - Integer division for `uint32_t`, `uint64_t`, and `size_t`
|
/external/tensorflow/tensorflow/ |
D | __init__.py | 20 from __future__ import division 31 del division
|
/external/tensorflow/tensorflow/python/keras/preprocessing/ |
D | __init__.py | 18 from __future__ import division 36 del division
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | signature_def_utils.py | 20 from __future__ import division 36 del division
|
/external/tensorflow/tensorflow/python/ops/ |
D | initializers_ns.py | 18 from __future__ import division 43 del division
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/ |
D | pr38697.ll | 27 ; No explicit division appears in the input, but a division is generated during 28 ; vectorization, and that division is a division-by-0 when the input 'count' 114 ; division from the inner loop to the preheader. 175 ; and so it is illegal to hoist the division because if 'start1' is 0, hoisting 234 ; This version is has a clearly safe division by a non-zero constant (16). The 235 ; division is transformed to a logical-shift-right of 4, and it is safely 238 ; Verify that the division-operation is hoisted, and that it appears as a 239 ; right-shift ('lshr') rather than an explicit division. 296 ; This version is has a clearly safe division by a non-zero constant (17). The 297 ; division is safely hoisted, as it was in the 'DivBy16Hoist' verison, but here [all …]
|
/external/bc/manuals/ |
D | algorithms.md | 35 This `bc` uses Algorithm D ([long division][2]). Long division is polynomial 36 (`O(n^2)`), but unlike Karatsuba, any division "divide and conquer" algorithm 38 algorithms become less attractive with division as this operation typically 41 While the implementation of long division may appear to use the subtractive 52 Using multiplication would make division have the even worse algorithmic 65 operation. Its complexity is `O(log(n)*n^2)` as it requires one division per
|