Home
last modified time | relevance | path

Searched refs:infinite (Results 1 – 25 of 212) sorted by relevance

123456789

/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DContinuedFraction.java142 boolean infinite = false; in evaluate()
158 infinite = true; in evaluate()
169 infinite = Double.isInfinite(p2) || Double.isInfinite(q2); in evaluate()
170 if (!infinite) { in evaluate()
176 if (infinite) { in evaluate()
/external/autotest/client/profilers/cpistat/
Dcpistat48 infinite = True variable
52 infinite = False variable
65 while infinite or iters:
/external/llvm/test/Transforms/TailCallElim/
Dinf-recursion.ll3 ; Don't turn this into an infinite loop, this is probably the implementation
15 ; Do turn other calls into infinite loops though.
35 ; Don't crash while transforming a function with infinite recursion.
/external/swiftshader/third_party/LLVM/test/Transforms/TailCallElim/
Dinf-recursion.ll3 ; Don't turn this into an infinite loop, this is probably the implementation
15 ; Do turn other calls into infinite loops though.
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
Dscan.css25 -webkit-animation: rotation .6s infinite linear;
26 animation: rotation .6s infinite linear;
/external/pdfium/third_party/lcms2-2.6/
DREADME.pdfium14 0002-infinite-loop-GrowNamedColorList.patch: Fix infinite loop when calling GrowNamedColorList.
/external/llvm/test/Analysis/BlockFrequencyInfo/
Dbad_input.ll36 ; Check that the infinite loop is arbitrarily scaled to max out at 4096,
46 ; infinite loop above.
/external/bison/m4/
Dvasnprintf.m498 # Extra prerequisites of lib/vasnprintf.c for supporting infinite 'double'
109 infinite 'double' arguments.])
114 # Extra prerequisites of lib/vasnprintf.c for supporting infinite 'long double'
130 infinite 'long double' arguments.])
Dfrexp.m490 dnl NetBSD 3.0), on infinite numbers (this fails e.g. on IRIX 6.5 and mingw),
128 /* NeXTstep 3.3 frexp() runs into an endless loop when called on an infinite
144 /* Test on infinite numbers. */
/external/llvm/docs/HistoricalNotes/
D2000-12-06-MeetingSummary.txt22 infinite variable space.
73 'infinite' spaces that instructions operate in (SSA register numbers,
77 B. A scheme similar to how UTF-8 works, to encode infinite numbers
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2000-12-06-MeetingSummary.txt22 infinite variable space.
73 'infinite' spaces that instructions operate in (SSA register numbers,
77 B. A scheme similar to how UTF-8 works, to encode infinite numbers
/external/llvm/test/Analysis/ScalarEvolution/
Dshift-op.ll92 ; %iv will "stabilize" to -1, so this is an infinite loop
111 ; Potentially infinite loop, since %shift.amt could be 0
147 ; is infinite.
/external/e2fsprogs/tests/f_emptydir/
Dname1 always iterate dir block 0 or e2fsck goes into infinite loop
/external/e2fsprogs/tests/f_boundscheck/
Dname1 infinite loop due to off by one error when finding free space for inode table relocation
/external/llvm/test/Transforms/InstCombine/
D2004-08-09-RemInfLoop.ll3 ; This testcase should not send the instcombiner into an infinite loop!
D2005-07-07-DeadPHILoop.ll3 ; This example caused instcombine to spin into an infinite loop.
D2003-06-05-BranchInvertInfLoop.ll1 ; This testcase causes an infinite loop in the instruction combiner,
D2004-03-13-InstCombineInfLoop.ll1 ; This testcase caused the combiner to go into an infinite loop, moving the
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2004-08-09-RemInfLoop.ll3 ; This testcase should not send the instcombiner into an infinite loop!
D2005-07-07-DeadPHILoop.ll3 ; This example caused instcombine to spin into an infinite loop.
D2003-06-05-BranchInvertInfLoop.ll1 ; This testcase causes an infinite loop in the instruction combiner,
/external/valgrind/none/tests/x86-linux/
Dhang.vgtest2 # an infinite signal-delivery loop.
/external/llvm/test/CodeGen/X86/
Dbranchfolding-catchpads.ll45 ; purposes of this test. The failure mode is an infinite loop during
91 ; for the purposes of this test. The failure mode is an infinite loop during
/external/clang/test/PCH/
Dmethod-redecls.m4 // Avoid infinite loop because of method redeclarations.
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt045dfabug.g8 // this rule used to generate an infinite loop in DFA.predict

123456789