#include "oct-inttypes.h"
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) |
Definition at line 429 of file oct-inttypes.h.
| int64_t octave_int_arith_base< int64_t, true >::mul_internal | ( | int64_t | x, |
| int64_t | y | ||
| ) |
Definition at line 372 of file oct-inttypes.cc.
References octave_int_abs(), and x.
| OCTAVE_API int64_t octave_int_arith_base< int64_t, true >::mul_internal | ( | int64_t | , |
| int64_t | |||
| ) |
| uint64_t octave_int_arith_base< uint64_t, false >::mul_internal | ( | uint64_t | x, |
| uint64_t | y | ||
| ) |
Definition at line 324 of file oct-inttypes.cc.
References x.
Referenced by octave_int_arith_base< T, false >::mul(), and octave_int_arith_base< T, true >::mul().
| OCTAVE_API uint64_t octave_int_arith_base< uint64_t, false >::mul_internal | ( | uint64_t | , |
| uint64_t | |||
| ) |