Searched defs:h_mant (Results 1 - 2 of 2) sorted by relevance
/third_party/opencl-headers/CL/ | ||
H A D | cl_half.h | 141 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); cl_half_from_double() local 308 uint16_t h_mant = (uint16_t)(d_mant >> lsb_pos); cl_half_from_double() local 375 uint16_t h_mant = h & 0x3FF; cl_half_to_float() local [all...] |
/third_party/skia/third_party/externals/angle2/include/CL/ | ||
H A D | cl_half.h | 141 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); cl_half_from_double() local 308 uint16_t h_mant = (uint16_t)(d_mant >> lsb_pos); cl_half_from_double() local 375 uint16_t h_mant = h & 0x3FF; cl_half_to_float() local [all...] |
Completed in 2 milliseconds