GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "oct-inttypes.h"
Static Public Member Functions | |
static T | abs (T x) |
static T | add (T x, T y) |
static T | div (T x, T y) |
static T | lshift (T x, int n) |
static T | minus (T) |
static T | mod (T x, T y) |
static T | mul (T x, T y) |
static T | mul_internal (T x, T y) |
static T | rem (T x, T y) |
static T | rshift (T x, int n) |
static T | signum (T x) |
static T | sub (T x, T y) |
Static Private Member Functions | |
template<class S > | |
static T | convert_real (const S &value) |
static T | max_val () |
static T | min_val () |
template<class S > | |
static T | truncate_int (const S &value) |
Definition at line 356 of file oct-inttypes.h.
|
inlinestatic |
Definition at line 361 of file oct-inttypes.h.
References x.
|
inlinestatic |
Definition at line 382 of file oct-inttypes.h.
|
inlinestaticinherited |
Definition at line 317 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().
|
inlinestatic |
Definition at line 419 of file oct-inttypes.h.
References Faddeeva::w().
|
inlinestatic |
Definition at line 371 of file oct-inttypes.h.
|
inlinestaticinherited |
Definition at line 261 of file oct-inttypes.h.
References max().
Referenced by octave_int_base< T >::convert_real(), and octave_int_base< T >::truncate_int().
|
inlinestaticinherited |
Definition at line 260 of file oct-inttypes.h.
References min().
Referenced by octave_int_base< T >::convert_real(), and octave_int_base< T >::truncate_int().
|
inlinestatic |
Definition at line 374 of file oct-inttypes.h.
|
inlinestatic |
Definition at line 442 of file oct-inttypes.h.
References x.
|
inlinestatic |
Definition at line 405 of file oct-inttypes.h.
References octave_int_arith_base< T, is_signed >::mul_internal().
|
inlinestatic |
Definition at line 408 of file oct-inttypes.h.
|
inlinestatic |
Definition at line 435 of file oct-inttypes.h.
|
inlinestatic |
Definition at line 368 of file oct-inttypes.h.
|
inlinestatic |
Definition at line 364 of file oct-inttypes.h.
|
inlinestatic |
Definition at line 393 of file oct-inttypes.h.
Referenced by xersve().
|
inlinestaticinherited |
Definition at line 266 of file oct-inttypes.h.
References octave_int_base< T >::max_val(), and octave_int_base< T >::min_val().