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

#include "oct-inttypes.h"

Inheritance diagram for octave_int_arith< T >:
Collaboration diagram for octave_int_arith< T >:

Public Member Functions

uint64_t mul_internal (uint64_t x, uint64_t y)
 
int64_t mul_internal (int64_t x, int64_t y)
 
OCTAVE_API uint64_t mul_internal (uint64_t, uint64_t)
 
OCTAVE_API int64_t mul_internal (int64_t, int64_t)
 

Detailed Description

template<typename T>
class octave_int_arith< T >

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

Member Function Documentation

◆ mul_internal() [1/4]

uint64_t octave_int_arith_base< uint64_t, false >::mul_internal ( uint64_t  x,
uint64_t  y 
)
inherited

Definition at line 316 of file oct-inttypes.cc.

References x, and y.

◆ mul_internal() [2/4]

int64_t octave_int_arith_base< int64_t, true >::mul_internal ( int64_t  x,
int64_t  y 
)
inherited

Definition at line 364 of file oct-inttypes.cc.

References octave_int_abs(), x, and y.

◆ mul_internal() [3/4]

OCTAVE_API uint64_t octave_int_arith_base< uint64_t, false >::mul_internal ( uint64_t  ,
uint64_t   
)
inherited

◆ mul_internal() [4/4]

OCTAVE_API int64_t octave_int_arith_base< int64_t, true >::mul_internal ( int64_t  ,
int64_t   
)
inherited

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