Home
last modified time | relevance | path

Searched defs:f_mant (Results 1 – 3 of 3) sorted by relevance

/external/angle/include/CL/
Dcl_half.h124 uint32_t f_mant = f32.i & ((1 << (CL_FLT_MANT_DIG - 1)) - 1); in cl_half_from_float() local
389 uint32_t f_mant = h_mant << (CL_FLT_MANT_DIG - CL_HALF_MANT_DIG); in cl_half_to_float() local
/external/ComputeLibrary/include/CL/
Dcl_half.h124 uint32_t f_mant = f32.i & ((1 << (CL_FLT_MANT_DIG - 1)) - 1); in cl_half_from_float() local
389 uint32_t f_mant = h_mant << (CL_FLT_MANT_DIG - CL_HALF_MANT_DIG); in cl_half_to_float() local
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl_half.h124 uint32_t f_mant = f32.i & ((1 << (CL_FLT_MANT_DIG - 1)) - 1); in cl_half_from_float() local
389 uint32_t f_mant = h_mant << (CL_FLT_MANT_DIG - CL_HALF_MANT_DIG); in cl_half_to_float() local