GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave_int_arith_base< T, true > Class Template Reference

#include "oct-inttypes.h"

Inheritance diagram for octave_int_arith_base< T, true >:
Collaboration diagram for octave_int_arith_base< T, true >:

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<typename S >
static T convert_real (const S &value)
 
static T max_val ()
 
static T min_val ()
 
template<typename S >
static T truncate_int (const S &value)
 

Detailed Description

template<typename T>
class octave_int_arith_base< T, true >

Definition at line 511 of file oct-inttypes.h.

Member Typedef Documentation

◆ UT

template<typename T >
typedef query_integer_type<sizeof (T), false>::type octave_int_arith_base< T, true >::UT
private

Definition at line 514 of file oct-inttypes.h.

Member Function Documentation

◆ __signbit()

template<typename T >
static T octave_int_arith_base< T, true >::__signbit ( x)
inlinestatic

Definition at line 519 of file oct-inttypes.h.

References x.

◆ abs()

template<typename T >
static T octave_int_arith_base< T, true >::abs ( x)
inlinestatic

Definition at line 525 of file oct-inttypes.h.

References x.

◆ add()

template<typename T >
static T octave_int_arith_base< T, true >::add ( x,
y 
)
inlinestatic

Definition at line 568 of file oct-inttypes.h.

References x, and y.

◆ convert_real()

template<class T >
template<class S >
template OCTAVE_API uint64_t octave_int_base< T >::convert_real ( const S &  value)
staticinherited

◆ div()

template<typename T >
static T octave_int_arith_base< T, true >::div ( x,
y 
)
inlinestatic

◆ lshift()

template<typename T >
static T octave_int_arith_base< T, true >::lshift ( x,
int  n 
)
inlinestatic

Definition at line 554 of file oct-inttypes.h.

References x.

◆ max_val()

template<typename T >
static T octave_int_base< T >::max_val ( )
inlinestaticinherited

◆ min_val()

template<typename T >
static T octave_int_base< T >::min_val ( )
inlinestaticinherited

Definition at line 295 of file oct-inttypes.h.

References min().

Referenced by octave_int_base< T >::convert_real(), div(), and octave_int_base< T >::truncate_int().

◆ minus()

template<typename T >
static T octave_int_arith_base< T, true >::minus ( x)
inlinestatic

Definition at line 559 of file oct-inttypes.h.

References x.

◆ mod()

template<typename T >
static T octave_int_arith_base< T, true >::mod ( x,
y 
)
inlinestatic

Definition at line 661 of file oct-inttypes.h.

References x, and y.

◆ mul()

template<typename T >
static T octave_int_arith_base< T, true >::mul ( x,
y 
)
inlinestatic

Definition at line 597 of file oct-inttypes.h.

References octave_int_arith_base< T, is_signed >::mul_internal(), x, and y.

◆ mul_internal()

template<typename T >
static T octave_int_arith_base< T, true >::mul_internal ( x,
y 
)
inlinestatic

Definition at line 600 of file oct-inttypes.h.

References octave_int_base< T >::truncate_int(), x, and y.

◆ rem()

template<typename T >
static T octave_int_arith_base< T, true >::rem ( x,
y 
)
inlinestatic

Definition at line 654 of file oct-inttypes.h.

References x, and y.

◆ rshift()

template<typename T >
static T octave_int_arith_base< T, true >::rshift ( x,
int  n 
)
inlinestatic

Definition at line 551 of file oct-inttypes.h.

References x.

◆ signum()

template<typename T >
static T octave_int_arith_base< T, true >::signum ( x)
inlinestatic

Definition at line 540 of file oct-inttypes.h.

References x.

◆ sub()

template<typename T >
static T octave_int_arith_base< T, true >::sub ( x,
y 
)
inlinestatic

Definition at line 582 of file oct-inttypes.h.

References x, and y.

◆ truncate_int()

template<typename T >
template<typename S >
static T octave_int_base< T >::truncate_int ( const S &  value)
inlinestaticinherited

The documentation for this class was generated from the following file: