xref: /llvm-project/clang/test/Headers/Inputs/include/crt/math_functions.hpp (revision 75e941b05c78e19c51e5c960c925f334b08109bb)
1 // required for __clang_cuda_runtime_wrapper.h tests
2 #pragma once
3 __device__ int                    __isinff(float);
4 __device__ int                    __isinf(double);
5 __device__ int                    __finitef(float);
6 __device__ int                    __isfinited(double);
7 __device__ int                    __isnanf(float);
8 __device__ int                    __isnan(double);
9 __device__ int                    __signbitf(float);
10 __device__ int                    __signbitd(double);
11 __device__ double                 max(double, double);
12 __device__ float                  max(float, float);
13