Home | History | Annotate | Download | only in common

Lines Matching refs:cf

2480 					const deFloat16		cf	= (e << 10) + (mt >> 3);
2482 ((float*)dst)[texelNdx*4 + channelNdx] = deFloat16To32(isFloat16InfOrNan(cf) ? 0x7bff : cf);