GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
intprops-wrappers.c File Reference
#include "intprops.h"
#include "intprops-wrappers.h"

Go to the source code of this file.

Functions

int octave_i_multiply_overflow_wrapper (int a, int b, int *r)
 
int octave_li_multiply_overflow_wrapper (long int a, long int b, long int *r)
 
int octave_lli_multiply_overflow_wrapper (long long int a, long long int b, long long int *r)
 
int octave_ui_multiply_overflow_wrapper (unsigned int a, unsigned int b, unsigned int *r)
 
int octave_uli_multiply_overflow_wrapper (unsigned long int a, unsigned long int b, unsigned long int *r)
 
int octave_ulli_multiply_overflow_wrapper (unsigned long long int a, unsigned long long int b, unsigned long long int *r)
 

Function Documentation

◆ octave_i_multiply_overflow_wrapper()

int octave_i_multiply_overflow_wrapper ( int  a,
int  b,
int *  r 
)

Definition at line 45 of file intprops-wrappers.c.

References r.

Referenced by int_multiply_overflow().

◆ octave_li_multiply_overflow_wrapper()

int octave_li_multiply_overflow_wrapper ( long int  a,
long int  b,
long int *  r 
)

Definition at line 51 of file intprops-wrappers.c.

References r.

Referenced by int_multiply_overflow().

◆ octave_lli_multiply_overflow_wrapper()

int octave_lli_multiply_overflow_wrapper ( long long int  a,
long long int  b,
long long int *  r 
)

Definition at line 58 of file intprops-wrappers.c.

References r.

◆ octave_ui_multiply_overflow_wrapper()

int octave_ui_multiply_overflow_wrapper ( unsigned int  a,
unsigned int  b,
unsigned int *  r 
)

Definition at line 66 of file intprops-wrappers.c.

References r.

Referenced by int_multiply_overflow().

◆ octave_uli_multiply_overflow_wrapper()

int octave_uli_multiply_overflow_wrapper ( unsigned long int  a,
unsigned long int  b,
unsigned long int *  r 
)

Definition at line 73 of file intprops-wrappers.c.

References r.

Referenced by int_multiply_overflow().

◆ octave_ulli_multiply_overflow_wrapper()

int octave_ulli_multiply_overflow_wrapper ( unsigned long long int  a,
unsigned long long int  b,
unsigned long long int *  r 
)

Definition at line 81 of file intprops-wrappers.c.

References r.