Home | History | Annotate | Download | only in Shader

Lines Matching full:absf

1049 		UInt4 absf = As<UInt4>(floatBits) ^ justsign;
1050 UInt4 b_isnormal = CmpNLE(UInt4(c_f32infty), absf);
1054 UInt4 joined = ((((As<UInt4>(Min(As<Float4>(absf & UInt4(mask_round)) * As<Float4>(UInt4(c_magic)),
1056 ((b_isnormal ^ UInt4(0xFFFFFFFF)) & ((CmpNLE(absf, UInt4(c_f32infty)) & UInt4(c_nanbit)) |