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) |
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().
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().
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.
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().
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().
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.