ROOT
6.07/01
Reference Guide
|
#include <Vc/Vc>
#include <Vc/limits>
Go to the source code of this file.
Classes | |
struct | _Ulp_ExponentVector< T > |
struct | _Ulp_ExponentVector< Vc::sfloat_v > |
Functions | |
template<typename T > | |
static T | ulpDiffToReference (T val, T ref) |
template<typename T > | |
static T | ulpDiffToReferenceSigned (T val, T ref) |
template<typename _T > | |
static Vc::Vector< _T > | ulpDiffToReference (const Vc::Vector< _T > &_val, const Vc::Vector< _T > &_ref) |
template<typename _T > | |
static Vc::Vector< _T > | ulpDiffToReferenceSigned (const Vc::Vector< _T > &_val, const Vc::Vector< _T > &_ref) |
Definition at line 34 of file ulp.h.
Referenced by testUlpDiff(), ulpDiffToReferenceSigned(), and ulpDiffToReferenceWrapper().
|
static |
Definition at line 53 of file ulp.h.
Referenced by _UnitTest_Compare::printFuzzyInfoImpl(), and _UnitTest_Compare::writePlotData().