![]() |
ROOT
6.06/09
Reference Guide
|
#include "unittest.h"#include <iostream>#include "vectormemoryhelper.h"#include <Vc/cpuid.h>#include <strings.h>
Include dependency graph for utils.cpp:Go to the source code of this file.
Functions | |
| template<typename Vec > | |
| void | testSort () |
| template<typename V > | |
| void | testCall () |
| template<typename V > | |
| void | testForeachBit () |
| template<typename V > | |
| void | copySign () |
| template<typename V > | |
| void | Random () |
| template<typename V , typename I > | |
| void | FloatRandom () |
| template<> | |
| void | Random< float_v > () |
| template<> | |
| void | Random< double_v > () |
| template<> | |
| void | Random< sfloat_v > () |
| template<typename T > | |
| T | add2 (T x) |
| template<typename V > | |
| void | applyAndCall () |
| template<typename T , int value> | |
| T | returnConstant () |
| template<typename T , int value> | |
| T | returnConstantOffset (int i) |
| template<typename T , int value> | |
| T | returnConstantOffset2 (unsigned short i) |
| template<typename V > | |
| void | fill () |
| template<typename V > | |
| void | shifted () |
| template<typename V > | |
| void | rotated () |
| void | testMallocAlignment () |
| int | main () |
| void applyAndCall | ( | ) |
| void copySign | ( | ) |
| void fill | ( | ) |
Definition at line 314 of file utils.cpp.
Referenced by TASImage::Bevel(), TH2::GetStats(), main(), THistPainter::PaintTH2PolyBins(), and ROOT::Math::DistSampler::SampleBins().
| void Random | ( | ) |
Definition at line 154 of file utils.cpp.
Referenced by applyAndCall(), fill(), FloatRandom(), fma(), TMVA::GeneticPopulation::GeneticPopulation(), main(), UnuranRng< Random >::Rndm(), rotated(), UnuranRng< Random >::Seed(), shifted(), testCeil(), testDeinterleaveGatherImpl(), testExp(), testFloor(), testInterleavingScatterImpl(), testLdexp(), testMul(), testRSqrt(), testSort(), testSwizzle(), testTrunc(), and testUlpDiff().
| T returnConstantOffset | ( | int | i | ) |
| T returnConstantOffset2 | ( | unsigned short | i | ) |
| void rotated | ( | ) |
Definition at line 347 of file utils.cpp.
Referenced by main(), and TAxisEditor::SetModel().
| void shifted | ( | ) |
| void testCall | ( | ) |
| void testForeachBit | ( | ) |