Home
last modified time | relevance | path

Searched refs:Infinity (Results 1 – 25 of 72) sorted by relevance

123

/netbsd/lib/libc/gdtoa/test/
H A Ddtst.out8 nextafter(d,+Infinity) = 1.2300000000000002 = 0x3ff3ae14 7ae147af:
12 nextafter(d,-Infinity) = 1.2299999999999998 = 0x3ff3ae14 7ae147ad:
203 nextafter(d,+Infinity) = 1.2307175237905451e-320 = 0x0 9bb:
207 nextafter(d,-Infinity) = 1.2297293924988626e-320 = 0x0 9b9:
308 nextafter(d,+Infinity) = 1.2401047710615288e-321 = 0x0 fb:
312 nextafter(d,-Infinity) = 1.2302234581447039e-321 = 0x0 f9:
333 Infinity = 0x7ff00000 0, se =
334 g_fmt gives "Infinity"
337 Infinity
580 nextafter(d,+Infinity) = 1234565.0000000002 = 0x4132d685 1:
[all …]
H A Df.out113 strtof consumes 8 bytes and returns Infinity = #7f800000
114 g_ffmt(0) gives 8 bytes: "Infinity"
118 fI[1] = #7f800000 = Infinity
154 g_ffmt(0) gives 8 bytes: "Infinity"
158 fI[1] = #7f800000 = Infinity
184 g_ffmt(0) gives 8 bytes: "Infinity"
188 fI[1] = #7f800000 = Infinity
223 strtof consumes 5 bytes and returns Infinity = #7f800000
224 g_ffmt(0) gives 8 bytes: "Infinity"
228 fI[1] = #7f800000 = Infinity
[all …]
H A Dddsi.out296 dd[0] = Infinity = #7ff00000 0
297 dd[1] = Infinity = #7ff00000 0
298 g_ddfmt(0) gives 8 bytes: "Infinity"
304 = Infinity + Infinity
H A Ddd.out296 dd[0] = Infinity = #7ff00000 0
297 dd[1] = Infinity = #7ff00000 0
298 g_ddfmt(0) gives 8 bytes: "Infinity"
304 = Infinity + Infinity
867 Rounding mode for strtor... changed from 1 (nearest) to 2 (toward +Infinity)
1112 Rounding mode for strtor... changed from 2 (toward +Infinity) to 3 (toward -Infinity)
H A DREADME28 2 = toward +Infinity
29 3 = toward -Infinity
H A Dd.out221 strtod consumes 5 bytes and returns 163 with f = Infinity = #7ff00000 0
222 g_dfmt(0) gives 8 bytes: "Infinity"
226 fI[1] = #7ff00000 0 = Infinity
633 Rounding mode for strtor... changed from 1 (nearest) to 2 (toward +Infinity)
810 Rounding mode for strtor... changed from 2 (toward +Infinity) to 3 (toward -Infinity)
H A DdI.out137 dd[1] = #7ff00000 0 = Infinity
H A DdIsi.out137 dd[1] = #7ff00000 0 = Infinity
H A DxL.ou0757 Rounding mode for strtor... changed from 1 (nearest) to 2 (toward +Infinity)
970 Rounding mode for strtor... changed from 2 (toward +Infinity) to 3 (toward -Infinity)
H A DQ.ou0755 Rounding mode for strtor... changed from 1 (nearest) to 2 (toward +Infinity)
968 Rounding mode for strtor... changed from 2 (toward +Infinity) to 3 (toward -Infinity)
H A Dx.ou0757 Rounding mode for strtor... changed from 1 (nearest) to 2 (toward +Infinity)
970 Rounding mode for strtor... changed from 2 (toward +Infinity) to 3 (toward -Infinity)
H A DQ.ou1939 Rounding mode for strtor... changed from 1 (nearest) to 2 (toward +Infinity)
1204 Rounding mode for strtor... changed from 2 (toward +Infinity) to 3 (toward -Infinity)
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-yaml-numeric-parser-fuzzer/
H A Dyaml-numeric-parser-fuzzer.cpp15 static llvm::Regex Infinity("^[-+]?(\\.inf|\\.Inf|\\.INF)$"); in isNumericRegex() local
24 if (Infinity.match(S)) in isNumericRegex()
/netbsd/external/bsd/top/dist/
H A Dtop.h51 #define Infinity -1 macro
H A Dtop.c371 gstate->displays = Infinity; in do_arguments()
372 gstate->topn = Infinity; in do_arguments()
868 gstate->displays = gstate->smart_terminal ? Infinity: 1; in main()
901 if (gstate->topn == Infinity) in main()
H A Dutils.c82 return(Infinity); in atoiwi()
/netbsd/tests/usr.bin/printf/
H A Dprintf.sh816 expect2 inf infinity %f Infinity
979 expect2 inf infinity %e Infinity
1093 expect2 inf infinity %g Infinity
1119 expect2 INF INFINITY %G Infinity
/netbsd/lib/libc/gdtoa/
H A DREADME133 if the result overflows to +Infinity or underflows to 0. Compile
167 NaN and Infinity syntax. Moreover, unless No_Hex_NaN is #defined, the
326 FPI_Round_up = toward +Infinity, and
327 FPI_Round_down = toward -Infinity
/netbsd/sys/arch/m68k/fpsp/
H A DL_LIST41 # Zero, Infinity, Nan and Denorm input values.
/netbsd/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dwrite_float.def756 /* We have room, so output 'Infinity' */
757 memcpy(p + nb - 8, "Infinity", 8);
760 for the sign and 'Infinity' so we go with 'Inf' */
768 p[nb - 9] = fin; /* Put the sign in front of Infinity */
/netbsd/external/gpl3/gcc/dist/libgfortran/io/
H A Dwrite_float.def756 /* We have room, so output 'Infinity' */
757 memcpy(p + nb - 8, "Infinity", 8);
760 for the sign and 'Infinity' so we go with 'Inf' */
768 p[nb - 9] = fin; /* Put the sign in front of Infinity */
/netbsd/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dfrexpl.m4179 In the loop end test, we test x against Infinity, rather than comparing
H A Disnanl.m4213 { /* Pseudo-Infinity. */
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/m4/
H A Disnanl.m4213 { /* Pseudo-Infinity. */
H A Dfrexpl.m4179 In the loop end test, we test x against Infinity, rather than comparing

123