Searched refs:infinite (Results 1 - 23 of 23) sorted by relevance

/openbsd-current/regress/usr.bin/mandoc/eqn/define/
H A DMakefile3 REGRESS_TARGETS = font infinite invalid quoted
4 LINT_TARGETS = infinite invalid
/openbsd-current/regress/usr.bin/mandoc/roff/string/
H A DMakefile8 REGRESS_TARGETS = dotT escape infinite name std undef zerolength
12 SKIP_MARKDOWN = escape infinite name std undef zerolength
14 # The infinite test fails badly with groff-1.20.1:
17 SKIP_GROFF ?= infinite
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/avr/
H A Dexit.S18 rjmp __stop_program ; Fall into an infinite loop.
/openbsd-current/regress/usr.bin/mandoc/roff/de/
H A DMakefile4 REGRESS_TARGETS += indir infinite startde tab TH Dd
5 LINT_TARGETS = escname indir infinite
8 # infinite recursion aborts output completely
10 SKIP_GROFF = infinite
/openbsd-current/regress/sys/kern/unixsockets/
H A Dunfdpassfail.c53 int infinite = 0, error; local
55 if (argc > 1 && !strcmp(argv[1], "--infinite"))
56 infinite = 1;
61 if (!infinite)
104 if (!infinite) {
H A Dungc.c45 int infinite = 0; local
47 if (argc > 1 && !strcmp(argv[1], "--infinite"))
48 infinite = 1;
50 if (!infinite)
183 if (!infinite) {
/openbsd-current/gnu/usr.bin/perl/t/mro/
H A Drecursion_c3_utf8.t23 but an infinite loop has been made in the heirarchy,
25 into an infinite loop
66 # A series of 8 aberations that would cause infinite loops,
H A Drecursion_dfs_utf8.t21 but an infinite loop has been made in the heirarchy,
23 into an infinite loop
53 # A series of 8 aberations that would cause infinite loops,
H A Drecursion_c3.t22 but an infinite loop has been made in the heirarchy,
24 into an infinite loop
65 # A series of 8 aberations that would cause infinite loops,
H A Drecursion_dfs.t18 but an infinite loop has been made in the heirarchy,
20 into an infinite loop
50 # A series of 8 aberations that would cause infinite loops,
/openbsd-current/gnu/gcc/gcc/
H A Dloop-iv.c1833 desc->infinite =
1834 alloc_EXPR_LIST (0, cond_under, desc->infinite);
1845 desc->infinite =
1846 alloc_EXPR_LIST (0, cond_over, desc->infinite);
1854 desc->infinite =
1855 alloc_EXPR_LIST (0, cond_over, desc->infinite);
1857 desc->infinite =
1858 alloc_EXPR_LIST (0, cond_under, desc->infinite);
2008 if infinite then this exit is never used */
2012 desc->infinite
[all...]
H A Dcfgloop.h336 /* Condition under that the loop is infinite. */
337 rtx infinite; member in struct:niter_desc
H A Dloop-doloop.c166 || desc->infinite)
174 If the absolute increment is not 1, the loop can be infinite
178 additional jump around the loop to ensure an infinite loop.
191 fprintf (dump_file, "Doloop: Possible infinite iteration case.\n");
H A Dloop-unroll.c366 || desc->infinite
437 || desc->infinite)
/openbsd-current/usr.sbin/pppd/pppstats/
H A Dpppstats.c71 int infinite; variable
287 if (!infinite && !count)
355 infinite = 1;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/
H A DFacets2Legacy.pm189 create infinite recursion bugs.
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc115 // Let b be the original divisor considered "in infinite precision" and
208 // In infinite precision, with 0 <= eps1, eps2 <= U = 2^-HW:
/openbsd-current/regress/lib/libc/cephes/
H A Dieee.c88 * or is infinite (IEEE)
518 /* Return nonzero if internal format number is infinite. */
3600 goto infinite;
3638 goto infinite;
3645 infinite:
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dlb1sf68.asm1381 | finite) numbers, but we have to check if both are infinite whether we
1388 | We know one (or both) are infinite, so we test for equality between the
1389 | two numbers (if they are equal they have to be infinite both, so we
1391 cmpl d2,d0 | are both infinite?
3048 | finite) numbers, but we have to check if both are infinite whether we
3056 | We know one (or both) are infinite, so we test for equality between the
3057 | two numbers (if they are equal they have to be infinite both, so we
3059 cmpl d1,d0 | are both infinite?
3223 | If either is NaN return NaN; else both are (maybe infinite) numbers, so
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dlb1sf68.asm1305 | finite) numbers, but we have to check if both are infinite whether we
1312 | We know one (or both) are infinite, so we test for equality between the
1313 | two numbers (if they are equal they have to be infinite both, so we
1315 cmpl d2,d0 | are both infinite?
2951 | finite) numbers, but we have to check if both are infinite whether we
2959 | We know one (or both) are infinite, so we test for equality between the
2960 | two numbers (if they are equal they have to be infinite both, so we
2962 cmpl d1,d0 | are both infinite?
3126 | If either is NaN return NaN; else both are (maybe infinite) numbers, so
/openbsd-current/gnu/usr.bin/perl/dist/Safe/
H A DSafe.pm788 Causing infinite loops etc.
/openbsd-current/gnu/usr.bin/perl/lib/
H A Doverload.pm573 then it will not be called again - avoiding infinite recursion.
1279 again of type C<symbolic>, which will lead to an infinite loop.
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm6 # "Mike had an infinite amount to do and a negative amount of time in which
1625 # supports rounding by calling the rounding methods, we get an infinite
6227 attempt to return an infinite number of digits.
6557 Returns true if the invocand is infinite and false otherwise.

Completed in 382 milliseconds