Home
last modified time | relevance | path

Searched refs:Infinite (Results 1 – 25 of 77) sorted by relevance

1234

/external/llvm-project/clang-tools-extra/clangd/support/
DThreading.h63 static Deadline infinity() { return Deadline(Infinite); } in infinity()
78 enum Type { Zero, Infinite, Finite }; enumerator
/external/rust/crates/cast/src/
Dlib.rs122 Infinite, enumerator
138 Error::Infinite => "Cannot store infinite value in finite type", in description_helper()
293 Error::Infinite
345 Error::Infinite
Dtest.rs144 Err(Error::Infinite));
146 Err(Error::Infinite));
/external/libxml2/result/
Ddav17.rde43 6 3 #text 0 1 Infinite
Ddav17.rdr43 6 3 #text 0 1 Infinite
Ddav17.sax45 SAX.characters(Infinite, 8)
Ddav17.sax245 SAX.characters(Infinite, 8)
/external/llvm/test/Analysis/ScalarEvolution/
D2012-05-18-LoopPredRecurse.ll3 ; PR12868: Infinite recursion:
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/
D2012-05-18-LoopPredRecurse.ll4 ; PR12868: Infinite recursion:
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dcombine-fneg.ll4 ; Infinite loop identified in D62963.
/external/rust/crates/cast/
DREADME.md24 assert_eq!(u8(1. / 0.), Err(Error::Infinite));
/external/angle/src/libANGLE/renderer/
Dserial_utils.h49 static constexpr Serial Infinite() { return Serial(std::numeric_limits<uint64_t>::max()); } in Infinite() function
/external/libxml2/result/noent/
Ddav17.sax245 SAX.characters(Infinite, 8)
/external/rust/crates/chrono/src/naive/
Ddatetime.rs2215 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()
Dtime.rs1516 use self::bincode::{deserialize, serialize, Infinite}; in test_serde_bincode()
1519 let encoded = serialize(&t, Infinite).unwrap(); in test_serde_bincode()
Ddate.rs1879 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/
Dinfinite_loops.ll4 ; Infinite loop.
/external/llvm-project/polly/test/ScopDetectionDiagnostics/
DReportLoopHasNoExit.ll4 ; the PostDominatorTree. Infinite loops are postdominated ony by the virtual
/external/rust/crates/num-traits/src/
Dfloat.rs778 (0, EXP_MASK) => FpCategory::Infinite, in classify()
852 (0, EXP_MASK) => FpCategory::Infinite, in classify()
/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp419 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/
D2006-03-01-dagcombineinfloop.ll2 ; Infinite loop in the dag combiner, reduced from 176.gcc.
/external/llvm/test/CodeGen/Generic/
D2006-03-01-dagcombineinfloop.ll2 ; Infinite loop in the dag combiner, reduced from 176.gcc.
/external/jackson-databind/release-notes/
DCREDITS-2.x241 * 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/
Djson.rst506 - Infinite and NaN number values are accepted and output;
543 Infinite and NaN Number Values
/external/kmod/
DNEWS531 - Infinite loop with softdeps
532 - Infinite loop with dumb user configuration with install commands

1234