Home
last modified time | relevance | path

Searched refs:CL_HALF_MAX_EXP (Results 1 – 5 of 5) sorted by relevance

/external/OpenCL-CTS/dependencies/ocl-headers/CL/
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()
Dcl_platform.h189 #define CL_HALF_MAX_EXP +16 macro
291 #define CL_HALF_MAX_EXP +16
/external/angle/include/CL/
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()
Dcl_platform.h189 #define CL_HALF_MAX_EXP +16 macro
291 #define CL_HALF_MAX_EXP +16
/external/mesa3d/include/CL/
Dcl_platform.h169 #define CL_HALF_MAX_EXP +16 macro
271 #define CL_HALF_MAX_EXP +16