Searched refs:d_exp (Results 1 – 5 of 5) sorted by relevance
249 uint64_t d_exp = (f64.i >> (CL_DBL_MANT_DIG - 1)) & 0x7FF; in cl_half_from_double() local253 int64_t exp = d_exp - CL_DBL_MAX_EXP + 1; in cl_half_from_double()262 if (d_exp == 0x7FF) in cl_half_from_double()279 if (!d_exp && !d_mant) in cl_half_from_double()
142 int d_exp = d<y>(D<y>()); variable
145 int d_exp = d<y>(D<y>()); variable
98 double d_exp = exp; variable100 if (isnan(d_exp) || isnan(d_arg))102 return fabs(d_arg - d_exp) < 1e-128;