/external/llvm-project/clang-tools-extra/clangd/support/ |
D | Threading.h | 63 static Deadline infinity() { return Deadline(Infinite); } in infinity() 78 enum Type { Zero, Infinite, Finite }; enumerator
|
/external/rust/crates/cast/src/ |
D | lib.rs | 122 Infinite, enumerator 138 Error::Infinite => "Cannot store infinite value in finite type", in description_helper() 293 Error::Infinite 345 Error::Infinite
|
D | test.rs | 144 Err(Error::Infinite)); 146 Err(Error::Infinite));
|
/external/libxml2/result/ |
D | dav17.rde | 43 6 3 #text 0 1 Infinite
|
D | dav17.rdr | 43 6 3 #text 0 1 Infinite
|
D | dav17.sax | 45 SAX.characters(Infinite, 8)
|
D | dav17.sax2 | 45 SAX.characters(Infinite, 8)
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | 2012-05-18-LoopPredRecurse.ll | 3 ; PR12868: Infinite recursion:
|
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
D | 2012-05-18-LoopPredRecurse.ll | 4 ; PR12868: Infinite recursion:
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | combine-fneg.ll | 4 ; Infinite loop identified in D62963.
|
/external/rust/crates/cast/ |
D | README.md | 24 assert_eq!(u8(1. / 0.), Err(Error::Infinite));
|
/external/angle/src/libANGLE/renderer/ |
D | serial_utils.h | 49 static constexpr Serial Infinite() { return Serial(std::numeric_limits<uint64_t>::max()); } in Infinite() function
|
/external/libxml2/result/noent/ |
D | dav17.sax2 | 45 SAX.characters(Infinite, 8)
|
/external/rust/crates/chrono/src/naive/ |
D | datetime.rs | 2215 use self::bincode::{deserialize, serialize, Infinite}; in test_serde_bincode() 2219 let encoded = serialize(&dt, Infinite).unwrap(); in test_serde_bincode() 2226 use self::bincode::{deserialize, serialize, Infinite}; in test_serde_bincode_optional() 2239 let bytes: Vec<u8> = serialize(&expected, Infinite).unwrap(); in test_serde_bincode_optional()
|
D | time.rs | 1516 use self::bincode::{deserialize, serialize, Infinite}; in test_serde_bincode() 1519 let encoded = serialize(&t, Infinite).unwrap(); in test_serde_bincode()
|
D | date.rs | 1879 use self::bincode::{deserialize, serialize, Infinite}; in test_serde_bincode() 1882 let encoded = serialize(&d, Infinite).unwrap(); in test_serde_bincode()
|
/external/llvm-project/llvm/test/Analysis/MustExecute/ |
D | infinite_loops.ll | 4 ; Infinite loop.
|
/external/llvm-project/polly/test/ScopDetectionDiagnostics/ |
D | ReportLoopHasNoExit.ll | 4 ; the PostDominatorTree. Infinite loops are postdominated ony by the virtual
|
/external/rust/crates/num-traits/src/ |
D | float.rs | 778 (0, EXP_MASK) => FpCategory::Infinite, in classify() 852 (0, EXP_MASK) => FpCategory::Infinite, in classify()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandProcessor.cpp | 419 ANGLE_TRY(mCommandQueue.finishToSerial(this, Serial::Infinite(), in processTask() 608 return finishToSerial(context, Serial::Infinite(), mRenderer->getMaxFenceWaitTimeNs()); in finishAllWork() 764 mLastCompletedQueueSerial = Serial::Infinite(); in destroy()
|
/external/llvm-project/llvm/test/CodeGen/Generic/ |
D | 2006-03-01-dagcombineinfloop.ll | 2 ; Infinite loop in the dag combiner, reduced from 176.gcc.
|
/external/llvm/test/CodeGen/Generic/ |
D | 2006-03-01-dagcombineinfloop.ll | 2 ; Infinite loop in the dag combiner, reduced from 176.gcc.
|
/external/jackson-databind/release-notes/ |
D | CREDITS-2.x | 241 * Reporter, contributed #766: Fix Infinite recursion (StackOverflowError) when 655 * Reported #1658: Infinite recursion when deserializing a class extending a Map,
|
/external/python/cpython2/Doc/library/ |
D | json.rst | 506 - Infinite and NaN number values are accepted and output; 543 Infinite and NaN Number Values
|
/external/kmod/ |
D | NEWS | 531 - Infinite loop with softdeps 532 - Infinite loop with dumb user configuration with install commands
|