#include "Array-util.h"
#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-scalar.h"
#include "ov-float.h"
#include "ov-flt-re-mat.h"
#include "ov-typeinfo.h"
#include "ov-null-mat.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"
Go to the source code of this file.
Functions | |
CONVDECL (float_to_scalar) | |
DEFBINOP (el_div, float_scalar, float_scalar) | |
DEFBINOP (ldiv, float_scalar, float_scalar) | |
DEFBINOP (el_ldiv, float_scalar, float_scalar) | |
DEFBINOP (div, float_scalar, float_scalar) | |
DEFUNOP (not, float_scalar) | |
void | install_fs_fs_ops (void) |
CONVDECL | ( | float_to_scalar | ) |
Definition at line 134 of file op-fs-fs.cc.
References CAST_CONV_ARG.
DEFBINOP | ( | el_div | , | |
float_scalar | , | |||
float_scalar | ||||
) |
Definition at line 101 of file op-fs-fs.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFBINOP | ( | ldiv | , | |
float_scalar | , | |||
float_scalar | ||||
) |
Definition at line 80 of file op-fs-fs.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFBINOP | ( | el_ldiv | , | |
float_scalar | , | |||
float_scalar | ||||
) |
Definition at line 115 of file op-fs-fs.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFBINOP | ( | div | , | |
float_scalar | , | |||
float_scalar | ||||
) |
Definition at line 66 of file op-fs-fs.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFUNOP | ( | not | , | |
float_scalar | ||||
) |
Definition at line 43 of file op-fs-fs.cc.
References CAST_UNOP_ARG, f, gripe_nan_to_logical_conversion(), octave_value(), x, and xisnan().
void install_fs_fs_ops | ( | void | ) |
Definition at line 142 of file op-fs-fs.cc.
References INSTALL_ASSIGNCONV, INSTALL_BINOP, INSTALL_CATOP, INSTALL_CONVOP, INSTALL_NCUNOP, INSTALL_UNOP, pow(), and transpose().