#include "octave-config.h"
Go to the source code of this file.
Functions | |
OCTAVE_API int | octave_i_multiply_overflow_wrapper (int a, int b, int *r) |
OCTAVE_API int | octave_li_multiply_overflow_wrapper (long int a, long int b, long int *r) |
OCTAVE_API int | octave_ui_multiply_overflow_wrapper (unsigned int a, unsigned int b, unsigned int *r) |
OCTAVE_API int | octave_uli_multiply_overflow_wrapper (unsigned long int a, unsigned long int b, unsigned long int *r) |
OCTAVE_API 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_API 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_API 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_API 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().