#include "oct-inttypes.h"
Static Public Member Functions | |
template<class S > | |
static T | convert_real (const S &value) |
template<class S > | |
static T | truncate_int (const S &value) |
Static Protected Member Functions | |
static T | max_val () |
static T | min_val () |
Static Private Member Functions | |
template<class S > | |
static S | compute_threshold (S val, T orig_val) |
Definition at line 215 of file oct-inttypes.h.
static S octave_int_base< T >::compute_threshold | ( | S | val, | |
T | orig_val | |||
) | [inline, static, private] |
Definition at line 264 of file oct-inttypes.h.
References xround().
Referenced by octave_int_base< T >::convert_real().
static T octave_int_base< T >::convert_real | ( | const S & | value | ) | [inline, static] |
Definition at line 278 of file oct-inttypes.h.
References octave_int_base< T >::compute_threshold(), octave_int_base< T >::max_val(), octave_int_base< T >::min_val(), xisnan(), and xround().
static T octave_int_base< T >::max_val | ( | ) | [inline, static, protected] |
Definition at line 220 of file oct-inttypes.h.
References max().
Referenced by octave_int_base< T >::convert_real(), and octave_int_base< T >::truncate_int().
static T octave_int_base< T >::min_val | ( | ) | [inline, static, protected] |
Definition at line 219 of file oct-inttypes.h.
References min().
Referenced by octave_int_base< T >::convert_real(), and octave_int_base< T >::truncate_int().
static T octave_int_base< T >::truncate_int | ( | const S & | value | ) | [inline, static] |
Definition at line 227 of file oct-inttypes.h.
References octave_int_base< T >::max_val(), and octave_int_base< T >::min_val().