#include "oct-inttypes.h"
|
template<typename xop > |
static bool | emulate_mop (double, int64_t) |
|
template<typename xop > |
static bool | emulate_mop (double, uint64_t) |
|
template<typename xop > |
static bool | emulate_mop (int64_t, double) |
|
template<typename xop > |
static 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 114 of file oct-inttypes.h.
◆ emulate_mop() [1/4]
template<typename xop >
bool octave_int_cmp_op::emulate_mop |
( |
double |
x, |
|
|
int64_t |
y |
|
) |
| |
|
static |
◆ emulate_mop() [2/4]
template<typename xop >
bool octave_int_cmp_op::emulate_mop |
( |
double |
x, |
|
|
uint64_t |
y |
|
) |
| |
|
static |
◆ emulate_mop() [3/4]
template<typename xop >
bool octave_int_cmp_op::emulate_mop |
( |
int64_t |
x, |
|
|
double |
y |
|
) |
| |
|
static |
◆ emulate_mop() [4/4]
template<typename xop >
bool octave_int_cmp_op::emulate_mop |
( |
uint64_t |
x, |
|
|
double |
y |
|
) |
| |
|
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: