Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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
/third_party/opencl-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