clang
7.0.0
|
Go to the source code of this file.
Functions | |
__device__ int | __nv_abs (int __a) |
__device__ double | __nv_acos (double __a) |
__device__ float | __nv_acosf (float __a) |
__device__ double | __nv_acosh (double __a) |
__device__ float | __nv_acoshf (float __a) |
__device__ double | __nv_asin (double __a) |
__device__ float | __nv_asinf (float __a) |
__device__ double | __nv_asinh (double __a) |
__device__ float | __nv_asinhf (float __a) |
__device__ double | __nv_atan2 (double __a, double __b) |
__device__ float | __nv_atan2f (float __a, float __b) |
__device__ double | __nv_atan (double __a) |
__device__ float | __nv_atanf (float __a) |
__device__ double | __nv_atanh (double __a) |
__device__ float | __nv_atanhf (float __a) |
__device__ int | __nv_brev (int __a) |
__device__ long long | __nv_brevll (long long __a) |
__device__ int | __nv_byte_perm (int __a, int __b, int __c) |
__device__ double | __nv_cbrt (double __a) |
__device__ float | __nv_cbrtf (float __a) |
__device__ double | __nv_ceil (double __a) |
__device__ float | __nv_ceilf (float __a) |
__device__ int | __nv_clz (int __a) |
__device__ int | __nv_clzll (long long __a) |
__device__ double | __nv_copysign (double __a, double __b) |
__device__ float | __nv_copysignf (float __a, float __b) |
__device__ double | __nv_cos (double __a) |
__device__ float | __nv_cosf (float __a) |
__device__ double | __nv_cosh (double __a) |
__device__ float | __nv_coshf (float __a) |
__device__ double | __nv_cospi (double __a) |
__device__ float | __nv_cospif (float __a) |
__device__ double | __nv_cyl_bessel_i0 (double __a) |
__device__ float | __nv_cyl_bessel_i0f (float __a) |
__device__ double | __nv_cyl_bessel_i1 (double __a) |
__device__ float | __nv_cyl_bessel_i1f (float __a) |
__device__ double | __nv_dadd_rd (double __a, double __b) |
__device__ double | __nv_dadd_rn (double __a, double __b) |
__device__ double | __nv_dadd_ru (double __a, double __b) |
__device__ double | __nv_dadd_rz (double __a, double __b) |
__device__ double | __nv_ddiv_rd (double __a, double __b) |
__device__ double | __nv_ddiv_rn (double __a, double __b) |
__device__ double | __nv_ddiv_ru (double __a, double __b) |
__device__ double | __nv_ddiv_rz (double __a, double __b) |
__device__ double | __nv_dmul_rd (double __a, double __b) |
__device__ double | __nv_dmul_rn (double __a, double __b) |
__device__ double | __nv_dmul_ru (double __a, double __b) |
__device__ double | __nv_dmul_rz (double __a, double __b) |
__device__ float | __nv_double2float_rd (double __a) |
__device__ float | __nv_double2float_rn (double __a) |
__device__ float | __nv_double2float_ru (double __a) |
__device__ float | __nv_double2float_rz (double __a) |
__device__ int | __nv_double2hiint (double __a) |
__device__ int | __nv_double2int_rd (double __a) |
__device__ int | __nv_double2int_rn (double __a) |
__device__ int | __nv_double2int_ru (double __a) |
__device__ int | __nv_double2int_rz (double __a) |
__device__ long long | __nv_double2ll_rd (double __a) |
__device__ long long | __nv_double2ll_rn (double __a) |
__device__ long long | __nv_double2ll_ru (double __a) |
__device__ long long | __nv_double2ll_rz (double __a) |
__device__ int | __nv_double2loint (double __a) |
__device__ unsigned int | __nv_double2uint_rd (double __a) |
__device__ unsigned int | __nv_double2uint_rn (double __a) |
__device__ unsigned int | __nv_double2uint_ru (double __a) |
__device__ unsigned int | __nv_double2uint_rz (double __a) |
__device__ unsigned long long | __nv_double2ull_rd (double __a) |
__device__ unsigned long long | __nv_double2ull_rn (double __a) |
__device__ unsigned long long | __nv_double2ull_ru (double __a) |
__device__ unsigned long long | __nv_double2ull_rz (double __a) |
__device__ unsigned long long | __nv_double_as_longlong (double __a) |
__device__ double | __nv_drcp_rd (double __a) |
__device__ double | __nv_drcp_rn (double __a) |
__device__ double | __nv_drcp_ru (double __a) |
__device__ double | __nv_drcp_rz (double __a) |
__device__ double | __nv_dsqrt_rd (double __a) |
__device__ double | __nv_dsqrt_rn (double __a) |
__device__ double | __nv_dsqrt_ru (double __a) |
__device__ double | __nv_dsqrt_rz (double __a) |
__device__ double | __nv_dsub_rd (double __a, double __b) |
__device__ double | __nv_dsub_rn (double __a, double __b) |
__device__ double | __nv_dsub_ru (double __a, double __b) |
__device__ double | __nv_dsub_rz (double __a, double __b) |
__device__ double | __nv_erfc (double __a) |
__device__ float | __nv_erfcf (float __a) |
__device__ double | __nv_erfcinv (double __a) |
__device__ float | __nv_erfcinvf (float __a) |
__device__ double | __nv_erfcx (double __a) |
__device__ float | __nv_erfcxf (float __a) |
__device__ double | __nv_erf (double __a) |
__device__ float | __nv_erff (float __a) |
__device__ double | __nv_erfinv (double __a) |
__device__ float | __nv_erfinvf (float __a) |
__device__ double | __nv_exp10 (double __a) |
__device__ float | __nv_exp10f (float __a) |
__device__ double | __nv_exp2 (double __a) |
__device__ float | __nv_exp2f (float __a) |
__device__ double | __nv_exp (double __a) |
__device__ float | __nv_expf (float __a) |
__device__ double | __nv_expm1 (double __a) |
__device__ float | __nv_expm1f (float __a) |
__device__ double | __nv_fabs (double __a) |
__device__ float | __nv_fabsf (float __a) |
__device__ float | __nv_fadd_rd (float __a, float __b) |
__device__ float | __nv_fadd_rn (float __a, float __b) |
__device__ float | __nv_fadd_ru (float __a, float __b) |
__device__ float | __nv_fadd_rz (float __a, float __b) |
__device__ float | __nv_fast_cosf (float __a) |
__device__ float | __nv_fast_exp10f (float __a) |
__device__ float | __nv_fast_expf (float __a) |
__device__ float | __nv_fast_fdividef (float __a, float __b) |
__device__ float | __nv_fast_log10f (float __a) |
__device__ float | __nv_fast_log2f (float __a) |
__device__ float | __nv_fast_logf (float __a) |
__device__ float | __nv_fast_powf (float __a, float __b) |
__device__ void | __nv_fast_sincosf (float __a, float *__sptr, float *__cptr) |
__device__ float | __nv_fast_sinf (float __a) |
__device__ float | __nv_fast_tanf (float __a) |
__device__ double | __nv_fdim (double __a, double __b) |
__device__ float | __nv_fdimf (float __a, float __b) |
__device__ float | __nv_fdiv_rd (float __a, float __b) |
__device__ float | __nv_fdiv_rn (float __a, float __b) |
__device__ float | __nv_fdiv_ru (float __a, float __b) |
__device__ float | __nv_fdiv_rz (float __a, float __b) |
__device__ int | __nv_ffs (int __a) |
__device__ int | __nv_ffsll (long long __a) |
__device__ int | __nv_finitef (float __a) |
__device__ unsigned short | __nv_float2half_rn (float __a) |
__device__ int | __nv_float2int_rd (float __a) |
__device__ int | __nv_float2int_rn (float __a) |
__device__ int | __nv_float2int_ru (float __a) |
__device__ int | __nv_float2int_rz (float __a) |
__device__ long long | __nv_float2ll_rd (float __a) |
__device__ long long | __nv_float2ll_rn (float __a) |
__device__ long long | __nv_float2ll_ru (float __a) |
__device__ long long | __nv_float2ll_rz (float __a) |
__device__ unsigned int | __nv_float2uint_rd (float __a) |
__device__ unsigned int | __nv_float2uint_rn (float __a) |
__device__ unsigned int | __nv_float2uint_ru (float __a) |
__device__ unsigned int | __nv_float2uint_rz (float __a) |
__device__ unsigned long long | __nv_float2ull_rd (float __a) |
__device__ unsigned long long | __nv_float2ull_rn (float __a) |
__device__ unsigned long long | __nv_float2ull_ru (float __a) |
__device__ unsigned long long | __nv_float2ull_rz (float __a) |
__device__ int | __nv_float_as_int (float __a) |
__device__ unsigned int | __nv_float_as_uint (float __a) |
__device__ double | __nv_floor (double __a) |
__device__ float | __nv_floorf (float __a) |
__device__ double | __nv_fma (double __a, double __b, double __c) |
__device__ float | __nv_fmaf (float __a, float __b, float __c) |
__device__ float | __nv_fmaf_ieee_rd (float __a, float __b, float __c) |
__device__ float | __nv_fmaf_ieee_rn (float __a, float __b, float __c) |
__device__ float | __nv_fmaf_ieee_ru (float __a, float __b, float __c) |
__device__ float | __nv_fmaf_ieee_rz (float __a, float __b, float __c) |
__device__ float | __nv_fmaf_rd (float __a, float __b, float __c) |
__device__ float | __nv_fmaf_rn (float __a, float __b, float __c) |
__device__ float | __nv_fmaf_ru (float __a, float __b, float __c) |
__device__ float | __nv_fmaf_rz (float __a, float __b, float __c) |
__device__ double | __nv_fma_rd (double __a, double __b, double __c) |
__device__ double | __nv_fma_rn (double __a, double __b, double __c) |
__device__ double | __nv_fma_ru (double __a, double __b, double __c) |
__device__ double | __nv_fma_rz (double __a, double __b, double __c) |
__device__ double | __nv_fmax (double __a, double __b) |
__device__ float | __nv_fmaxf (float __a, float __b) |
__device__ double | __nv_fmin (double __a, double __b) |
__device__ float | __nv_fminf (float __a, float __b) |
__device__ double | __nv_fmod (double __a, double __b) |
__device__ float | __nv_fmodf (float __a, float __b) |
__device__ float | __nv_fmul_rd (float __a, float __b) |
__device__ float | __nv_fmul_rn (float __a, float __b) |
__device__ float | __nv_fmul_ru (float __a, float __b) |
__device__ float | __nv_fmul_rz (float __a, float __b) |
__device__ float | __nv_frcp_rd (float __a) |
__device__ float | __nv_frcp_rn (float __a) |
__device__ float | __nv_frcp_ru (float __a) |
__device__ float | __nv_frcp_rz (float __a) |
__device__ double | __nv_frexp (double __a, int *__b) |
__device__ float | __nv_frexpf (float __a, int *__b) |
__device__ float | __nv_frsqrt_rn (float __a) |
__device__ float | __nv_fsqrt_rd (float __a) |
__device__ float | __nv_fsqrt_rn (float __a) |
__device__ float | __nv_fsqrt_ru (float __a) |
__device__ float | __nv_fsqrt_rz (float __a) |
__device__ float | __nv_fsub_rd (float __a, float __b) |
__device__ float | __nv_fsub_rn (float __a, float __b) |
__device__ float | __nv_fsub_ru (float __a, float __b) |
__device__ float | __nv_fsub_rz (float __a, float __b) |
__device__ int | __nv_hadd (int __a, int __b) |
__device__ float | __nv_half2float (unsigned short __h) |
__device__ double | __nv_hiloint2double (int __a, int __b) |
__device__ double | __nv_hypot (double __a, double __b) |
__device__ float | __nv_hypotf (float __a, float __b) |
__device__ int | __nv_ilogb (double __a) |
__device__ int | __nv_ilogbf (float __a) |
__device__ double | __nv_int2double_rn (int __a) |
__device__ float | __nv_int2float_rd (int __a) |
__device__ float | __nv_int2float_rn (int __a) |
__device__ float | __nv_int2float_ru (int __a) |
__device__ float | __nv_int2float_rz (int __a) |
__device__ float | __nv_int_as_float (int __a) |
__device__ int | __nv_isfinited (double __a) |
__device__ int | __nv_isinfd (double __a) |
__device__ int | __nv_isinff (float __a) |
__device__ int | __nv_isnand (double __a) |
__device__ int | __nv_isnanf (float __a) |
__device__ double | __nv_j0 (double __a) |
__device__ float | __nv_j0f (float __a) |
__device__ double | __nv_j1 (double __a) |
__device__ float | __nv_j1f (float __a) |
__device__ float | __nv_jnf (int __a, float __b) |
__device__ double | __nv_jn (int __a, double __b) |
__device__ double | __nv_ldexp (double __a, int __b) |
__device__ float | __nv_ldexpf (float __a, int __b) |
__device__ double | __nv_lgamma (double __a) |
__device__ float | __nv_lgammaf (float __a) |
__device__ double | __nv_ll2double_rd (long long __a) |
__device__ double | __nv_ll2double_rn (long long __a) |
__device__ double | __nv_ll2double_ru (long long __a) |
__device__ double | __nv_ll2double_rz (long long __a) |
__device__ float | __nv_ll2float_rd (long long __a) |
__device__ float | __nv_ll2float_rn (long long __a) |
__device__ float | __nv_ll2float_ru (long long __a) |
__device__ float | __nv_ll2float_rz (long long __a) |
__device__ long long | __nv_llabs (long long __a) |
__device__ long long | __nv_llmax (long long __a, long long __b) |
__device__ long long | __nv_llmin (long long __a, long long __b) |
__device__ long long | __nv_llrint (double __a) |
__device__ long long | __nv_llrintf (float __a) |
__device__ long long | __nv_llround (double __a) |
__device__ long long | __nv_llroundf (float __a) |
__device__ double | __nv_log10 (double __a) |
__device__ float | __nv_log10f (float __a) |
__device__ double | __nv_log1p (double __a) |
__device__ float | __nv_log1pf (float __a) |
__device__ double | __nv_log2 (double __a) |
__device__ float | __nv_log2f (float __a) |
__device__ double | __nv_logb (double __a) |
__device__ float | __nv_logbf (float __a) |
__device__ double | __nv_log (double __a) |
__device__ float | __nv_logf (float __a) |
__device__ double | __nv_longlong_as_double (long long __a) |
__device__ int | __nv_max (int __a, int __b) |
__device__ int | __nv_min (int __a, int __b) |
__device__ double | __nv_modf (double __a, double *__b) |
__device__ float | __nv_modff (float __a, float *__b) |
__device__ int | __nv_mul24 (int __a, int __b) |
__device__ long long | __nv_mul64hi (long long __a, long long __b) |
__device__ int | __nv_mulhi (int __a, int __b) |
__device__ double | __nv_nan (const signed char *__a) |
__device__ float | __nv_nanf (const signed char *__a) |
__device__ double | __nv_nearbyint (double __a) |
__device__ float | __nv_nearbyintf (float __a) |
__device__ double | __nv_nextafter (double __a, double __b) |
__device__ float | __nv_nextafterf (float __a, float __b) |
__device__ double | __nv_norm3d (double __a, double __b, double __c) |
__device__ float | __nv_norm3df (float __a, float __b, float __c) |
__device__ double | __nv_norm4d (double __a, double __b, double __c, double __d) |
__device__ float | __nv_norm4df (float __a, float __b, float __c, float __d) |
__device__ double | __nv_normcdf (double __a) |
__device__ float | __nv_normcdff (float __a) |
__device__ double | __nv_normcdfinv (double __a) |
__device__ float | __nv_normcdfinvf (float __a) |
__device__ float | __nv_normf (int __a, const float *__b) |
__device__ double | __nv_norm (int __a, const double *__b) |
__device__ int | __nv_popc (int __a) |
__device__ int | __nv_popcll (long long __a) |
__device__ double | __nv_pow (double __a, double __b) |
__device__ float | __nv_powf (float __a, float __b) |
__device__ double | __nv_powi (double __a, int __b) |
__device__ float | __nv_powif (float __a, int __b) |
__device__ double | __nv_rcbrt (double __a) |
__device__ float | __nv_rcbrtf (float __a) |
__device__ double | __nv_rcp64h (double __a) |
__device__ double | __nv_remainder (double __a, double __b) |
__device__ float | __nv_remainderf (float __a, float __b) |
__device__ double | __nv_remquo (double __a, double __b, int *__c) |
__device__ float | __nv_remquof (float __a, float __b, int *__c) |
__device__ int | __nv_rhadd (int __a, int __b) |
__device__ double | __nv_rhypot (double __a, double __b) |
__device__ float | __nv_rhypotf (float __a, float __b) |
__device__ double | __nv_rint (double __a) |
__device__ float | __nv_rintf (float __a) |
__device__ double | __nv_rnorm3d (double __a, double __b, double __c) |
__device__ float | __nv_rnorm3df (float __a, float __b, float __c) |
__device__ double | __nv_rnorm4d (double __a, double __b, double __c, double __d) |
__device__ float | __nv_rnorm4df (float __a, float __b, float __c, float __d) |
__device__ float | __nv_rnormf (int __a, const float *__b) |
__device__ double | __nv_rnorm (int __a, const double *__b) |
__device__ double | __nv_round (double __a) |
__device__ float | __nv_roundf (float __a) |
__device__ double | __nv_rsqrt (double __a) |
__device__ float | __nv_rsqrtf (float __a) |
__device__ int | __nv_sad (int __a, int __b, int __c) |
__device__ float | __nv_saturatef (float __a) |
__device__ double | __nv_scalbn (double __a, int __b) |
__device__ float | __nv_scalbnf (float __a, int __b) |
__device__ int | __nv_signbitd (double __a) |
__device__ int | __nv_signbitf (float __a) |
__device__ void | __nv_sincos (double __a, double *__b, double *__c) |
__device__ void | __nv_sincosf (float __a, float *__b, float *__c) |
__device__ void | __nv_sincospi (double __a, double *__b, double *__c) |
__device__ void | __nv_sincospif (float __a, float *__b, float *__c) |
__device__ double | __nv_sin (double __a) |
__device__ float | __nv_sinf (float __a) |
__device__ double | __nv_sinh (double __a) |
__device__ float | __nv_sinhf (float __a) |
__device__ double | __nv_sinpi (double __a) |
__device__ float | __nv_sinpif (float __a) |
__device__ double | __nv_sqrt (double __a) |
__device__ float | __nv_sqrtf (float __a) |
__device__ double | __nv_tan (double __a) |
__device__ float | __nv_tanf (float __a) |
__device__ double | __nv_tanh (double __a) |
__device__ float | __nv_tanhf (float __a) |
__device__ double | __nv_tgamma (double __a) |
__device__ float | __nv_tgammaf (float __a) |
__device__ double | __nv_trunc (double __a) |
__device__ float | __nv_truncf (float __a) |
__device__ int | __nv_uhadd (unsigned int __a, unsigned int __b) |
__device__ double | __nv_uint2double_rn (unsigned int __i) |
__device__ float | __nv_uint2float_rd (unsigned int __a) |
__device__ float | __nv_uint2float_rn (unsigned int __a) |
__device__ float | __nv_uint2float_ru (unsigned int __a) |
__device__ float | __nv_uint2float_rz (unsigned int __a) |
__device__ float | __nv_uint_as_float (unsigned int __a) |
__device__ double | __nv_ull2double_rd (unsigned long long __a) |
__device__ double | __nv_ull2double_rn (unsigned long long __a) |
__device__ double | __nv_ull2double_ru (unsigned long long __a) |
__device__ double | __nv_ull2double_rz (unsigned long long __a) |
__device__ float | __nv_ull2float_rd (unsigned long long __a) |
__device__ float | __nv_ull2float_rn (unsigned long long __a) |
__device__ float | __nv_ull2float_ru (unsigned long long __a) |
__device__ float | __nv_ull2float_rz (unsigned long long __a) |
__device__ unsigned long long | __nv_ullmax (unsigned long long __a, unsigned long long __b) |
__device__ unsigned long long | __nv_ullmin (unsigned long long __a, unsigned long long __b) |
__device__ unsigned int | __nv_umax (unsigned int __a, unsigned int __b) |
__device__ unsigned int | __nv_umin (unsigned int __a, unsigned int __b) |
__device__ unsigned int | __nv_umul24 (unsigned int __a, unsigned int __b) |
__device__ unsigned long long | __nv_umul64hi (unsigned long long __a, unsigned long long __b) |
__device__ unsigned int | __nv_umulhi (unsigned int __a, unsigned int __b) |
__device__ unsigned int | __nv_urhadd (unsigned int __a, unsigned int __b) |
__device__ unsigned int | __nv_usad (unsigned int __a, unsigned int __b, unsigned int __c) |
__device__ double | __nv_y0 (double __a) |
__device__ float | __nv_y0f (float __a) |
__device__ double | __nv_y1 (double __a) |
__device__ float | __nv_y1f (float __a) |
__device__ float | __nv_ynf (int __a, float __b) |
__device__ double | __nv_yn (int __a, double __b) |
__device__ double __nv_acos | ( | double | __a | ) |
Referenced by acos().
__device__ float __nv_acosf | ( | float | __a | ) |
Referenced by acosf().
__device__ double __nv_acosh | ( | double | __a | ) |
Referenced by acosh().
__device__ float __nv_acoshf | ( | float | __a | ) |
Referenced by acoshf().
__device__ double __nv_asin | ( | double | __a | ) |
Referenced by asin().
__device__ float __nv_asinf | ( | float | __a | ) |
Referenced by asinf().
__device__ double __nv_asinh | ( | double | __a | ) |
Referenced by asinh().
__device__ float __nv_asinhf | ( | float | __a | ) |
Referenced by asinhf().
__device__ double __nv_atan | ( | double | __a | ) |
Referenced by atan().
__device__ double __nv_atan2 | ( | double | __a, |
double | __b | ||
) |
Referenced by atan2().
__device__ float __nv_atan2f | ( | float | __a, |
float | __b | ||
) |
Referenced by atan2f().
__device__ float __nv_atanf | ( | float | __a | ) |
Referenced by atanf().
__device__ double __nv_atanh | ( | double | __a | ) |
Referenced by atanh().
__device__ float __nv_atanhf | ( | float | __a | ) |
Referenced by atanhf().
__device__ int __nv_brev | ( | int | __a | ) |
Referenced by __brev().
__device__ long long __nv_brevll | ( | long long | __a | ) |
Referenced by __brevll().
__device__ int __nv_byte_perm | ( | int | __a, |
int | __b, | ||
int | __c | ||
) |
Referenced by __byte_perm().
__device__ double __nv_cbrt | ( | double | __a | ) |
Referenced by cbrt().
__device__ float __nv_cbrtf | ( | float | __a | ) |
Referenced by cbrtf().
__device__ double __nv_ceil | ( | double | __a | ) |
Referenced by ceil().
__device__ float __nv_ceilf | ( | float | __a | ) |
Referenced by ceilf().
__device__ int __nv_clz | ( | int | __a | ) |
Referenced by __clz().
__device__ int __nv_clzll | ( | long long | __a | ) |
Referenced by __clzll().
__device__ double __nv_copysign | ( | double | __a, |
double | __b | ||
) |
Referenced by copysign().
__device__ float __nv_copysignf | ( | float | __a, |
float | __b | ||
) |
Referenced by copysignf().
__device__ double __nv_cos | ( | double | __a | ) |
Referenced by cos().
__device__ float __nv_cosf | ( | float | __a | ) |
Referenced by cosf().
__device__ double __nv_cosh | ( | double | __a | ) |
Referenced by cosh().
__device__ float __nv_coshf | ( | float | __a | ) |
Referenced by coshf().
__device__ double __nv_cospi | ( | double | __a | ) |
Referenced by cospi().
__device__ float __nv_cospif | ( | float | __a | ) |
Referenced by cospif().
__device__ double __nv_cyl_bessel_i0 | ( | double | __a | ) |
Referenced by cyl_bessel_i0().
__device__ float __nv_cyl_bessel_i0f | ( | float | __a | ) |
Referenced by cyl_bessel_i0f().
__device__ double __nv_cyl_bessel_i1 | ( | double | __a | ) |
Referenced by cyl_bessel_i1().
__device__ float __nv_cyl_bessel_i1f | ( | float | __a | ) |
Referenced by cyl_bessel_i1f().
__device__ double __nv_dadd_rd | ( | double | __a, |
double | __b | ||
) |
Referenced by __dadd_rd().
__device__ double __nv_dadd_rn | ( | double | __a, |
double | __b | ||
) |
Referenced by __dadd_rn().
__device__ double __nv_dadd_ru | ( | double | __a, |
double | __b | ||
) |
Referenced by __dadd_ru().
__device__ double __nv_dadd_rz | ( | double | __a, |
double | __b | ||
) |
Referenced by __dadd_rz().
__device__ double __nv_ddiv_rd | ( | double | __a, |
double | __b | ||
) |
Referenced by __ddiv_rd().
__device__ double __nv_ddiv_rn | ( | double | __a, |
double | __b | ||
) |
Referenced by __ddiv_rn().
__device__ double __nv_ddiv_ru | ( | double | __a, |
double | __b | ||
) |
Referenced by __ddiv_ru().
__device__ double __nv_ddiv_rz | ( | double | __a, |
double | __b | ||
) |
Referenced by __ddiv_rz().
__device__ double __nv_dmul_rd | ( | double | __a, |
double | __b | ||
) |
Referenced by __dmul_rd().
__device__ double __nv_dmul_rn | ( | double | __a, |
double | __b | ||
) |
Referenced by __dmul_rn().
__device__ double __nv_dmul_ru | ( | double | __a, |
double | __b | ||
) |
Referenced by __dmul_ru().
__device__ double __nv_dmul_rz | ( | double | __a, |
double | __b | ||
) |
Referenced by __dmul_rz().
__device__ float __nv_double2float_rd | ( | double | __a | ) |
Referenced by __double2float_rd().
__device__ float __nv_double2float_rn | ( | double | __a | ) |
Referenced by __double2float_rn().
__device__ float __nv_double2float_ru | ( | double | __a | ) |
Referenced by __double2float_ru().
__device__ float __nv_double2float_rz | ( | double | __a | ) |
Referenced by __double2float_rz().
__device__ int __nv_double2hiint | ( | double | __a | ) |
Referenced by __double2hiint().
__device__ int __nv_double2int_rd | ( | double | __a | ) |
Referenced by __double2int_rd().
__device__ int __nv_double2int_rn | ( | double | __a | ) |
Referenced by __double2int_rn().
__device__ int __nv_double2int_ru | ( | double | __a | ) |
Referenced by __double2int_ru().
__device__ int __nv_double2int_rz | ( | double | __a | ) |
Referenced by __double2int_rz().
__device__ long long __nv_double2ll_rd | ( | double | __a | ) |
Referenced by __double2ll_rd().
__device__ long long __nv_double2ll_rn | ( | double | __a | ) |
Referenced by __double2ll_rn().
__device__ long long __nv_double2ll_ru | ( | double | __a | ) |
Referenced by __double2ll_ru().
__device__ long long __nv_double2ll_rz | ( | double | __a | ) |
Referenced by __double2ll_rz().
__device__ int __nv_double2loint | ( | double | __a | ) |
Referenced by __double2loint().
__device__ unsigned int __nv_double2uint_rd | ( | double | __a | ) |
Referenced by __double2uint_rd().
__device__ unsigned int __nv_double2uint_rn | ( | double | __a | ) |
Referenced by __double2uint_rn().
__device__ unsigned int __nv_double2uint_ru | ( | double | __a | ) |
Referenced by __double2uint_ru().
__device__ unsigned int __nv_double2uint_rz | ( | double | __a | ) |
Referenced by __double2uint_rz().
__device__ unsigned long long __nv_double2ull_rd | ( | double | __a | ) |
Referenced by __double2ull_rd().
__device__ unsigned long long __nv_double2ull_rn | ( | double | __a | ) |
Referenced by __double2ull_rn().
__device__ unsigned long long __nv_double2ull_ru | ( | double | __a | ) |
Referenced by __double2ull_ru().
__device__ unsigned long long __nv_double2ull_rz | ( | double | __a | ) |
Referenced by __double2ull_rz().
__device__ unsigned long long __nv_double_as_longlong | ( | double | __a | ) |
Referenced by __double_as_longlong().
__device__ double __nv_drcp_rd | ( | double | __a | ) |
Referenced by __drcp_rd().
__device__ double __nv_drcp_rn | ( | double | __a | ) |
Referenced by __drcp_rn().
__device__ double __nv_drcp_ru | ( | double | __a | ) |
Referenced by __drcp_ru().
__device__ double __nv_drcp_rz | ( | double | __a | ) |
Referenced by __drcp_rz().
__device__ double __nv_dsqrt_rd | ( | double | __a | ) |
Referenced by __dsqrt_rd().
__device__ double __nv_dsqrt_rn | ( | double | __a | ) |
Referenced by __dsqrt_rn().
__device__ double __nv_dsqrt_ru | ( | double | __a | ) |
Referenced by __dsqrt_ru().
__device__ double __nv_dsqrt_rz | ( | double | __a | ) |
Referenced by __dsqrt_rz().
__device__ double __nv_dsub_rd | ( | double | __a, |
double | __b | ||
) |
Referenced by __dsub_rd().
__device__ double __nv_dsub_rn | ( | double | __a, |
double | __b | ||
) |
Referenced by __dsub_rn().
__device__ double __nv_dsub_ru | ( | double | __a, |
double | __b | ||
) |
Referenced by __dsub_ru().
__device__ double __nv_dsub_rz | ( | double | __a, |
double | __b | ||
) |
Referenced by __dsub_rz().
__device__ double __nv_erf | ( | double | __a | ) |
Referenced by erf().
__device__ double __nv_erfc | ( | double | __a | ) |
Referenced by erfc().
__device__ float __nv_erfcf | ( | float | __a | ) |
Referenced by erfcf().
__device__ double __nv_erfcinv | ( | double | __a | ) |
Referenced by erfcinv().
__device__ float __nv_erfcinvf | ( | float | __a | ) |
Referenced by erfcinvf().
__device__ double __nv_erfcx | ( | double | __a | ) |
Referenced by erfcx().
__device__ float __nv_erfcxf | ( | float | __a | ) |
Referenced by erfcxf().
__device__ float __nv_erff | ( | float | __a | ) |
Referenced by erff().
__device__ double __nv_erfinv | ( | double | __a | ) |
Referenced by erfinv().
__device__ float __nv_erfinvf | ( | float | __a | ) |
Referenced by erfinvf().
__device__ double __nv_exp | ( | double | __a | ) |
Referenced by exp().
__device__ double __nv_exp10 | ( | double | __a | ) |
Referenced by exp10().
__device__ float __nv_exp10f | ( | float | __a | ) |
Referenced by exp10f().
__device__ double __nv_exp2 | ( | double | __a | ) |
Referenced by exp2().
__device__ float __nv_exp2f | ( | float | __a | ) |
Referenced by exp2f().
__device__ float __nv_expf | ( | float | __a | ) |
Referenced by expf().
__device__ double __nv_expm1 | ( | double | __a | ) |
Referenced by expm1().
__device__ float __nv_expm1f | ( | float | __a | ) |
Referenced by expm1f().
__device__ double __nv_fabs | ( | double | __a | ) |
Referenced by fabs().
__device__ float __nv_fabsf | ( | float | __a | ) |
Referenced by fabsf().
__device__ float __nv_fadd_rd | ( | float | __a, |
float | __b | ||
) |
Referenced by __fadd_rd().
__device__ float __nv_fadd_rn | ( | float | __a, |
float | __b | ||
) |
Referenced by __fadd_rn().
__device__ float __nv_fadd_ru | ( | float | __a, |
float | __b | ||
) |
Referenced by __fadd_ru().
__device__ float __nv_fadd_rz | ( | float | __a, |
float | __b | ||
) |
Referenced by __fadd_rz().
__device__ float __nv_fast_exp10f | ( | float | __a | ) |
Referenced by __exp10f().
__device__ float __nv_fast_expf | ( | float | __a | ) |
Referenced by __expf().
__device__ float __nv_fast_fdividef | ( | float | __a, |
float | __b | ||
) |
Referenced by __fdividef(), and fdividef().
__device__ float __nv_fast_log10f | ( | float | __a | ) |
Referenced by __log10f().
__device__ float __nv_fast_powf | ( | float | __a, |
float | __b | ||
) |
Referenced by __powf().
__device__ void __nv_fast_sincosf | ( | float | __a, |
float * | __sptr, | ||
float * | __cptr | ||
) |
Referenced by __sincosf(), and sincosf().
__device__ float __nv_fast_tanf | ( | float | __a | ) |
Referenced by __tanf().
__device__ double __nv_fdim | ( | double | __a, |
double | __b | ||
) |
Referenced by fdim().
__device__ float __nv_fdimf | ( | float | __a, |
float | __b | ||
) |
Referenced by fdimf().
__device__ float __nv_fdiv_rd | ( | float | __a, |
float | __b | ||
) |
Referenced by __fdiv_rd().
__device__ float __nv_fdiv_rn | ( | float | __a, |
float | __b | ||
) |
Referenced by __fdiv_rn().
__device__ float __nv_fdiv_ru | ( | float | __a, |
float | __b | ||
) |
Referenced by __fdiv_ru().
__device__ float __nv_fdiv_rz | ( | float | __a, |
float | __b | ||
) |
Referenced by __fdiv_rz().
__device__ int __nv_ffs | ( | int | __a | ) |
Referenced by __ffs().
__device__ int __nv_ffsll | ( | long long | __a | ) |
Referenced by __ffsll().
__device__ int __nv_finitef | ( | float | __a | ) |
Referenced by __finitef().
__device__ unsigned short __nv_float2half_rn | ( | float | __a | ) |
__device__ int __nv_float2int_rd | ( | float | __a | ) |
Referenced by __float2int_rd().
__device__ int __nv_float2int_rn | ( | float | __a | ) |
Referenced by __float2int_rn().
__device__ int __nv_float2int_ru | ( | float | __a | ) |
Referenced by __float2int_ru().
__device__ int __nv_float2int_rz | ( | float | __a | ) |
Referenced by __float2int_rz().
__device__ long long __nv_float2ll_rd | ( | float | __a | ) |
Referenced by __float2ll_rd().
__device__ long long __nv_float2ll_rn | ( | float | __a | ) |
Referenced by __float2ll_rn().
__device__ long long __nv_float2ll_ru | ( | float | __a | ) |
Referenced by __float2ll_ru().
__device__ long long __nv_float2ll_rz | ( | float | __a | ) |
Referenced by __float2ll_rz().
__device__ unsigned int __nv_float2uint_rd | ( | float | __a | ) |
Referenced by __float2uint_rd().
__device__ unsigned int __nv_float2uint_rn | ( | float | __a | ) |
Referenced by __float2uint_rn().
__device__ unsigned int __nv_float2uint_ru | ( | float | __a | ) |
Referenced by __float2uint_ru().
__device__ unsigned int __nv_float2uint_rz | ( | float | __a | ) |
Referenced by __float2uint_rz().
__device__ unsigned long long __nv_float2ull_rd | ( | float | __a | ) |
Referenced by __float2ull_rd().
__device__ unsigned long long __nv_float2ull_rn | ( | float | __a | ) |
Referenced by __float2ull_rn().
__device__ unsigned long long __nv_float2ull_ru | ( | float | __a | ) |
Referenced by __float2ull_ru().
__device__ unsigned long long __nv_float2ull_rz | ( | float | __a | ) |
Referenced by __float2ull_rz().
__device__ int __nv_float_as_int | ( | float | __a | ) |
Referenced by __fAtomicExch(), __fAtomicExch_block(), __fAtomicExch_system(), and __float_as_int().
__device__ unsigned int __nv_float_as_uint | ( | float | __a | ) |
Referenced by __float_as_uint().
__device__ double __nv_floor | ( | double | __a | ) |
Referenced by floor().
__device__ float __nv_floorf | ( | float | __a | ) |
Referenced by floorf().
__device__ double __nv_fma | ( | double | __a, |
double | __b, | ||
double | __c | ||
) |
Referenced by fma().
__device__ double __nv_fma_rd | ( | double | __a, |
double | __b, | ||
double | __c | ||
) |
Referenced by __fma_rd().
__device__ double __nv_fma_rn | ( | double | __a, |
double | __b, | ||
double | __c | ||
) |
Referenced by __fma_rn().
__device__ double __nv_fma_ru | ( | double | __a, |
double | __b, | ||
double | __c | ||
) |
Referenced by __fma_ru().
__device__ double __nv_fma_rz | ( | double | __a, |
double | __b, | ||
double | __c | ||
) |
Referenced by __fma_rz().
__device__ float __nv_fmaf | ( | float | __a, |
float | __b, | ||
float | __c | ||
) |
Referenced by fmaf().
__device__ float __nv_fmaf_ieee_rd | ( | float | __a, |
float | __b, | ||
float | __c | ||
) |
Referenced by __fmaf_ieee_rd().
__device__ float __nv_fmaf_ieee_rn | ( | float | __a, |
float | __b, | ||
float | __c | ||
) |
Referenced by __fmaf_ieee_rn().
__device__ float __nv_fmaf_ieee_ru | ( | float | __a, |
float | __b, | ||
float | __c | ||
) |
Referenced by __fmaf_ieee_ru().
__device__ float __nv_fmaf_ieee_rz | ( | float | __a, |
float | __b, | ||
float | __c | ||
) |
Referenced by __fmaf_ieee_rz().
__device__ float __nv_fmaf_rd | ( | float | __a, |
float | __b, | ||
float | __c | ||
) |
Referenced by __fmaf_rd().
__device__ float __nv_fmaf_rn | ( | float | __a, |
float | __b, | ||
float | __c | ||
) |
Referenced by __fmaf_rn().
__device__ float __nv_fmaf_ru | ( | float | __a, |
float | __b, | ||
float | __c | ||
) |
Referenced by __fmaf_ru().
__device__ float __nv_fmaf_rz | ( | float | __a, |
float | __b, | ||
float | __c | ||
) |
Referenced by __fmaf_rz().
__device__ double __nv_fmax | ( | double | __a, |
double | __b | ||
) |
Referenced by fmax().
__device__ float __nv_fmaxf | ( | float | __a, |
float | __b | ||
) |
Referenced by fmaxf().
__device__ double __nv_fmin | ( | double | __a, |
double | __b | ||
) |
Referenced by fmin().
__device__ float __nv_fminf | ( | float | __a, |
float | __b | ||
) |
Referenced by fminf().
__device__ double __nv_fmod | ( | double | __a, |
double | __b | ||
) |
Referenced by fmod().
__device__ float __nv_fmodf | ( | float | __a, |
float | __b | ||
) |
Referenced by fmodf().
__device__ float __nv_fmul_rd | ( | float | __a, |
float | __b | ||
) |
Referenced by __fmul_rd().
__device__ float __nv_fmul_rn | ( | float | __a, |
float | __b | ||
) |
Referenced by __fmul_rn().
__device__ float __nv_fmul_ru | ( | float | __a, |
float | __b | ||
) |
Referenced by __fmul_ru().
__device__ float __nv_fmul_rz | ( | float | __a, |
float | __b | ||
) |
Referenced by __fmul_rz().
__device__ float __nv_frcp_rd | ( | float | __a | ) |
Referenced by __frcp_rd().
__device__ float __nv_frcp_rn | ( | float | __a | ) |
Referenced by __frcp_rn().
__device__ float __nv_frcp_ru | ( | float | __a | ) |
Referenced by __frcp_ru().
__device__ float __nv_frcp_rz | ( | float | __a | ) |
Referenced by __frcp_rz().
__device__ double __nv_frexp | ( | double | __a, |
int * | __b | ||
) |
Referenced by frexp().
__device__ float __nv_frexpf | ( | float | __a, |
int * | __b | ||
) |
Referenced by frexpf().
__device__ float __nv_frsqrt_rn | ( | float | __a | ) |
Referenced by __frsqrt_rn().
__device__ float __nv_fsqrt_rd | ( | float | __a | ) |
Referenced by __fsqrt_rd().
__device__ float __nv_fsqrt_rn | ( | float | __a | ) |
Referenced by __fsqrt_rn().
__device__ float __nv_fsqrt_ru | ( | float | __a | ) |
Referenced by __fsqrt_ru().
__device__ float __nv_fsqrt_rz | ( | float | __a | ) |
Referenced by __fsqrt_rz().
__device__ float __nv_fsub_rd | ( | float | __a, |
float | __b | ||
) |
Referenced by __fsub_rd().
__device__ float __nv_fsub_rn | ( | float | __a, |
float | __b | ||
) |
Referenced by __fsub_rn().
__device__ float __nv_fsub_ru | ( | float | __a, |
float | __b | ||
) |
Referenced by __fsub_ru().
__device__ float __nv_fsub_rz | ( | float | __a, |
float | __b | ||
) |
Referenced by __fsub_rz().
__device__ int __nv_hadd | ( | int | __a, |
int | __b | ||
) |
Referenced by __hadd().
__device__ float __nv_half2float | ( | unsigned short | __h | ) |
__device__ double __nv_hiloint2double | ( | int | __a, |
int | __b | ||
) |
Referenced by __hiloint2double().
__device__ double __nv_hypot | ( | double | __a, |
double | __b | ||
) |
Referenced by hypot().
__device__ float __nv_hypotf | ( | float | __a, |
float | __b | ||
) |
Referenced by hypotf().
__device__ int __nv_ilogb | ( | double | __a | ) |
Referenced by ilogb().
__device__ int __nv_ilogbf | ( | float | __a | ) |
Referenced by ilogbf().
__device__ double __nv_int2double_rn | ( | int | __a | ) |
Referenced by __int2double_rn().
__device__ float __nv_int2float_rd | ( | int | __a | ) |
Referenced by __int2float_rd().
__device__ float __nv_int2float_rn | ( | int | __a | ) |
Referenced by __int2float_rn().
__device__ float __nv_int2float_ru | ( | int | __a | ) |
Referenced by __int2float_ru().
__device__ float __nv_int2float_rz | ( | int | __a | ) |
Referenced by __int2float_rz().
__device__ float __nv_int_as_float | ( | int | __a | ) |
Referenced by __fAtomicExch(), __fAtomicExch_block(), __fAtomicExch_system(), and __int_as_float().
__device__ int __nv_isfinited | ( | double | __a | ) |
Referenced by __finite(), and __isfinited().
__device__ int __nv_isinfd | ( | double | __a | ) |
Referenced by __isinf().
__device__ int __nv_isinff | ( | float | __a | ) |
Referenced by __isinff().
__device__ int __nv_isnand | ( | double | __a | ) |
Referenced by __isnan().
__device__ int __nv_isnanf | ( | float | __a | ) |
Referenced by __isnanf().
__device__ double __nv_j0 | ( | double | __a | ) |
Referenced by j0().
__device__ float __nv_j0f | ( | float | __a | ) |
Referenced by j0f().
__device__ double __nv_j1 | ( | double | __a | ) |
Referenced by j1().
__device__ float __nv_j1f | ( | float | __a | ) |
Referenced by j1f().
__device__ double __nv_jn | ( | int | __a, |
double | __b | ||
) |
Referenced by jn().
__device__ float __nv_jnf | ( | int | __a, |
float | __b | ||
) |
Referenced by jnf().
__device__ double __nv_ldexp | ( | double | __a, |
int | __b | ||
) |
Referenced by ldexp().
__device__ float __nv_ldexpf | ( | float | __a, |
int | __b | ||
) |
Referenced by ldexpf().
__device__ double __nv_lgamma | ( | double | __a | ) |
Referenced by lgamma().
__device__ float __nv_lgammaf | ( | float | __a | ) |
Referenced by lgammaf().
__device__ double __nv_ll2double_rd | ( | long long | __a | ) |
Referenced by __ll2double_rd().
__device__ double __nv_ll2double_rn | ( | long long | __a | ) |
Referenced by __ll2double_rn().
__device__ double __nv_ll2double_ru | ( | long long | __a | ) |
Referenced by __ll2double_ru().
__device__ double __nv_ll2double_rz | ( | long long | __a | ) |
Referenced by __ll2double_rz().
__device__ float __nv_ll2float_rd | ( | long long | __a | ) |
Referenced by __ll2float_rd().
__device__ float __nv_ll2float_rn | ( | long long | __a | ) |
Referenced by __ll2float_rn().
__device__ float __nv_ll2float_ru | ( | long long | __a | ) |
Referenced by __ll2float_ru().
__device__ float __nv_ll2float_rz | ( | long long | __a | ) |
Referenced by __ll2float_rz().
__device__ long long __nv_llabs | ( | long long | __a | ) |
Referenced by llabs().
__device__ long long __nv_llmax | ( | long long | __a, |
long long | __b | ||
) |
Referenced by llmax().
__device__ long long __nv_llmin | ( | long long | __a, |
long long | __b | ||
) |
Referenced by llmin().
__device__ long long __nv_llrint | ( | double | __a | ) |
Referenced by llrint().
__device__ long long __nv_llrintf | ( | float | __a | ) |
Referenced by llrintf().
__device__ long long __nv_llround | ( | double | __a | ) |
Referenced by llround().
__device__ long long __nv_llroundf | ( | float | __a | ) |
Referenced by llroundf().
__device__ double __nv_log | ( | double | __a | ) |
Referenced by log().
__device__ double __nv_log10 | ( | double | __a | ) |
Referenced by log10().
__device__ float __nv_log10f | ( | float | __a | ) |
Referenced by log10f().
__device__ double __nv_log1p | ( | double | __a | ) |
Referenced by log1p().
__device__ float __nv_log1pf | ( | float | __a | ) |
Referenced by log1pf().
__device__ double __nv_log2 | ( | double | __a | ) |
Referenced by log2().
__device__ float __nv_log2f | ( | float | __a | ) |
Referenced by log2f().
__device__ double __nv_logb | ( | double | __a | ) |
Referenced by logb().
__device__ float __nv_logbf | ( | float | __a | ) |
Referenced by logbf().
__device__ float __nv_logf | ( | float | __a | ) |
Referenced by logf().
__device__ double __nv_longlong_as_double | ( | long long | __a | ) |
Referenced by __longlong_as_double().
__device__ int __nv_max | ( | int | __a, |
int | __b | ||
) |
Referenced by max().
__device__ int __nv_min | ( | int | __a, |
int | __b | ||
) |
Referenced by min().
__device__ double __nv_modf | ( | double | __a, |
double * | __b | ||
) |
Referenced by modf().
__device__ float __nv_modff | ( | float | __a, |
float * | __b | ||
) |
Referenced by modff().
__device__ int __nv_mul24 | ( | int | __a, |
int | __b | ||
) |
Referenced by __mul24().
__device__ long long __nv_mul64hi | ( | long long | __a, |
long long | __b | ||
) |
Referenced by __mul64hi().
__device__ int __nv_mulhi | ( | int | __a, |
int | __b | ||
) |
Referenced by __mulhi().
__device__ double __nv_nan | ( | const signed char * | __a | ) |
__device__ float __nv_nanf | ( | const signed char * | __a | ) |
__device__ double __nv_nearbyint | ( | double | __a | ) |
Referenced by nearbyint().
__device__ float __nv_nearbyintf | ( | float | __a | ) |
Referenced by nearbyintf().
__device__ double __nv_nextafter | ( | double | __a, |
double | __b | ||
) |
Referenced by nextafter().
__device__ float __nv_nextafterf | ( | float | __a, |
float | __b | ||
) |
Referenced by nextafterf().
__device__ double __nv_norm | ( | int | __a, |
const double * | __b | ||
) |
Referenced by norm().
__device__ double __nv_norm3d | ( | double | __a, |
double | __b, | ||
double | __c | ||
) |
Referenced by norm3d().
__device__ float __nv_norm3df | ( | float | __a, |
float | __b, | ||
float | __c | ||
) |
Referenced by norm3df().
__device__ double __nv_norm4d | ( | double | __a, |
double | __b, | ||
double | __c, | ||
double | __d | ||
) |
Referenced by norm4d().
__device__ float __nv_norm4df | ( | float | __a, |
float | __b, | ||
float | __c, | ||
float | __d | ||
) |
Referenced by norm4df().
__device__ double __nv_normcdf | ( | double | __a | ) |
Referenced by normcdf().
__device__ float __nv_normcdff | ( | float | __a | ) |
Referenced by normcdff().
__device__ double __nv_normcdfinv | ( | double | __a | ) |
Referenced by normcdfinv().
__device__ float __nv_normcdfinvf | ( | float | __a | ) |
Referenced by normcdfinvf().
__device__ float __nv_normf | ( | int | __a, |
const float * | __b | ||
) |
Referenced by normf().
__device__ int __nv_popc | ( | int | __a | ) |
Referenced by __popc().
__device__ int __nv_popcll | ( | long long | __a | ) |
Referenced by __popcll().
__device__ double __nv_pow | ( | double | __a, |
double | __b | ||
) |
Referenced by pow().
__device__ float __nv_powf | ( | float | __a, |
float | __b | ||
) |
Referenced by powf().
__device__ double __nv_powi | ( | double | __a, |
int | __b | ||
) |
Referenced by powi().
__device__ float __nv_powif | ( | float | __a, |
int | __b | ||
) |
Referenced by powif().
__device__ double __nv_rcbrt | ( | double | __a | ) |
Referenced by rcbrt().
__device__ float __nv_rcbrtf | ( | float | __a | ) |
Referenced by rcbrtf().
__device__ double __nv_rcp64h | ( | double | __a | ) |
__device__ double __nv_remainder | ( | double | __a, |
double | __b | ||
) |
Referenced by remainder().
__device__ float __nv_remainderf | ( | float | __a, |
float | __b | ||
) |
Referenced by remainderf().
__device__ double __nv_remquo | ( | double | __a, |
double | __b, | ||
int * | __c | ||
) |
Referenced by remquo().
__device__ float __nv_remquof | ( | float | __a, |
float | __b, | ||
int * | __c | ||
) |
Referenced by remquof().
__device__ int __nv_rhadd | ( | int | __a, |
int | __b | ||
) |
Referenced by __rhadd().
__device__ double __nv_rhypot | ( | double | __a, |
double | __b | ||
) |
Referenced by rhypot().
__device__ float __nv_rhypotf | ( | float | __a, |
float | __b | ||
) |
Referenced by rhypotf().
__device__ double __nv_rint | ( | double | __a | ) |
Referenced by rint().
__device__ float __nv_rintf | ( | float | __a | ) |
Referenced by rintf().
__device__ double __nv_rnorm | ( | int | __a, |
const double * | __b | ||
) |
Referenced by rnorm().
__device__ double __nv_rnorm3d | ( | double | __a, |
double | __b, | ||
double | __c | ||
) |
Referenced by rnorm3d().
__device__ float __nv_rnorm3df | ( | float | __a, |
float | __b, | ||
float | __c | ||
) |
Referenced by rnorm3df().
__device__ double __nv_rnorm4d | ( | double | __a, |
double | __b, | ||
double | __c, | ||
double | __d | ||
) |
Referenced by rnorm4d().
__device__ float __nv_rnorm4df | ( | float | __a, |
float | __b, | ||
float | __c, | ||
float | __d | ||
) |
Referenced by rnorm4df().
__device__ float __nv_rnormf | ( | int | __a, |
const float * | __b | ||
) |
Referenced by rnormf().
__device__ double __nv_round | ( | double | __a | ) |
Referenced by round().
__device__ float __nv_roundf | ( | float | __a | ) |
Referenced by roundf().
__device__ double __nv_rsqrt | ( | double | __a | ) |
Referenced by rsqrt().
__device__ float __nv_rsqrtf | ( | float | __a | ) |
Referenced by rsqrtf().
__device__ int __nv_sad | ( | int | __a, |
int | __b, | ||
int | __c | ||
) |
Referenced by __sad().
__device__ float __nv_saturatef | ( | float | __a | ) |
Referenced by __saturatef().
__device__ double __nv_scalbn | ( | double | __a, |
int | __b | ||
) |
Referenced by scalbn().
__device__ float __nv_scalbnf | ( | float | __a, |
int | __b | ||
) |
Referenced by scalbnf().
__device__ int __nv_signbitd | ( | double | __a | ) |
Referenced by __signbitd().
__device__ int __nv_signbitf | ( | float | __a | ) |
Referenced by __signbitf().
__device__ double __nv_sin | ( | double | __a | ) |
Referenced by sin().
__device__ void __nv_sincos | ( | double | __a, |
double * | __b, | ||
double * | __c | ||
) |
Referenced by sincos().
__device__ void __nv_sincosf | ( | float | __a, |
float * | __b, | ||
float * | __c | ||
) |
Referenced by sincosf().
__device__ void __nv_sincospi | ( | double | __a, |
double * | __b, | ||
double * | __c | ||
) |
Referenced by sincospi().
__device__ void __nv_sincospif | ( | float | __a, |
float * | __b, | ||
float * | __c | ||
) |
Referenced by sincospif().
__device__ float __nv_sinf | ( | float | __a | ) |
Referenced by sinf().
__device__ double __nv_sinh | ( | double | __a | ) |
Referenced by sinh().
__device__ float __nv_sinhf | ( | float | __a | ) |
Referenced by sinhf().
__device__ double __nv_sinpi | ( | double | __a | ) |
Referenced by sinpi().
__device__ float __nv_sinpif | ( | float | __a | ) |
Referenced by sinpif().
__device__ double __nv_sqrt | ( | double | __a | ) |
Referenced by sqrt().
__device__ float __nv_sqrtf | ( | float | __a | ) |
Referenced by sqrtf().
__device__ double __nv_tan | ( | double | __a | ) |
Referenced by tan().
__device__ float __nv_tanf | ( | float | __a | ) |
Referenced by tanf().
__device__ double __nv_tanh | ( | double | __a | ) |
Referenced by tanh().
__device__ float __nv_tanhf | ( | float | __a | ) |
Referenced by tanhf().
__device__ double __nv_tgamma | ( | double | __a | ) |
Referenced by tgamma().
__device__ float __nv_tgammaf | ( | float | __a | ) |
Referenced by tgammaf().
__device__ double __nv_trunc | ( | double | __a | ) |
Referenced by trunc().
__device__ float __nv_truncf | ( | float | __a | ) |
Referenced by truncf().
__device__ int __nv_uhadd | ( | unsigned int | __a, |
unsigned int | __b | ||
) |
Referenced by __uhadd().
__device__ double __nv_uint2double_rn | ( | unsigned int | __i | ) |
Referenced by __uint2double_rn().
__device__ float __nv_uint2float_rd | ( | unsigned int | __a | ) |
Referenced by __uint2float_rd().
__device__ float __nv_uint2float_rn | ( | unsigned int | __a | ) |
Referenced by __uint2float_rn().
__device__ float __nv_uint2float_ru | ( | unsigned int | __a | ) |
Referenced by __uint2float_ru().
__device__ float __nv_uint2float_rz | ( | unsigned int | __a | ) |
Referenced by __uint2float_rz().
__device__ float __nv_uint_as_float | ( | unsigned int | __a | ) |
Referenced by __uint_as_float().
__device__ double __nv_ull2double_rd | ( | unsigned long long | __a | ) |
Referenced by __ull2double_rd().
__device__ double __nv_ull2double_rn | ( | unsigned long long | __a | ) |
Referenced by __ull2double_rn().
__device__ double __nv_ull2double_ru | ( | unsigned long long | __a | ) |
Referenced by __ull2double_ru().
__device__ double __nv_ull2double_rz | ( | unsigned long long | __a | ) |
Referenced by __ull2double_rz().
__device__ float __nv_ull2float_rd | ( | unsigned long long | __a | ) |
Referenced by __ull2float_rd().
__device__ float __nv_ull2float_rn | ( | unsigned long long | __a | ) |
Referenced by __ull2float_rn().
__device__ float __nv_ull2float_ru | ( | unsigned long long | __a | ) |
Referenced by __ull2float_ru().
__device__ float __nv_ull2float_rz | ( | unsigned long long | __a | ) |
Referenced by __ull2float_rz().
__device__ unsigned long long __nv_ullmax | ( | unsigned long long | __a, |
unsigned long long | __b | ||
) |
Referenced by ullmax().
__device__ unsigned long long __nv_ullmin | ( | unsigned long long | __a, |
unsigned long long | __b | ||
) |
Referenced by ullmin().
__device__ unsigned int __nv_umax | ( | unsigned int | __a, |
unsigned int | __b | ||
) |
Referenced by umax().
__device__ unsigned int __nv_umin | ( | unsigned int | __a, |
unsigned int | __b | ||
) |
Referenced by umin().
__device__ unsigned int __nv_umul24 | ( | unsigned int | __a, |
unsigned int | __b | ||
) |
Referenced by __umul24().
__device__ unsigned long long __nv_umul64hi | ( | unsigned long long | __a, |
unsigned long long | __b | ||
) |
Referenced by __umul64hi().
__device__ unsigned int __nv_umulhi | ( | unsigned int | __a, |
unsigned int | __b | ||
) |
Referenced by __umulhi().
__device__ unsigned int __nv_urhadd | ( | unsigned int | __a, |
unsigned int | __b | ||
) |
Referenced by __urhadd().
__device__ unsigned int __nv_usad | ( | unsigned int | __a, |
unsigned int | __b, | ||
unsigned int | __c | ||
) |
Referenced by __usad().
__device__ double __nv_y0 | ( | double | __a | ) |
Referenced by y0().
__device__ float __nv_y0f | ( | float | __a | ) |
Referenced by y0f().
__device__ double __nv_y1 | ( | double | __a | ) |
Referenced by y1().
__device__ float __nv_y1f | ( | float | __a | ) |
Referenced by y1f().
__device__ double __nv_yn | ( | int | __a, |
double | __b | ||
) |
Referenced by yn().
__device__ float __nv_ynf | ( | int | __a, |
float | __b | ||
) |
Referenced by ynf().