Home
last modified time | relevance | path

Searched refs:h_exp (Results 1 - 2 of 2) sorted by relevance

/third_party/opencl-headers/CL/
H A Dcl_half.h130 uint16_t h_exp = (uint16_t)(exp + CL_HALF_MAX_EXP - 1); in cl_half_from_float() local
174 h_exp = 0; in cl_half_from_float()
224 h_exp += 1; in cl_half_from_float()
228 return (sign << 15) | (h_exp << 10) | h_mant; in cl_half_from_float()
256 uint16_t h_exp = (uint16_t)(exp + CL_HALF_MAX_EXP - 1); in cl_half_from_double() local
300 h_exp = 0; in cl_half_from_double()
350 h_exp += 1; in cl_half_from_double()
354 return (sign << 15) | (h_exp << 10) | h_mant; in cl_half_from_double()
374 uint16_t h_exp = (h >> (CL_HALF_MANT_DIG - 1)) & 0x1F; in cl_half_to_float() local
378 int32_t exp = h_exp in cl_half_to_float()
[all...]
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_half.h130 uint16_t h_exp = (uint16_t)(exp + CL_HALF_MAX_EXP - 1); in cl_half_from_float() local
174 h_exp = 0; in cl_half_from_float()
224 h_exp += 1; in cl_half_from_float()
228 return (sign << 15) | (h_exp << 10) | h_mant; in cl_half_from_float()
256 uint16_t h_exp = (uint16_t)(exp + CL_HALF_MAX_EXP - 1); in cl_half_from_double() local
300 h_exp = 0; in cl_half_from_double()
350 h_exp += 1; in cl_half_from_double()
354 return (sign << 15) | (h_exp << 10) | h_mant; in cl_half_from_double()
374 uint16_t h_exp = (h >> (CL_HALF_MANT_DIG - 1)) & 0x1F; in cl_half_to_float() local
378 int32_t exp = h_exp in cl_half_to_float()
[all...]

Completed in 2 milliseconds