Whole document tree
    

Whole document tree

Templatestd::numeric_limits< unsigned short > struct Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::numeric_limits< unsigned short > Struct Template Reference

#include <limits_generic.h>

List of all members.

Static Public Methods

unsigned short min () throw ()
unsigned short max () throw ()
unsigned short epsilon () throw ()
unsigned short round_error () throw ()
unsigned short infinity () throw ()
unsigned short quiet_NaN () throw ()
unsigned short signaling_NaN () throw ()
unsigned short denorm_min () throw ()
unsigned short min () throw ()
unsigned short max () throw ()
unsigned short epsilon () throw ()
unsigned short round_error () throw ()
unsigned short infinity () throw ()
unsigned short quiet_NaN () throw ()
unsigned short signaling_NaN () throw ()
unsigned short denorm_min () throw ()

Static Public Attributes

const bool is_specialized = true
const int digits = 16
const int digits10 = 4
const bool is_signed = false
const bool is_integer = true
const bool is_exact = true
const int radix = 2
const int min_exponent = 0
const int min_exponent10 = 0
const int max_exponent = 0
const int max_exponent10 = 0
const bool has_infinity = false
const bool has_quiet_NaN = false
const bool has_signaling_NaN = false
const float_denorm_style has_denorm = denorm_absent
const bool has_denorm_loss = false
const bool is_iec559 = false
const bool is_bounded = true
const bool is_modulo = true
const bool traps = true
const bool tinyness_before = false
const float_round_style round_style = round_toward_zero

template<>
struct std::numeric_limits< unsigned short >


Member Function Documentation

unsigned short std::numeric_limits< unsigned short >::denorm_min   throw () [inline, static]
 

Definition at line 1395 of file std_limits.h.

unsigned short std::numeric_limits< unsigned short >::denorm_min   throw () [inline, static]
 

Definition at line 452 of file limits_generic.h.

unsigned short std::numeric_limits< unsigned short >::epsilon   throw () [inline, static]
 

Definition at line 1373 of file std_limits.h.

unsigned short std::numeric_limits< unsigned short >::epsilon   throw () [inline, static]
 

Definition at line 430 of file limits_generic.h.

unsigned short std::numeric_limits< unsigned short >::infinity   throw () [inline, static]
 

Definition at line 1389 of file std_limits.h.

unsigned short std::numeric_limits< unsigned short >::infinity   throw () [inline, static]
 

Definition at line 446 of file limits_generic.h.

unsigned short std::numeric_limits< unsigned short >::max   throw () [inline, static]
 

Definition at line 1364 of file std_limits.h.

References __glibcpp_unsigned_short_max.

unsigned short std::numeric_limits< unsigned short >::max   throw () [inline, static]
 

Definition at line 421 of file limits_generic.h.

unsigned short std::numeric_limits< unsigned short >::min   throw () [inline, static]
 

Definition at line 1362 of file std_limits.h.

unsigned short std::numeric_limits< unsigned short >::min   throw () [inline, static]
 

Definition at line 419 of file limits_generic.h.

unsigned short std::numeric_limits< unsigned short >::quiet_NaN   throw () [inline, static]
 

Definition at line 1391 of file std_limits.h.

unsigned short std::numeric_limits< unsigned short >::quiet_NaN   throw () [inline, static]
 

Definition at line 448 of file limits_generic.h.

unsigned short std::numeric_limits< unsigned short >::round_error   throw () [inline, static]
 

Definition at line 1375 of file std_limits.h.

unsigned short std::numeric_limits< unsigned short >::round_error   throw () [inline, static]
 

Definition at line 432 of file limits_generic.h.

unsigned short std::numeric_limits< unsigned short >::signaling_NaN   throw () [inline, static]
 

Definition at line 1393 of file std_limits.h.

unsigned short std::numeric_limits< unsigned short >::signaling_NaN   throw () [inline, static]
 

Definition at line 450 of file limits_generic.h.


Member Data Documentation

const int std::numeric_limits< unsigned short >::digits = 16 [static]
 

Definition at line 156 of file limits_generic.cc.

const int std::numeric_limits< unsigned short >::digits10 = 4 [static]
 

Definition at line 157 of file limits_generic.cc.

const float_denorm_style std::numeric_limits< unsigned short >::has_denorm = denorm_absent [static]
 

Definition at line 169 of file limits_generic.cc.

const bool std::numeric_limits< unsigned short >::has_denorm_loss = false [static]
 

Definition at line 170 of file limits_generic.cc.

const bool std::numeric_limits< unsigned short >::has_infinity = false [static]
 

Definition at line 166 of file limits_generic.cc.

const bool std::numeric_limits< unsigned short >::has_quiet_NaN = false [static]
 

Definition at line 167 of file limits_generic.cc.

const bool std::numeric_limits< unsigned short >::has_signaling_NaN = false [static]
 

Definition at line 168 of file limits_generic.cc.

const bool std::numeric_limits< unsigned short >::is_bounded = true [static]
 

Definition at line 172 of file limits_generic.cc.

const bool std::numeric_limits< unsigned short >::is_exact = true [static]
 

Definition at line 160 of file limits_generic.cc.

const bool std::numeric_limits< unsigned short >::is_iec559 = false [static]
 

Definition at line 171 of file limits_generic.cc.

const bool std::numeric_limits< unsigned short >::is_integer = true [static]
 

Definition at line 159 of file limits_generic.cc.

const bool std::numeric_limits< unsigned short >::is_modulo = true [static]
 

Definition at line 173 of file limits_generic.cc.

const bool std::numeric_limits< unsigned short >::is_signed = false [static]
 

Definition at line 158 of file limits_generic.cc.

const bool std::numeric_limits< unsigned short >::is_specialized = true [static]
 

Definition at line 155 of file limits_generic.cc.

const int std::numeric_limits< unsigned short >::max_exponent = 0 [static]
 

Definition at line 164 of file limits_generic.cc.

const int std::numeric_limits< unsigned short >::max_exponent10 = 0 [static]
 

Definition at line 165 of file limits_generic.cc.

const int std::numeric_limits< unsigned short >::min_exponent = 0 [static]
 

Definition at line 162 of file limits_generic.cc.

const int std::numeric_limits< unsigned short >::min_exponent10 = 0 [static]
 

Definition at line 163 of file limits_generic.cc.

const int std::numeric_limits< unsigned short >::radix = 2 [static]
 

Definition at line 161 of file limits_generic.cc.

const float_round_style std::numeric_limits< unsigned short >::round_style = round_toward_zero [static]
 

Definition at line 176 of file limits_generic.cc.

const bool std::numeric_limits< unsigned short >::tinyness_before = false [static]
 

Definition at line 175 of file limits_generic.cc.

const bool std::numeric_limits< unsigned short >::traps = true [static]
 

Definition at line 174 of file limits_generic.cc.


The documentation for this struct was generated from the following files:
Generated on Mon Apr 8 03:19:17 2002 for libstdc++-v3 Source by doxygen1.2.15