Project
Loading...
Searching...
No Matches
basicMath.h File Reference
#include <cmath>
#include <tuple>
#include "GPUCommonArray.h"
#include "GPUCommonDef.h"
#include "GPUCommonMath.h"
#include "CommonConstants/MathConstants.h"

Go to the source code of this file.

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::math_utils
 
namespace  o2::math_utils::detail
 

Functions

template<typename T >
 o2::math_utils::detail::GPUhdi () T copysign(T x
 
template<class T >
 o2::math_utils::detail::GPUdi () int nint(T x)
 
 o2::math_utils::detail::GPUdi () unsigned int clz(unsigned int val)
 
template<>
 o2::math_utils::detail::GPUhdi () double copysign(double x
 
template<>
 o2::math_utils::detail::GPUhdi () double sqrt(double x)
 
template<>
 o2::math_utils::detail::GPUdi () int nint(double x)
 
template<>
 o2::math_utils::detail::GPUdi () bool finite(double x)
 
template<>
 o2::math_utils::detail::GPUdi () double log(double x)
 

Variables

T o2::math_utils::detail::y
 

Detailed Description