#include "oct-inttypes.h"
Public Member Functions | |
template<class S > | |
T | convert_real (const S &value) |
Static Public Member Functions | |
template<typename S > | |
static OCTAVE_API T | convert_real (const S &value) |
static T | max_val (void) |
static T | min_val (void) |
template<typename S > | |
static T | truncate_int (const S &value) |
Static Private Member Functions | |
template<typename S > | |
static S | compute_threshold (S val, T orig_val) |
Definition at line 345 of file oct-inttypes.h.
|
inlinestaticprivate |
Definition at line 399 of file oct-inttypes.h.
References round().
Definition at line 59 of file oct-inttypes.cc.
|
static |
|
inlinestatic |
Definition at line 350 of file oct-inttypes.h.
References max().
Referenced by octave_int_arith_base< T, false >::add(), octave_int_arith_base< T, false >::div(), octave_int_arith_base< T, true >::div(), and octave_int_base< T >::truncate_int().
|
inlinestatic |
Definition at line 349 of file oct-inttypes.h.
References min().
Referenced by octave_int_arith_base< T, true >::div(), and octave_int_base< T >::truncate_int().
|
inlinestatic |
Definition at line 355 of file oct-inttypes.h.
References octave_int_base< T >::max_val(), and octave_int_base< T >::min_val().
Referenced by octave_int_arith_base< T, false >::mul_internal(), and octave_int_arith_base< T, true >::mul_internal().