Searched refs:__infinity (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/lib/libm/src/
H A Ds_infinity.c11 char __infinity[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x7f }; variable
13 char __infinity[] = { 0x7f, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; variable
/netbsd-current/lib/libc/arch/vax/gen/
H A Dinfinity.c16 const union __double_u __infinity = variable in typeref:union:__double_u
/netbsd-current/lib/libc/gen/
H A Dinfinity_ieee754.c15 const union __double_u __infinity = variable in typeref:union:__double_u
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dnumeric_traits.h391 struct __infinity : __infinity_impl<remove_cv_t<_Tp>> {}; struct in namespace:std
422 inline constexpr auto __infinity_v = __infinity<_Tp>::value;
507 If __has_iec559_behavior<__infinity, T> is true the following holds (x is
538 struct __has_iec559_behavior<__infinity, float> : true_type {};
543 struct __has_iec559_behavior<__infinity, double> : true_type {};
548 struct __has_iec559_behavior<__infinity, long double> : true_type {};
H A Dsimd.h3813 __value_or<__infinity, _Tp>(__finite_max_v<_Tp>);
3832 if constexpr (__value_exists_v<__infinity, _Tp>)
/netbsd-current/include/
H A Dmath.h86 extern const union __double_u __infinity;
87 #define HUGE_VAL __infinity.__val

Completed in 97 milliseconds