Searched refs:maxrgb (Results 1 – 1 of 1) sorted by relevance
64 union { float f; uint32_t u; } rc, bc, gc, maxrgb, revdenom; in float3_to_rgb9e5() local69 maxrgb.u = MAX3(rc.u, gc.u, bc.u); in float3_to_rgb9e5()76 maxrgb.u += maxrgb.u & (1 << (23-9)); in float3_to_rgb9e5()77 exp_shared = MAX2((maxrgb.u >> 23), -RGB9E5_EXP_BIAS - 1 + 127) + in float3_to_rgb9e5()