| /src/lib/libc/arch/vax/gen/ |
| infinity.c | 16 const union __double_u __infinity = variable in typeref:union:__double_u
|
| infinity.c | 16 const union __double_u __infinity = variable in typeref:union:__double_u
|
| /src/lib/libc/gen/ |
| infinity_ieee754.c | 15 const union __double_u __infinity = variable in typeref:union:__double_u
|
| infinity_ieee754.c | 15 const union __double_u __infinity = variable in typeref:union:__double_u
|
| /src/lib/libm/src/ |
| s_infinity.c | 11 char __infinity[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x7f }; variable 13 char __infinity[] = { 0x7f, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; variable
|
| s_infinity.c | 11 char __infinity[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x7f }; variable 13 char __infinity[] = { 0x7f, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; variable
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| numeric_traits.h | 391 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 {};
|
| numeric_traits.h | 391 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 {};
|