#include <openvdb/math/Half.h>
|  | 
| static constexpr openvdb::math::internal::half | min () noexcept | 
|  | 
| static constexpr openvdb::math::internal::half | max () noexcept | 
|  | 
| static constexpr openvdb::math::internal::half | lowest () | 
|  | 
| static constexpr openvdb::math::internal::half | epsilon () noexcept | 
|  | 
| static constexpr openvdb::math::internal::half | round_error () noexcept | 
|  | 
| static constexpr openvdb::math::internal::half | infinity () noexcept | 
|  | 
| static constexpr openvdb::math::internal::half | quiet_NaN () noexcept | 
|  | 
| static constexpr openvdb::math::internal::half | signaling_NaN () noexcept | 
|  | 
| static constexpr openvdb::math::internal::half | denorm_min () noexcept | 
|  | 
◆ denorm_min()
  
  | 
        
          | static constexpr openvdb::math::internal::half denorm_min | ( |  | ) |  |  | inlinestaticconstexprnoexcept | 
 
 
◆ epsilon()
  
  | 
        
          | static constexpr openvdb::math::internal::half epsilon | ( |  | ) |  |  | inlinestaticconstexprnoexcept | 
 
 
◆ infinity()
  
  | 
        
          | static constexpr openvdb::math::internal::half infinity | ( |  | ) |  |  | inlinestaticconstexprnoexcept | 
 
 
◆ lowest()
  
  | 
        
          | static constexpr openvdb::math::internal::half lowest | ( |  | ) |  |  | inlinestaticconstexpr | 
 
 
◆ max()
  
  | 
        
          | static constexpr openvdb::math::internal::half max | ( |  | ) |  |  | inlinestaticconstexprnoexcept | 
 
 
◆ min()
  
  | 
        
          | static constexpr openvdb::math::internal::half min | ( |  | ) |  |  | inlinestaticconstexprnoexcept | 
 
 
◆ quiet_NaN()
  
  | 
        
          | static constexpr openvdb::math::internal::half quiet_NaN | ( |  | ) |  |  | inlinestaticconstexprnoexcept | 
 
 
◆ round_error()
  
  | 
        
          | static constexpr openvdb::math::internal::half round_error | ( |  | ) |  |  | inlinestaticconstexprnoexcept | 
 
 
◆ signaling_NaN()
  
  | 
        
          | static constexpr openvdb::math::internal::half signaling_NaN | ( |  | ) |  |  | inlinestaticconstexprnoexcept | 
 
 
◆ digits
◆ digits10
◆ has_denorm
  
  | 
        
          | float_denorm_style has_denorm = denorm_present |  | staticconstexpr | 
 
 
◆ has_denorm_loss
  
  | 
        
          | bool has_denorm_loss = false |  | staticconstexpr | 
 
 
◆ has_infinity
◆ has_quiet_NaN
  
  | 
        
          | bool has_quiet_NaN = true |  | staticconstexpr | 
 
 
◆ has_signaling_NaN
  
  | 
        
          | bool has_signaling_NaN = true |  | staticconstexpr | 
 
 
◆ is_bounded
◆ is_exact
◆ is_iec559
◆ is_integer
◆ is_modulo
◆ is_signed
◆ is_specialized
  
  | 
        
          | const bool is_specialized = true |  | static | 
 
 
◆ max_digits10
◆ max_exponent
◆ max_exponent10
◆ min_exponent
◆ min_exponent10
◆ radix
◆ round_style
  
  | 
        
          | float_round_style round_style = round_to_nearest |  | staticconstexpr | 
 
 
◆ tinyness_before
  
  | 
        
          | bool tinyness_before = false |  | staticconstexpr | 
 
 
◆ traps