GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
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_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)
 

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.

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.

Referenced by int_multiply_overflow().

◆ 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.

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.

Referenced by int_multiply_overflow().