Home | History | Annotate | Download | only in Shader

Lines Matching refs:absf

1140 		UInt4 absf = As<UInt4>(floatBits) ^ justsign;
1141 UInt4 b_isnormal = CmpNLE(UInt4(c_f32infty), absf);
1145 UInt4 joined = ((((As<UInt4>(Min(As<Float4>(absf & UInt4(mask_round)) * As<Float4>(UInt4(c_magic)),
1147 ((b_isnormal ^ UInt4(0xFFFFFFFF)) & ((CmpNLE(absf, UInt4(c_f32infty)) & UInt4(c_nanbit)) |