Navigation

Operators and Keywords

Function List:

C++ API

lo-mappers.cc File Reference

#include <cfloat>
#include "lo-error.h"
#include "lo-ieee.h"
#include "lo-mappers.h"
#include "lo-math.h"
#include "lo-specfun.h"
#include "lo-utils.h"
#include "oct-cmplx.h"
#include "f77-fcn.h"
Include dependency graph for lo-mappers.cc:

Functions

double xtrunc (double x)
double xfloor (double x)
double xround (double x)
double xroundb (double x)
double signum (double x)
double xlog2 (double x)
Complex xlog2 (const Complex &x)
double xexp2 (double x)
double xlog2 (double x, int &exp)
Complex xlog2 (const Complex &x, int &exp)
bool xisnan (double x)
bool xfinite (double x)
bool xisinf (double x)
bool octave_is_NA (double x)
bool octave_is_NaN_or_NA (double x)
Complex acos (const Complex &x)
Complex acosh (const Complex &x)
Complex asin (const Complex &x)
Complex asinh (const Complex &x)
Complex atan (const Complex &x)
Complex atanh (const Complex &x)
bool octave_is_NA (const Complex &x)
bool octave_is_NaN_or_NA (const Complex &x)
Complex xmin (const Complex &x, const Complex &y)
Complex xmax (const Complex &x, const Complex &y)
float xtrunc (float x)
float xround (float x)
float xroundb (float x)
float signum (float x)
float xlog2 (float x)
FloatComplex xlog2 (const FloatComplex &x)
float xexp2 (float x)
float xlog2 (float x, int &exp)
FloatComplex xlog2 (const FloatComplex &x, int &exp)
bool xisnan (float x)
bool xfinite (float x)
bool xisinf (float x)
bool octave_is_NA (float x)
bool octave_is_NaN_or_NA (float x)
FloatComplex acos (const FloatComplex &x)
FloatComplex acosh (const FloatComplex &x)
FloatComplex asin (const FloatComplex &x)
FloatComplex asinh (const FloatComplex &x)
FloatComplex atan (const FloatComplex &x)
FloatComplex atanh (const FloatComplex &x)
bool octave_is_NA (const FloatComplex &x)
bool octave_is_NaN_or_NA (const FloatComplex &x)
FloatComplex xmin (const FloatComplex &x, const FloatComplex &y)
FloatComplex xmax (const FloatComplex &x, const FloatComplex &y)
Complex rc_acos (double x)
FloatComplex rc_acos (float x)
Complex rc_acosh (double x)
FloatComplex rc_acosh (float x)
Complex rc_asin (double x)
FloatComplex rc_asin (float x)
Complex rc_atanh (double x)
FloatComplex rc_atanh (float x)
Complex rc_log (double x)
FloatComplex rc_log (float x)
Complex rc_log2 (double x)
FloatComplex rc_log2 (float x)
Complex rc_log10 (double x)
FloatComplex rc_log10 (float x)
Complex rc_sqrt (double x)
FloatComplex rc_sqrt (float x)
bool xnegative_sign (double x)
bool xnegative_sign (float x)
octave_idx_type NINTbig (double x)
octave_idx_type NINTbig (float x)
int NINT (double x)
int NINT (float x)

Function Documentation

Complex acos ( const Complex x  ) 
FloatComplex acos ( const FloatComplex x  ) 
Complex acosh ( const Complex x  ) 
FloatComplex acosh ( const FloatComplex x  ) 
Complex asin ( const Complex x  ) 
FloatComplex asin ( const FloatComplex x  ) 
Complex asinh ( const Complex x  ) 
FloatComplex asinh ( const FloatComplex x  ) 
Complex atan ( const Complex x  ) 
FloatComplex atan ( const FloatComplex x  ) 
Complex atanh ( const Complex x  ) 
FloatComplex atanh ( const FloatComplex x  ) 
int NINT ( double  x  ) 
int NINT ( float  x  ) 
octave_idx_type NINTbig ( double  x  ) 
octave_idx_type NINTbig ( float  x  ) 
bool octave_is_NA ( double  x  ) 
bool octave_is_NA ( float  x  ) 
bool octave_is_NA ( const Complex x  ) 
bool octave_is_NA ( const FloatComplex x  ) 
bool octave_is_NaN_or_NA ( float  x  ) 
bool octave_is_NaN_or_NA ( const Complex x  ) 
bool octave_is_NaN_or_NA ( const FloatComplex x  ) 
bool octave_is_NaN_or_NA ( double  x  ) 
Complex rc_acos ( double  x  ) 
FloatComplex rc_acos ( float  x  ) 
Complex rc_acosh ( double  x  ) 
FloatComplex rc_acosh ( float  x  ) 
FloatComplex rc_asin ( float  x  ) 
Complex rc_asin ( double  x  ) 
Complex rc_atanh ( double  x  ) 
FloatComplex rc_atanh ( float  x  ) 
FloatComplex rc_log ( float  x  ) 
Complex rc_log ( double  x  ) 
Complex rc_log10 ( double  x  ) 
FloatComplex rc_log10 ( float  x  ) 
Complex rc_log2 ( double  x  ) 
FloatComplex rc_log2 ( float  x  ) 
FloatComplex rc_sqrt ( float  x  ) 
Complex rc_sqrt ( double  x  ) 
float signum ( float  x  ) 
double signum ( double  x  ) 
double xexp2 ( double  x  ) 
float xexp2 ( float  x  ) 
bool xfinite ( double  x  ) 
bool xfinite ( float  x  ) 
double xfloor ( double  x  ) 
bool xisinf ( double  x  ) 
bool xisinf ( float  x  ) 
bool xisnan ( double  x  ) 
bool xisnan ( float  x  ) 
float xlog2 ( float  x  ) 
double xlog2 ( double  x,
int &  exp 
)
float xlog2 ( float  x,
int &  exp 
)
Complex xlog2 ( const Complex x  ) 
FloatComplex xlog2 ( const FloatComplex x,
int &  exp 
)
Complex xlog2 ( const Complex x,
int &  exp 
)
FloatComplex xlog2 ( const FloatComplex x  ) 
double xlog2 ( double  x  ) 
Complex xmax ( const Complex x,
const Complex y 
)
FloatComplex xmax ( const FloatComplex x,
const FloatComplex y 
)
Complex xmin ( const Complex x,
const Complex y 
)
FloatComplex xmin ( const FloatComplex x,
const FloatComplex y 
)
bool xnegative_sign ( float  x  ) 
bool xnegative_sign ( double  x  ) 
float xround ( float  x  ) 
double xround ( double  x  ) 
double xroundb ( double  x  ) 
float xroundb ( float  x  ) 
float xtrunc ( float  x  ) 
double xtrunc ( double  x  ) 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines