Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Headers / Inputs / include / crt / math_functions.hpp
blobfbd2bb52fa842101ac0c70e9ed4636a07e7a2aa8
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);