/third_party/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
|
D | Ossfuzz32851.glsl | 3 error: 1: division by zero
|
D | Ossfuzz27663.glsl | 3 error: 1: division by zero
|
/third_party/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 …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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 …]
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/dot/ |
D | multipleOf.jst | 8 var division{{=$lvl}}; 13 (division{{=$lvl}} = {{=$data}} / {{=$schemaValue}}, 15 … Math.abs(Math.round(division{{=$lvl}}) - division{{=$lvl}}) > 1e-{{=it.opts.multipleOfPrecision}} 17 division{{=$lvl}} !== parseInt(division{{=$lvl}})
|
/third_party/alsa-lib/test/ |
D | midifile.c | 153 double mf_ticks2sec (unsigned long ticks, int division, unsigned long tempo); 232 int format, ntrks, division; in readheader() local 247 division = 96; in readheader() 260 Mf_division = division = read16bit (); in readheader() 267 division = Mf_division; in readheader() 274 (*Mf_header) (format, ntrks, division); in readheader() 808 mfwrite (format, ntracks, division, fp) in mfwrite() argument 809 int format, ntracks, division; in mfwrite() 824 mf_write_header_chunk (format, ntracks, division); 913 mf_write_header_chunk (format, ntracks, division) in mf_write_header_chunk() argument [all …]
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | zero_init_workgroup_memory.cc | 57 uint32_t division = 1; member 63 return modulo == i.modulo && division == i.division; in operator ==() 71 return utils::Hash(i.modulo, i.division); in operator ()() 315 auto division = num_values; in BuildZeroingStatements() local 318 array_indices.add(ArrayIndex{modulo, division}); in BuildZeroingStatements() 320 utils::GetOrCreate(array_index_names, ArrayIndex{modulo, division}, in BuildZeroingStatements() 353 auto* div = (index.division != 1u) ? b.Div(mod, index.division) : mod; in DeclareArrayIndices()
|
/third_party/gettext/gettext-tools/m4/ |
D | siginfo.m4 | 8 # division by zero. 17 # For division by zero, code would be VEC_ZERODIV<<2. 20 # code for division by zero would be SUBSIG_IDIVZERO, or as 27 # For division by zero, code would be FPE_INTDIV.
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | README.txt | 28 division etc. 32 vcdiv64.asm -> Double word division used in typearith.h. VS 2008 does 34 an intrinsic for double word division.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | README.txt | 18 2. Libcalls: multiplication, division, remainder. Note, that calling convention 22 3. Implement multiplication / division by constant (dag combiner hook?).
|
/third_party/gettext/gettext-runtime/m4/ |
D | intdiv0.m4 | 14 AC_CACHE_CHECK([whether integer division by zero raises SIGFPE], 89 [Define if integer division by zero raises signal SIGFPE.])
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 093-divide-by-zero.c.expected | 1 0:1(12): preprocessor error: division by 0 in preprocessor directive
|
D | 094-divide-by-zero-short-circuit.c.expected | 1 0:12(17): preprocessor error: division by 0 in preprocessor directive
|
/third_party/boost/libs/crc/doc/ |
D | crc.qbk | 65 message data as a (long) dividend of a modulo-2 polynomial division. Modulo-2 75 remainder after the division is finished is used as the basis of the CRC 95 term of the dividend polynomial. Long division can be processed in piecemeal, 100 Long division involves appending new dividend terms after the previous terms 102 thing that has to change during each division step; a new input byte (or bit) is 110 When all of the input data has been read during division, the last /x/ bits are 112 division steps; to do so, /x/ zero-valued extra bits must be passed into the 117 Alternatively, if the post-division augmentation bits are the expected checksum 123 Exploiting the properties of how the division is carried out, the steps can be 133 Since long division proceeds from the uppermost terms on down, it's easiest to [all …]
|
/third_party/grpc/examples/python/auth/ |
D | _credentials.py | 17 from __future__ import division
|
/third_party/python/Lib/test/ |
D | test_future3.py | 2 from __future__ import division
|
/third_party/gstreamer/gstplugins_bad/gst/midi/ |
D | midiparse.c | 464 guint16 format, ntracks, division; in parse_MThd() local 483 division = GST_READ_UINT16_BE (data + 4); in parse_MThd() 484 if (division & 0x8000) in parse_MThd() 488 format, ntracks, division); in parse_MThd() 491 midiparse->division = division; in parse_MThd() 846 1000 * midiparse->tempo, midiparse->division); in parse_MTrk() 1142 1000 * midiparse->tempo, midiparse->division); in gst_midi_parse_do_play()
|
/third_party/grpc/examples/python/debug/ |
D | get_stats.py | 17 from __future__ import division
|
D | send_message.py | 17 from __future__ import division
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | gen-def.py | 3 from __future__ import print_function, division, absolute_import
|
/third_party/grpc/examples/python/debug/test/ |
D | _debug_example_test.py | 17 from __future__ import division
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/subset/ |
D | generate-expected-outputs.py | 6 from __future__ import print_function, division, absolute_import
|
/third_party/python/Lib/ |
D | __future__.py | 117 division = _Feature((2, 2, 0, "alpha", 2), variable
|