| /openbsd-src/usr.bin/jot/ |
| H A D | jot.c | 68 static bool infinity; variable 168 infinity = true; in main() 197 if (infinity) in main() 209 if (infinity) in main() 223 infinity = true; in main() 234 if (infinity) in main() 249 for (i = 1, x = begin; i <= reps || infinity; i++, x += step) in main() 250 if (putdata(x, reps == i && !infinity)) in main() 284 for (i = 1; i <= reps || infinity; i++) { in main() 294 if (putdata(v, reps == i && !infinity)) in main()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/ |
| H A D | std_limits.h | 209 static _Tp infinity() throw() { return static_cast<_Tp>(0); } in infinity() function 249 static bool infinity() throw() 302 static char infinity() throw() 352 static signed char infinity() throw() 402 static unsigned char infinity() throw() 452 static wchar_t infinity() throw() 502 static short infinity() throw() 552 static unsigned short infinity() throw() 602 static int infinity() throw() 652 static unsigned int infinity() throw() [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/std/ |
| H A D | std_limits.h | 301 static _Tp infinity() throw() { return static_cast<_Tp>(0); } in infinity() function 349 static bool infinity() throw() 403 static signed char infinity() throw() 454 static unsigned char infinity() throw() 509 static char infinity() throw() 560 static wchar_t infinity() throw() 611 static short infinity() throw() 662 static unsigned short infinity() throw() 713 static int infinity() throw() 764 static unsigned int infinity() throw() [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
| H A D | fp_mul_impl.inc | 25 // Detect if a or b is zero, denormal, infinity, or NaN. 40 // infinity * non-zero = +/- infinity 43 // infinity * zero = NaN 49 // non-zero * infinity = +/- infinity 52 // zero * infinity = NaN 93 // If we have overflowed the type, return +/- infinity. 120 // Perform the final rounding. The final result may overflow to infinity,
|
| H A D | fp_add_impl.inc | 23 // Detect if a or b is zero, infinity, or NaN. 34 // +/-infinity + -/+infinity = qNaN 37 // +/-infinity + anything remaining = +/- infinity 42 // anything remaining + +/-infinity = +/-infinity 128 // If we have overflowed the type, return +/- infinity. 151 // Perform the final rounding. The result may overflow to infinity, but
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigRat/t/ |
| H A D | bigratpm.inc | |
| /openbsd-src/gnu/usr.bin/perl/t/re/ |
| H A D | anyof.t | 43 my $infinity = $highest_cp_string; 44 $infinity =~ s/^7/F/; # Make infinity larger than the largest legal one, and 46 # allow UV_MAX to be infinity. 54 $pattern =~ s/{INFTY}/\\x{$infinity}/g; 87 s/$infinity/INFTY/ig;
|
| /openbsd-src/lib/libc/arch/mips64/gen/ |
| H A D | ldexp.S | 60 beq t1, DEXP_INF, 9f # is it a NAN or infinity? 157 dli t1, 0x7ff0000000000000 # result is infinity (MSW) 159 bge t3, zero, 1f # should result be negative infinity? 160 neg.d $f0, $f0 # result is negative infinity
|
| /openbsd-src/regress/sys/kern/pipe/ |
| H A D | pipe.c | 33 int infinity = 0; variable 64 infinity = 1; in main()
|
| H A D | pipe.h | 40 extern int infinity;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| H A D | bigfltpm.inc | 899 +infinity:inf 964 -inf:0.5:inf # directed infinity 966 -inf:1.5:inf # directed infinity 969 -inf:inf:inf # complex infinity 984 -3:inf:inf # complex infinity 999 -2:inf:inf # complex infinity 1014 -1.5:inf:inf # complex infinity 1032 -0.5:-inf:inf # complex infinity 1047 0:-inf:inf # complex infinity 1048 0:-3:inf # complex infinity [all...] |
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | MathExtras.cpp | 26 const float huge_valf = std::numeric_limits<float>::infinity();
|
| /openbsd-src/regress/lib/libc/ieeefp/ |
| H A D | Makefile | 4 SUBDIR+= except inf infinity round
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | limits | 48 static constexpr T infinity() noexcept; 169 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type infinity() _NOEXCEPT {return type();} 229 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type infinity() _NOEXCEPT {return type(0);} 282 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type infinity() _NOEXCEPT {return type(0);} 328 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type infinity() _NOEXCEPT {return __builtin_hug… 378 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type infinity() _NOEXCEPT {return __builtin_hug… 428 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type infinity() _NOEXCEPT {return __builtin_hug… 482 …IBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type infinity() _NOEXCEPT {return __base::infinit… 575 …IBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type infinity() _NOEXCEPT {return __base::infinit… 668 …IBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type infinity() _NOEXCEPT {return __base::infinit… [all …]
|
| /openbsd-src/gnu/llvm/libcxx/include/__random/ |
| H A D | student_t_distribution.h | 96 result_type min() const {return -numeric_limits<result_type>::infinity();} in min() 98 result_type max() const {return numeric_limits<result_type>::infinity();} in max()
|
| H A D | extreme_value_distribution.h | 101 result_type min() const {return -numeric_limits<result_type>::infinity();} in min() 103 result_type max() const {return numeric_limits<result_type>::infinity();} in max()
|
| H A D | cauchy_distribution.h | 100 result_type min() const {return -numeric_limits<result_type>::infinity();} in min() 102 result_type max() const {return numeric_limits<result_type>::infinity();} in max()
|
| /openbsd-src/lib/libc/arch/arm/gen/ |
| H A D | Makefile.inc | 4 SRCS+= divsi3.S fabs.c flt_rounds.c infinity.c
|
| /openbsd-src/regress/lib/libc/ieeefp/infinity/ |
| H A D | Makefile | 3 PROG= infinity
|
| /openbsd-src/lib/libc/arch/hppa/gen/ |
| H A D | Makefile.inc | 5 SRCS+= infinity.c ldexp.c modf.c nan.c usertc.c
|
| /openbsd-src/lib/libc/arch/sh/gen/ |
| H A D | Makefile.inc | 3 SRCS+= flt_rounds.c infinity.c ldexp.c modf.c nan.c setjmp.S _setjmp.S
|
| /openbsd-src/lib/libc/arch/alpha/gen/ |
| H A D | Makefile.inc | 4 SRCS+= _setjmp.S fabs.S infinity.c ldexp.c modf.c nan.c setjmp.S
|
| /openbsd-src/lib/libc/arch/powerpc/gen/ |
| H A D | Makefile.inc | 1 SRCS+= infinity.c setjmp.S sigsetjmp.S flt_rounds.c ldexp.c modf.c nan.c
|
| /openbsd-src/lib/libc/arch/powerpc64/gen/ |
| H A D | Makefile.inc | 1 SRCS+= infinity.c setjmp.S sigsetjmp.S flt_rounds.c ldexp.c modf.c nan.c
|
| /openbsd-src/lib/libc/arch/m88k/gen/ |
| H A D | Makefile.inc | 4 SRCS+= _setjmp.S fabs.S infinity.c ldexp.c modf.c nan.c usertc.c
|