Visualization Library v1.0.3

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]

vl::half Member List

This is the complete list of members for vl::half, including all inherited members.
bitsvl::half
convertDoubleToHalf(const double *d, half *h, int count)vl::half [inline, static]
convertFloatToHalf(float f)vl::half [inline, static]
convertFloatToHalf(const float *f, half *h, int count)vl::half [inline, static]
convertHalfToDouble(const half *h, double *d, int count)vl::half [inline, static]
convertHalfToFloat(const half &h)vl::half [inline, static]
convertHalfToFloat(const half *h, float *f, int count)vl::half [inline, static]
half()vl::half [inline]
half(const half &hf)vl::half [inline]
half(int i)vl::half [inline]
half(long long i)vl::half [inline]
half(float f)vl::half [inline]
half(double d)vl::half [inline]
infinity()vl::half [inline, static]
isdenorm() const vl::half [inline]
isinf() const vl::half [inline]
isinf_neg() const vl::half [inline]
isinf_pos() const vl::half [inline]
isNaN() const vl::half [inline]
isZero() const vl::half [inline]
NaN()vl::half [inline, static]
operator bool() const vl::half [inline]
operator double() const vl::half [inline]
operator float() const vl::half [inline]
operator int() const vl::half [inline]
operator long long() const vl::half [inline]
operator!=(const half &other) const vl::half [inline]
operator!=(const float &other) const vl::half [inline]
operator!=(const double &other) const vl::half [inline]
operator!=(const int &other) const vl::half [inline]
operator!=(const long long &other) const vl::half [inline]
operator*(const half &other) const vl::half [inline]
operator*=(const half &other)vl::half [inline]
operator+(const half &other) const vl::half [inline]
operator+=(const half &other)vl::half [inline]
operator-(const half &other) const vl::half [inline]
operator-() const vl::half [inline]
operator-=(const half &other)vl::half [inline]
operator/(const half &other) const vl::half [inline]
operator/=(const half &other)vl::half [inline]
operator<(const half &other) const vl::half [inline]
operator=(const half &other)vl::half [inline]
operator==(const half &other) const vl::half [inline]
operator==(const float &other) const vl::half [inline]
operator==(const double &other) const vl::half [inline]
operator==(const int &other) const vl::half [inline]
operator==(const long long &other) const vl::half [inline]
operator>(const half &other) const vl::half [inline]

Visualization Library v1.0.3 Reference Documentation
Copyright Michele Bosi. All rights reserved.
Updated on Tue Feb 7 2017 00:55:06.
Permission is granted to use this page to write and publish articles regarding Visualization Library.