GNU Octave  6.2.0
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

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

Detailed Description

template<typename T>
class octave_int_arith< T >

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

Member Function Documentation

◆ mul_internal() [1/4]

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

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

◆ mul_internal() [2/4]

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

◆ mul_internal() [3/4]

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

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

◆ mul_internal() [4/4]

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

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