25#ifndef _gcem_is_inf_HPP
26#define _gcem_is_inf_HPP
43template<
typename T1,
typename T2>
52template<
typename T1,
typename T2>
61template<
typename T1,
typename T2,
typename T3>
70template<
typename T1,
typename T2,
typename T3>
90template<
typename T1,
typename T2>
99template<
typename T1,
typename T2>
108template<
typename T1,
typename T2,
typename T3>
117template<
typename T1,
typename T2,
typename T3>
137template<
typename T1,
typename T2>
146template<
typename T1,
typename T2>
155template<
typename T1,
typename T2,
typename T3>
164template<
typename T1,
typename T2,
typename T3>
constexpr bool is_inf(const T x) noexcept
Definition: is_inf.hpp:131
constexpr bool all_inf(const T1 x, const T2 y) noexcept
Definition: is_inf.hpp:149
constexpr bool any_posinf(const T1 x, const T2 y) noexcept
Definition: is_inf.hpp:93
constexpr bool is_posinf(const T x) noexcept
Definition: is_inf.hpp:84
constexpr bool is_neginf(const T x) noexcept
Definition: is_inf.hpp:37
constexpr bool all_neginf(const T1 x, const T2 y) noexcept
Definition: is_inf.hpp:55
constexpr bool all_posinf(const T1 x, const T2 y) noexcept
Definition: is_inf.hpp:102
constexpr bool any_inf(const T1 x, const T2 y) noexcept
Definition: is_inf.hpp:140
constexpr bool any_neginf(const T1 x, const T2 y) noexcept
Definition: is_inf.hpp:46
Definition: is_even.hpp:29
std::numeric_limits< T > GCLIM
Definition: gcem_options.hpp:74