clang 19.0.0git
Namespaces | Macros | Functions
__clang_cuda_math_forward_declares.h File Reference

Go to the source code of this file.

Namespaces

namespace  std
 

Macros

#define __DEVICE__    static __inline__ __attribute__((always_inline)) __attribute__((device))
 

Functions

__DEVICE__ long abs (long)
 
__DEVICE__ long long abs (long long)
 
__DEVICE__ double abs (double)
 
__DEVICE__ float abs (float)
 
__DEVICE__ int abs (int)
 
__DEVICE__ double acos (double)
 
__DEVICE__ float acos (float)
 
__DEVICE__ double acosh (double)
 
__DEVICE__ float acosh (float)
 
__DEVICE__ double asin (double)
 
__DEVICE__ float asin (float)
 
__DEVICE__ double asinh (double)
 
__DEVICE__ float asinh (float)
 
__DEVICE__ double atan2 (double, double)
 
__DEVICE__ float atan2 (float, float)
 
__DEVICE__ double atan (double)
 
__DEVICE__ float atan (float)
 
__DEVICE__ double atanh (double)
 
__DEVICE__ float atanh (float)
 
__DEVICE__ double cbrt (double)
 
__DEVICE__ float cbrt (float)
 
__DEVICE__ double ceil (double)
 
__DEVICE__ float ceil (float)
 
__DEVICE__ double copysign (double, double)
 
__DEVICE__ float copysign (float, float)
 
__DEVICE__ double cos (double)
 
__DEVICE__ float cos (float)
 
__DEVICE__ double cosh (double)
 
__DEVICE__ float cosh (float)
 
__DEVICE__ double erfc (double)
 
__DEVICE__ float erfc (float)
 
__DEVICE__ double erf (double)
 
__DEVICE__ float erf (float)
 
__DEVICE__ double exp2 (double)
 
__DEVICE__ float exp2 (float)
 
__DEVICE__ double exp (double)
 
__DEVICE__ float exp (float)
 
__DEVICE__ double expm1 (double)
 
__DEVICE__ float expm1 (float)
 
__DEVICE__ double fabs (double)
 
__DEVICE__ float fabs (float)
 
__DEVICE__ double fdim (double, double)
 
__DEVICE__ float fdim (float, float)
 
__DEVICE__ double floor (double)
 
__DEVICE__ float floor (float)
 
__DEVICE__ double fma (double, double, double)
 
__DEVICE__ float fma (float, float, float)
 
__DEVICE__ double fmax (double, double)
 
__DEVICE__ float fmax (float, float)
 
__DEVICE__ double fmin (double, double)
 
__DEVICE__ float fmin (float, float)
 
__DEVICE__ double fmod (double, double)
 
__DEVICE__ float fmod (float, float)
 
__DEVICE__ int fpclassify (double)
 
__DEVICE__ int fpclassify (float)
 
__DEVICE__ double frexp (double, int *)
 
__DEVICE__ float frexp (float, int *)
 
__DEVICE__ double hypot (double, double)
 
__DEVICE__ float hypot (float, float)
 
__DEVICE__ int ilogb (double)
 
__DEVICE__ int ilogb (float)
 
__DEVICE__ bool isfinite (double)
 
__DEVICE__ bool isfinite (float)
 
__DEVICE__ bool isgreater (double, double)
 
__DEVICE__ bool isgreaterequal (double, double)
 
__DEVICE__ bool isgreaterequal (float, float)
 
__DEVICE__ bool isgreater (float, float)
 
__DEVICE__ bool isinf (double)
 
__DEVICE__ bool isinf (float)
 
__DEVICE__ bool isless (double, double)
 
__DEVICE__ bool islessequal (double, double)
 
__DEVICE__ bool islessequal (float, float)
 
__DEVICE__ bool isless (float, float)
 
__DEVICE__ bool islessgreater (double, double)
 
__DEVICE__ bool islessgreater (float, float)
 
__DEVICE__ bool isnan (double)
 
__DEVICE__ bool isnan (float)
 
__DEVICE__ bool isnormal (double)
 
__DEVICE__ bool isnormal (float)
 
__DEVICE__ bool isunordered (double, double)
 
__DEVICE__ bool isunordered (float, float)
 
__DEVICE__ long labs (long)
 
__DEVICE__ double ldexp (double, int)
 
__DEVICE__ float ldexp (float, int)
 
__DEVICE__ double lgamma (double)
 
__DEVICE__ float lgamma (float)
 
__DEVICE__ long long llabs (long long)
 
__DEVICE__ long long llrint (double)
 
__DEVICE__ long long llrint (float)
 
__DEVICE__ double log10 (double)
 
__DEVICE__ float log10 (float)
 
__DEVICE__ double log1p (double)
 
__DEVICE__ float log1p (float)
 
__DEVICE__ double log2 (double)
 
__DEVICE__ float log2 (float)
 
__DEVICE__ double logb (double)
 
__DEVICE__ float logb (float)
 
__DEVICE__ double log (double)
 
__DEVICE__ float log (float)
 
__DEVICE__ long lrint (double)
 
__DEVICE__ long lrint (float)
 
__DEVICE__ long lround (double)
 
__DEVICE__ long lround (float)
 
__DEVICE__ long long llround (float)
 
__DEVICE__ double modf (double, double *)
 
__DEVICE__ float modf (float, float *)
 
__DEVICE__ double nan (const char *)
 
__DEVICE__ float nanf (const char *)
 
__DEVICE__ double nearbyint (double)
 
__DEVICE__ float nearbyint (float)
 
__DEVICE__ double nextafter (double, double)
 
__DEVICE__ float nextafter (float, float)
 
__DEVICE__ double pow (double, double)
 
__DEVICE__ double pow (double, int)
 
__DEVICE__ float pow (float, float)
 
__DEVICE__ float pow (float, int)
 
__DEVICE__ double remainder (double, double)
 
__DEVICE__ float remainder (float, float)
 
__DEVICE__ double remquo (double, double, int *)
 
__DEVICE__ float remquo (float, float, int *)
 
__DEVICE__ double rint (double)
 
__DEVICE__ float rint (float)
 
__DEVICE__ double round (double)
 
__DEVICE__ float round (float)
 
__DEVICE__ double scalbln (double, long)
 
__DEVICE__ float scalbln (float, long)
 
__DEVICE__ double scalbn (double, int)
 
__DEVICE__ float scalbn (float, int)
 
__DEVICE__ bool signbit (double)
 
__DEVICE__ bool signbit (float)
 
__DEVICE__ double sin (double)
 
__DEVICE__ float sin (float)
 
__DEVICE__ double sinh (double)
 
__DEVICE__ float sinh (float)
 
__DEVICE__ double sqrt (double)
 
__DEVICE__ float sqrt (float)
 
__DEVICE__ double tan (double)
 
__DEVICE__ float tan (float)
 
__DEVICE__ double tanh (double)
 
__DEVICE__ float tanh (float)
 
__DEVICE__ double tgamma (double)
 
__DEVICE__ float tgamma (float)
 
__DEVICE__ double trunc (double)
 
__DEVICE__ float trunc (float)
 

Macro Definition Documentation

◆ __DEVICE__

#define __DEVICE__    static __inline__ __attribute__((always_inline)) __attribute__((device))

Definition at line 23 of file __clang_cuda_math_forward_declares.h.

Function Documentation

◆ abs() [1/5]

__DEVICE__ double abs ( double  __x)

Definition at line 44 of file __clang_cuda_cmath.h.

◆ abs() [2/5]

__DEVICE__ float abs ( float  __x)

Definition at line 43 of file __clang_cuda_cmath.h.

◆ abs() [3/5]

__DEVICE__ int abs ( int  __a)

Definition at line 56 of file __clang_cuda_math.h.

◆ abs() [4/5]

__DEVICE__ long long abs ( long long  __n)

◆ abs() [5/5]

__DEVICE__ long abs ( long  __n)

Definition at line 42 of file __clang_cuda_cmath.h.

◆ acos() [1/2]

__DEVICE__ double acos ( double  __a)

Definition at line 58 of file __clang_cuda_math.h.

References __a, and __nv_acos().

◆ acos() [2/2]

__DEVICE__ float acos ( float  __x)

Definition at line 45 of file __clang_cuda_cmath.h.

◆ acosh() [1/2]

__DEVICE__ double acosh ( double  __a)

Definition at line 60 of file __clang_cuda_math.h.

References __a, and __nv_acosh().

◆ acosh() [2/2]

__DEVICE__ float acosh ( float  )

◆ asin() [1/2]

__DEVICE__ double asin ( double  __a)

Definition at line 62 of file __clang_cuda_math.h.

References __a, and __nv_asin().

◆ asin() [2/2]

__DEVICE__ float asin ( float  __x)

Definition at line 46 of file __clang_cuda_cmath.h.

◆ asinh() [1/2]

__DEVICE__ double asinh ( double  __a)

Definition at line 64 of file __clang_cuda_math.h.

References __a, and __nv_asinh().

◆ asinh() [2/2]

__DEVICE__ float asinh ( float  )

◆ atan() [1/2]

__DEVICE__ double atan ( double  __a)

Definition at line 66 of file __clang_cuda_math.h.

References __a, and __nv_atan().

◆ atan() [2/2]

__DEVICE__ float atan ( float  __x)

Definition at line 47 of file __clang_cuda_cmath.h.

◆ atan2() [1/2]

__DEVICE__ double atan2 ( double  __a,
double  __b 
)

Definition at line 67 of file __clang_cuda_math.h.

References __a, __b, __nv_atan2(), and __y.

◆ atan2() [2/2]

__DEVICE__ float atan2 ( float  __x,
float  __y 
)

Definition at line 48 of file __clang_cuda_cmath.h.

◆ atanh() [1/2]

__DEVICE__ double atanh ( double  __a)

Definition at line 70 of file __clang_cuda_math.h.

References __a, and __nv_atanh().

◆ atanh() [2/2]

__DEVICE__ float atanh ( float  )

◆ cbrt() [1/2]

__DEVICE__ double cbrt ( double  __a)

Definition at line 72 of file __clang_cuda_math.h.

References __a, and __nv_cbrt().

◆ cbrt() [2/2]

__DEVICE__ float cbrt ( float  )

◆ ceil() [1/2]

__DEVICE__ double ceil ( double  __a)

Definition at line 74 of file __clang_cuda_math.h.

References __a, and __nv_ceil().

◆ ceil() [2/2]

__DEVICE__ float ceil ( float  __x)

Definition at line 49 of file __clang_cuda_cmath.h.

◆ copysign() [1/2]

__DEVICE__ double copysign ( double  __a,
double  __b 
)

Definition at line 76 of file __clang_cuda_math.h.

References __a, __b, __nv_copysign(), and __y.

◆ copysign() [2/2]

__DEVICE__ float copysign ( float  ,
float   
)

◆ cos() [1/2]

__DEVICE__ double cos ( double  __a)

Definition at line 82 of file __clang_cuda_math.h.

References __a, __nv_cos(), and __ocml_cos_f64().

◆ cos() [2/2]

__DEVICE__ float cos ( float  __x)

Definition at line 50 of file __clang_cuda_cmath.h.

◆ cosh() [1/2]

__DEVICE__ double cosh ( double  __a)

Definition at line 86 of file __clang_cuda_math.h.

References __a, and __nv_cosh().

◆ cosh() [2/2]

__DEVICE__ float cosh ( float  __x)

Definition at line 51 of file __clang_cuda_cmath.h.

◆ erf() [1/2]

__DEVICE__ double erf ( double  __a)

Definition at line 94 of file __clang_cuda_math.h.

References __a, and __nv_erf().

◆ erf() [2/2]

__DEVICE__ float erf ( float  )

◆ erfc() [1/2]

__DEVICE__ double erfc ( double  __a)

Definition at line 95 of file __clang_cuda_math.h.

References __a, and __nv_erfc().

◆ erfc() [2/2]

__DEVICE__ float erfc ( float  )

◆ exp() [1/2]

__DEVICE__ double exp ( double  __a)

Definition at line 104 of file __clang_cuda_math.h.

References __a, and __nv_exp().

◆ exp() [2/2]

__DEVICE__ float exp ( float  __x)

Definition at line 52 of file __clang_cuda_cmath.h.

◆ exp2() [1/2]

__DEVICE__ double exp2 ( double  __a)

Definition at line 107 of file __clang_cuda_math.h.

References __a, and __nv_exp2().

◆ exp2() [2/2]

__DEVICE__ float exp2 ( float  )

◆ expm1() [1/2]

__DEVICE__ double expm1 ( double  __a)

Definition at line 110 of file __clang_cuda_math.h.

References __a, and __nv_expm1().

◆ expm1() [2/2]

__DEVICE__ float expm1 ( float  )

◆ fabs() [1/2]

__DEVICE__ double fabs ( double  __a)

Definition at line 57 of file __clang_cuda_math.h.

References __a, and __nv_fabs().

◆ fabs() [2/2]

__DEVICE__ float fabs ( float  __x)

Definition at line 53 of file __clang_cuda_cmath.h.

◆ fdim() [1/2]

__DEVICE__ double fdim ( double  __a,
double  __b 
)

Definition at line 113 of file __clang_cuda_math.h.

References __a, __b, __nv_fdim(), and __y.

◆ fdim() [2/2]

__DEVICE__ float fdim ( float  ,
float   
)

◆ floor() [1/2]

__DEVICE__ double floor ( double  __f)

Definition at line 123 of file __clang_cuda_math.h.

References __nv_floor().

◆ floor() [2/2]

__DEVICE__ float floor ( float  __x)

Definition at line 54 of file __clang_cuda_cmath.h.

◆ fma() [1/2]

__DEVICE__ double fma ( double  __a,
double  __b,
double  __c 
)

Definition at line 125 of file __clang_cuda_math.h.

References __a, __b, __c, __nv_fma(), and __y.

◆ fma() [2/2]

__DEVICE__ float fma ( float  ,
float  ,
float   
)

◆ fmax() [1/2]

__DEVICE__ double fmax ( double  __a,
double  __b 
)

Definition at line 131 of file __clang_cuda_math.h.

References __a, __b, __nv_fmax(), and __y.

◆ fmax() [2/2]

__DEVICE__ float fmax ( float  ,
float   
)

◆ fmin() [1/2]

__DEVICE__ double fmin ( double  __a,
double  __b 
)

Definition at line 133 of file __clang_cuda_math.h.

References __a, __b, __nv_fmin(), and __y.

◆ fmin() [2/2]

__DEVICE__ float fmin ( float  ,
float   
)

◆ fmod() [1/2]

__DEVICE__ double fmod ( double  __a,
double  __b 
)

Definition at line 135 of file __clang_cuda_math.h.

References __a, __b, __nv_fmod(), and __y.

◆ fmod() [2/2]

__DEVICE__ float fmod ( float  __x,
float  __y 
)

Definition at line 55 of file __clang_cuda_cmath.h.

◆ fpclassify() [1/2]

__DEVICE__ int fpclassify ( double  __x)

Definition at line 60 of file __clang_cuda_cmath.h.

◆ fpclassify() [2/2]

__DEVICE__ int fpclassify ( float  __x)

Definition at line 56 of file __clang_cuda_cmath.h.

◆ frexp() [1/2]

__DEVICE__ double frexp ( double  __a,
int __b 
)

Definition at line 137 of file __clang_cuda_math.h.

References __a, __b, and __nv_frexp().

◆ frexp() [2/2]

__DEVICE__ float frexp ( float  __arg,
int __exp 
)

Definition at line 64 of file __clang_cuda_cmath.h.

◆ hypot() [1/2]

__DEVICE__ double hypot ( double  __a,
double  __b 
)

Definition at line 139 of file __clang_cuda_math.h.

References __a, __b, __nv_hypot(), and __y.

◆ hypot() [2/2]

__DEVICE__ float hypot ( float  ,
float   
)

◆ ilogb() [1/2]

__DEVICE__ int ilogb ( double  __a)

Definition at line 141 of file __clang_cuda_math.h.

References __a, and __nv_ilogb().

◆ ilogb() [2/2]

__DEVICE__ int ilogb ( float  )

◆ isfinite() [1/2]

__DEVICE__ bool isfinite ( double  __x)

Definition at line 107 of file __clang_cuda_cmath.h.

◆ isfinite() [2/2]

__DEVICE__ bool isfinite ( float  __x)

Definition at line 103 of file __clang_cuda_cmath.h.

◆ isgreater() [1/2]

__DEVICE__ bool isgreater ( double  __x,
double  __y 
)

Definition at line 120 of file __clang_cuda_cmath.h.

References __y.

◆ isgreater() [2/2]

__DEVICE__ bool isgreater ( float  __x,
float  __y 
)

Definition at line 117 of file __clang_cuda_cmath.h.

◆ isgreaterequal() [1/2]

__DEVICE__ bool isgreaterequal ( double  __x,
double  __y 
)

Definition at line 126 of file __clang_cuda_cmath.h.

References __y.

◆ isgreaterequal() [2/2]

__DEVICE__ bool isgreaterequal ( float  __x,
float  __y 
)

Definition at line 123 of file __clang_cuda_cmath.h.

◆ isinf() [1/2]

__DEVICE__ bool isinf ( double  __x)

Definition at line 102 of file __clang_cuda_cmath.h.

◆ isinf() [2/2]

__DEVICE__ bool isinf ( float  __x)

Definition at line 101 of file __clang_cuda_cmath.h.

◆ isless() [1/2]

__DEVICE__ bool isless ( double  __x,
double  __y 
)

Definition at line 132 of file __clang_cuda_cmath.h.

References __y.

◆ isless() [2/2]

__DEVICE__ bool isless ( float  __x,
float  __y 
)

Definition at line 129 of file __clang_cuda_cmath.h.

◆ islessequal() [1/2]

__DEVICE__ bool islessequal ( double  __x,
double  __y 
)

Definition at line 138 of file __clang_cuda_cmath.h.

References __y.

◆ islessequal() [2/2]

__DEVICE__ bool islessequal ( float  __x,
float  __y 
)

Definition at line 135 of file __clang_cuda_cmath.h.

◆ islessgreater() [1/2]

__DEVICE__ bool islessgreater ( double  __x,
double  __y 
)

Definition at line 144 of file __clang_cuda_cmath.h.

References __y.

◆ islessgreater() [2/2]

__DEVICE__ bool islessgreater ( float  __x,
float  __y 
)

Definition at line 141 of file __clang_cuda_cmath.h.

◆ isnan() [1/2]

__DEVICE__ bool isnan ( double  __x)

Definition at line 109 of file __clang_cuda_cmath.h.

◆ isnan() [2/2]

__DEVICE__ bool isnan ( float  __x)

Definition at line 108 of file __clang_cuda_cmath.h.

◆ isnormal() [1/2]

__DEVICE__ bool isnormal ( double  __x)

Definition at line 148 of file __clang_cuda_cmath.h.

◆ isnormal() [2/2]

__DEVICE__ bool isnormal ( float  __x)

Definition at line 147 of file __clang_cuda_cmath.h.

◆ isunordered() [1/2]

__DEVICE__ bool isunordered ( double  __x,
double  __y 
)

Definition at line 152 of file __clang_cuda_cmath.h.

References __y.

◆ isunordered() [2/2]

__DEVICE__ bool isunordered ( float  __x,
float  __y 
)

Definition at line 149 of file __clang_cuda_cmath.h.

◆ labs()

__DEVICE__ long labs ( long  __a)

Definition at line 152 of file __clang_cuda_math.h.

References __a, __nv_abs(), and CHAR_BIT.

◆ ldexp() [1/2]

__DEVICE__ double ldexp ( double  __a,
int  __b 
)

Definition at line 154 of file __clang_cuda_math.h.

References __a, __b, and __nv_ldexp().

◆ ldexp() [2/2]

__DEVICE__ float ldexp ( float  __arg,
int  __exp 
)

Definition at line 155 of file __clang_cuda_cmath.h.

◆ lgamma() [1/2]

__DEVICE__ double lgamma ( double  __a)

Definition at line 156 of file __clang_cuda_math.h.

References __a, __nv_lgamma(), and __ocml_lgamma_f64().

◆ lgamma() [2/2]

__DEVICE__ float lgamma ( float  )

◆ llabs()

__DEVICE__ long long llabs ( long long  __a)

Definition at line 158 of file __clang_cuda_math.h.

References __a, __nv_llabs(), and CHAR_BIT.

◆ llrint() [1/2]

__DEVICE__ long long llrint ( double  __a)

Definition at line 165 of file __clang_cuda_math.h.

References __a, and __nv_llrint().

◆ llrint() [2/2]

__DEVICE__ long long llrint ( float  )

◆ llround()

__DEVICE__ long long llround ( float  )

◆ log() [1/2]

__DEVICE__ double log ( double  __a)

Definition at line 171 of file __clang_cuda_math.h.

References __a, and __nv_log().

◆ log() [2/2]

__DEVICE__ float log ( float  __x)

Definition at line 158 of file __clang_cuda_cmath.h.

◆ log10() [1/2]

__DEVICE__ double log10 ( double  __a)

Definition at line 172 of file __clang_cuda_math.h.

References __a, and __nv_log10().

◆ log10() [2/2]

__DEVICE__ float log10 ( float  __x)

Definition at line 159 of file __clang_cuda_cmath.h.

◆ log1p() [1/2]

__DEVICE__ double log1p ( double  __a)

Definition at line 174 of file __clang_cuda_math.h.

References __a, and __nv_log1p().

◆ log1p() [2/2]

__DEVICE__ float log1p ( float  )

◆ log2() [1/2]

__DEVICE__ double log2 ( double  __a)

Definition at line 176 of file __clang_cuda_math.h.

References __a, and __nv_log2().

◆ log2() [2/2]

__DEVICE__ float log2 ( float  )

◆ logb() [1/2]

__DEVICE__ double logb ( double  __a)

Definition at line 180 of file __clang_cuda_math.h.

References __a, and __nv_logb().

◆ logb() [2/2]

__DEVICE__ float logb ( float  )

◆ lrint() [1/2]

__DEVICE__ long lrint ( double  __a)

Definition at line 191 of file __clang_cuda_math.h.

References __a, and rint.

◆ lrint() [2/2]

__DEVICE__ long lrint ( float  )

◆ lround() [1/2]

__DEVICE__ long lround ( double  __a)

Definition at line 193 of file __clang_cuda_math.h.

References __a, and round.

◆ lround() [2/2]

__DEVICE__ long lround ( float  )

◆ modf() [1/2]

__DEVICE__ double modf ( double  __a,
double __b 
)

Definition at line 198 of file __clang_cuda_math.h.

References __a, __b, __nv_modf(), and __ocml_modf_f64().

◆ modf() [2/2]

__DEVICE__ float modf ( float  __x,
float __iptr 
)

Definition at line 160 of file __clang_cuda_cmath.h.

Referenced by mutateLongDoubleBuiltin().

◆ nan()

__DEVICE__ double nan ( const char *  __tagp)

Definition at line 920 of file __clang_hip_math.h.

References __make_mantissa(), __static_assert_type_size_equal, and sign().

Referenced by mutateLongDoubleBuiltin().

◆ nanf()

__DEVICE__ float nanf ( const char *  )

◆ nearbyint() [1/2]

__DEVICE__ double nearbyint ( double  __a)

Definition at line 200 of file __clang_cuda_math.h.

References __a.

◆ nearbyint() [2/2]

__DEVICE__ float nearbyint ( float  )

◆ nextafter() [1/2]

__DEVICE__ double nextafter ( double  __a,
double  __b 
)

Definition at line 202 of file __clang_cuda_math.h.

References __a, __b, __nv_nextafter(), and __y.

◆ nextafter() [2/2]

__DEVICE__ float nextafter ( float  ,
float   
)

◆ pow() [1/4]

__DEVICE__ double pow ( double  __a,
double  __b 
)

Definition at line 230 of file __clang_cuda_math.h.

References __a, __b, __nv_pow(), and __y.

◆ pow() [2/4]

__DEVICE__ double pow ( double  __base,
int  __iexp 
)

Definition at line 167 of file __clang_cuda_cmath.h.

◆ pow() [3/4]

__DEVICE__ float pow ( float  __base,
float  __exp 
)

Definition at line 161 of file __clang_cuda_cmath.h.

◆ pow() [4/4]

__DEVICE__ float pow ( float  __base,
int  __iexp 
)

Definition at line 164 of file __clang_cuda_cmath.h.

◆ remainder() [1/2]

__DEVICE__ double remainder ( double  __a,
double  __b 
)

Definition at line 236 of file __clang_cuda_math.h.

References __a, __b, __nv_remainder(), and __y.

◆ remainder() [2/2]

__DEVICE__ float remainder ( float  ,
float   
)

◆ remquo() [1/2]

__DEVICE__ double remquo ( double  __a,
double  __b,
int __c 
)

Definition at line 242 of file __clang_cuda_math.h.

References __a, __b, __c, __nv_remquo(), __ocml_remquo_f64(), and __y.

◆ remquo() [2/2]

__DEVICE__ float remquo ( float  ,
float  ,
int  
)

◆ rint() [1/2]

__DEVICE__ double rint ( double  __a)

Definition at line 255 of file __clang_cuda_math.h.

References __a.

◆ rint() [2/2]

__DEVICE__ float rint ( float  )

◆ round() [1/2]

__DEVICE__ double round ( double  __a)

Definition at line 169 of file __clang_cuda_math.h.

References __a, and __nv_round().

◆ round() [2/2]

__DEVICE__ float round ( float  )

◆ scalbln() [1/2]

__DEVICE__ double scalbln ( double  __a,
long  __b 
)

Definition at line 279 of file __clang_cuda_math.h.

References __a, __b, HUGE_VAL, INT_MAX, INT_MIN, and scalbn.

◆ scalbln() [2/2]

__DEVICE__ float scalbln ( float  ,
long   
)

◆ scalbn() [1/2]

__DEVICE__ double scalbn ( double  __a,
int  __b 
)

Definition at line 277 of file __clang_cuda_math.h.

References __a, __b, and __nv_scalbn().

◆ scalbn() [2/2]

__DEVICE__ float scalbn ( float  ,
int   
)

◆ signbit() [1/2]

__DEVICE__ bool signbit ( double  __x)

Definition at line 171 of file __clang_cuda_cmath.h.

◆ signbit() [2/2]

__DEVICE__ bool signbit ( float  __x)

Definition at line 170 of file __clang_cuda_cmath.h.

◆ sin() [1/2]

__DEVICE__ double sin ( double  __a)

Definition at line 293 of file __clang_cuda_math.h.

References __a, __nv_sin(), and __ocml_sin_f64().

◆ sin() [2/2]

__DEVICE__ float sin ( float  __x)

Definition at line 172 of file __clang_cuda_cmath.h.

◆ sinh() [1/2]

__DEVICE__ double sinh ( double  __a)

Definition at line 309 of file __clang_cuda_math.h.

References __a, and __nv_sinh().

◆ sinh() [2/2]

__DEVICE__ float sinh ( float  __x)

Definition at line 173 of file __clang_cuda_cmath.h.

◆ sqrt() [1/2]

__DEVICE__ double sqrt ( double  __a)

Definition at line 313 of file __clang_cuda_math.h.

References __a, and __nv_sqrt().

◆ sqrt() [2/2]

__DEVICE__ float sqrt ( float  __x)

Definition at line 174 of file __clang_cuda_cmath.h.

◆ tan() [1/2]

__DEVICE__ double tan ( double  __a)

Definition at line 315 of file __clang_cuda_math.h.

References __a, __nv_tan(), and __ocml_tan_f64().

◆ tan() [2/2]

__DEVICE__ float tan ( float  __x)

Definition at line 175 of file __clang_cuda_cmath.h.

◆ tanh() [1/2]

__DEVICE__ double tanh ( double  __a)

Definition at line 317 of file __clang_cuda_math.h.

References __a, and __nv_tanh().

◆ tanh() [2/2]

__DEVICE__ float tanh ( float  __x)

Definition at line 176 of file __clang_cuda_cmath.h.

◆ tgamma() [1/2]

__DEVICE__ double tgamma ( double  __a)

Definition at line 319 of file __clang_cuda_math.h.

References __a, __nv_tgamma(), and __ocml_tgamma_f64().

◆ tgamma() [2/2]

__DEVICE__ float tgamma ( float  )

◆ trunc() [1/2]

__DEVICE__ double trunc ( double  __a)

Definition at line 321 of file __clang_cuda_math.h.

References __a, and __nv_trunc().

◆ trunc() [2/2]

__DEVICE__ float trunc ( float  )