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 | __signbit (T x) |
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 x) |
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) |
Private Types | |
typedef query_integer_type < sizeof(T), false >::type | UT |
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 516 of file oct-inttypes.h.
|
private |
Definition at line 519 of file oct-inttypes.h.
|
inlinestatic |
Definition at line 524 of file oct-inttypes.h.
References x.
|
inlinestatic |
Definition at line 534 of file oct-inttypes.h.
|
inlinestatic |
Definition at line 606 of file oct-inttypes.h.
References x.
|
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 701 of file oct-inttypes.h.
References octave_int_abs(), and Faddeeva::w().
|
inlinestatic |
Definition at line 579 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 583 of file oct-inttypes.h.
References x.
|
inlinestatic |
Definition at line 752 of file oct-inttypes.h.
References x.
|
inlinestatic |
Definition at line 688 of file oct-inttypes.h.
References octave_int_arith_base< T, is_signed >::mul_internal().
|
inlinestatic |
Definition at line 691 of file oct-inttypes.h.
|
inlinestatic |
Definition at line 745 of file oct-inttypes.h.
|
inlinestatic |
Definition at line 576 of file oct-inttypes.h.
|
inlinestatic |
Definition at line 565 of file oct-inttypes.h.
|
inlinestatic |
Definition at line 647 of file oct-inttypes.h.
References x.
|
inlinestaticinherited |
Definition at line 266 of file oct-inttypes.h.
References octave_int_base< T >::max_val(), and octave_int_base< T >::min_val().