Home
last modified time | relevance | path

Searched defs:h_mant (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_half.h141 uint16_t h_mant = (uint16_t)(f_mant >> lsb_pos); in cl_half_from_float() local
182 uint16_t h_mant = (uint16_t)(f_mant >> lsb_pos); in cl_half_from_float() local
267 uint16_t h_mant = (uint16_t)(d_mant >> lsb_pos); in cl_half_from_double() local
308 uint16_t h_mant = (uint16_t)(d_mant >> lsb_pos); in cl_half_from_double() local
375 uint16_t h_mant = h & 0x3FF; in cl_half_to_float() local
/third_party/opencl-headers/CL/
Dcl_half.h141 uint16_t h_mant = (uint16_t)(f_mant >> lsb_pos); in cl_half_from_float() local
182 uint16_t h_mant = (uint16_t)(f_mant >> lsb_pos); in cl_half_from_float() local
267 uint16_t h_mant = (uint16_t)(d_mant >> lsb_pos); in cl_half_from_double() local
308 uint16_t h_mant = (uint16_t)(d_mant >> lsb_pos); in cl_half_from_double() local
375 uint16_t h_mant = h & 0x3FF; in cl_half_to_float() local