![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/core/Unreachable.hpp"#include "alpaka/core/decay.hpp"#include "alpaka/math/internal/ieee754.hpp"#include "alpaka/math/internal/math.hpp"#include "alpaka/math/internal/stlMath.hpp"#include <cmath>#include <type_traits>Go to the source code of this file.
Classes | |
| struct | alpaka::math::internal::Isfinite::Op< StlMath, T_Arg > |
| Custom IEEE 754 bitwise implementation of isinf std counterpart does not work correctly for -ffast-math flags at CPU. More... | |
| struct | alpaka::math::internal::Isinf::Op< StlMath, T_Arg > |
| Custom IEEE 754 bitwise implementation of isinf std counterpart does not work correctly for -ffast-math flags at CPU. More... | |
| struct | alpaka::math::internal::Isnan::Op< StlMath, T_Arg > |
| Custom IEEE 754 bitwise implementation of isnan std counterpart does not work correctly for -ffast-math flags at CPU. More... | |
| struct | alpaka::math::internal::Max::Op< StlMath, T_A, T_B > |
| struct | alpaka::math::internal::Min::Op< StlMath, T_A, T_B > |
Namespaces | |
| namespace | alpaka |
| main alpaka namespace. | |
| namespace | alpaka::math |
| namespace | alpaka::math::internal |