Home
last modified time | relevance | path

Searched refs:CL_HALF_MAX_EXP (Results 1 - 5 of 5) 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()
159 if (exp >= CL_HALF_MAX_EXP) in cl_half_from_float()
256 uint16_t h_exp = (uint16_t)(exp + CL_HALF_MAX_EXP - 1); in cl_half_from_double()
285 if (exp >= CL_HALF_MAX_EXP) in cl_half_from_double()
378 int32_t exp = h_exp - CL_HALF_MAX_EXP + 1; in cl_half_to_float()
H A Dcl_platform.h198 #define CL_HALF_MAX_EXP +16 macro
300 #define CL_HALF_MAX_EXP +16 macro
/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()
159 if (exp >= CL_HALF_MAX_EXP) in cl_half_from_float()
256 uint16_t h_exp = (uint16_t)(exp + CL_HALF_MAX_EXP - 1); in cl_half_from_double()
285 if (exp >= CL_HALF_MAX_EXP) in cl_half_from_double()
378 int32_t exp = h_exp - CL_HALF_MAX_EXP + 1; in cl_half_to_float()
H A Dcl_platform.h189 #define CL_HALF_MAX_EXP +16 macro
291 #define CL_HALF_MAX_EXP +16 macro
/third_party/mesa3d/include/CL/
H A Dcl_platform.h169 #define CL_HALF_MAX_EXP +16 macro
271 #define CL_HALF_MAX_EXP +16 macro

Completed in 13 milliseconds