#include "oct-inttypes.h"
|
template<typename xop > |
bool | emulate_mop (double x, int64_t y) |
|
template<typename xop > |
bool | emulate_mop (double x, uint64_t y) |
|
template<typename xop > |
bool | emulate_mop (int64_t x, double y) |
|
template<typename xop > |
bool | emulate_mop (uint64_t x, double y) |
|
|
template<typename xop > |
static OCTAVE_API bool | emulate_mop (double, int64_t) |
|
template<typename xop > |
static OCTAVE_API bool | emulate_mop (double, uint64_t) |
|
template<typename xop > |
static OCTAVE_API bool | emulate_mop (int64_t, double) |
|
template<typename xop > |
static OCTAVE_API bool | emulate_mop (uint64_t, double) |
|
template<typename xop > |
static bool | mop (double x, int64_t y) |
|
template<typename xop , typename T > |
static bool | mop (double x, T y) |
|
template<typename xop > |
static bool | mop (double x, uint64_t y) |
|
template<typename xop > |
static bool | mop (int64_t x, double y) |
|
template<typename xop , typename T > |
static bool | mop (T x, double y) |
|
template<typename xop > |
static bool | mop (uint64_t x, double y) |
|
template<typename xop , typename T1 , typename T2 > |
static bool | op (T1 x, T2 y) |
|
Definition at line 125 of file oct-inttypes.h.
◆ emulate_mop() [1/8]
template<typename xop >
bool octave_int_cmp_op::emulate_mop |
( |
double |
x, |
|
|
int64_t |
y |
|
) |
| |
◆ emulate_mop() [2/8]
template<typename xop >
bool octave_int_cmp_op::emulate_mop |
( |
double |
x, |
|
|
uint64_t |
y |
|
) |
| |
◆ emulate_mop() [3/8]
template<typename xop >
static OCTAVE_API bool octave_int_cmp_op::emulate_mop |
( |
double |
, |
|
|
int64_t |
|
|
) |
| |
|
static |
◆ emulate_mop() [4/8]
template<typename xop >
static OCTAVE_API bool octave_int_cmp_op::emulate_mop |
( |
double |
, |
|
|
uint64_t |
|
|
) |
| |
|
static |
◆ emulate_mop() [5/8]
template<typename xop >
bool octave_int_cmp_op::emulate_mop |
( |
int64_t |
x, |
|
|
double |
y |
|
) |
| |
◆ emulate_mop() [6/8]
template<typename xop >
static OCTAVE_API bool octave_int_cmp_op::emulate_mop |
( |
int64_t |
, |
|
|
double |
|
|
) |
| |
|
static |
◆ emulate_mop() [7/8]
template<typename xop >
bool octave_int_cmp_op::emulate_mop |
( |
uint64_t |
x, |
|
|
double |
y |
|
) |
| |
◆ emulate_mop() [8/8]
template<typename xop >
static OCTAVE_API bool octave_int_cmp_op::emulate_mop |
( |
uint64_t |
, |
|
|
double |
|
|
) |
| |
|
static |
◆ mop() [1/6]
template<typename xop >
static bool octave_int_cmp_op::mop |
( |
double |
x, |
|
|
int64_t |
y |
|
) |
| |
|
inlinestatic |
◆ mop() [2/6]
template<typename xop , typename T >
static bool octave_int_cmp_op::mop |
( |
double |
x, |
|
|
T |
y |
|
) |
| |
|
inlinestatic |
◆ mop() [3/6]
template<typename xop >
static bool octave_int_cmp_op::mop |
( |
double |
x, |
|
|
uint64_t |
y |
|
) |
| |
|
inlinestatic |
◆ mop() [4/6]
template<typename xop >
static bool octave_int_cmp_op::mop |
( |
int64_t |
x, |
|
|
double |
y |
|
) |
| |
|
inlinestatic |
◆ mop() [5/6]
template<typename xop , typename T >
static bool octave_int_cmp_op::mop |
( |
T |
x, |
|
|
double |
y |
|
) |
| |
|
inlinestatic |
◆ mop() [6/6]
template<typename xop >
static bool octave_int_cmp_op::mop |
( |
uint64_t |
x, |
|
|
double |
y |
|
) |
| |
|
inlinestatic |
◆ op()
template<typename xop , typename T1 , typename T2 >
static bool octave_int_cmp_op::op |
( |
T1 |
x, |
|
|
T2 |
y |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following files: