Lines Matching refs:CmpNLT
274 y -= As<Float4>(CmpNLT(y, Float4(3.14159265e+0f)) & As<Int4>(Float4(6.28318530e+0f))); in cosine_pi()
382 Int4 O = CmpNLT(absx, Float4(1.0f)); in arctan()
411 Int4 O = CmpNLT(y1, x1); in arctan()
1099 dst.x = As<Float4>(CmpNLT(x.x, edge.x) & As<Int4>(Float4(1.0f))); in step()
1100 dst.y = As<Float4>(CmpNLT(x.y, edge.y) & As<Int4>(Float4(1.0f))); in step()
1101 dst.z = As<Float4>(CmpNLT(x.z, edge.z) & As<Int4>(Float4(1.0f))); in step()
1102 dst.w = As<Float4>(CmpNLT(x.w, edge.w) & As<Int4>(Float4(1.0f))); in step()
1169 dst.z = As<Float4>(As<Int4>(dst.z) & CmpNLT(src.x, Float4(0.0f))); in lit()
1170 dst.z = As<Float4>(As<Int4>(dst.z) & CmpNLT(src.y, Float4(0.0f))); in lit()
1409 Int4 flip = CmpNLT(Nref.x * I.x, Float4(0.0f)) & Int4(0x80000000); in forward1()
1416 Int4 flip = CmpNLT(dot2(Nref, I), Float4(0.0f)) & Int4(0x80000000); in forward2()
1424 Int4 flip = CmpNLT(dot3(Nref, I), Float4(0.0f)) & Int4(0x80000000); in forward3()
1433 Int4 flip = CmpNLT(dot4(Nref, I), Float4(0.0f)) & Int4(0x80000000); in forward4()
1479 Int4 pos = CmpNLT(k, Float4(0.0f)); in refract1()
1489 Int4 pos = CmpNLT(k, Float4(0.0f)); in refract2()
1500 Int4 pos = CmpNLT(k, Float4(0.0f)); in refract3()
1512 Int4 pos = CmpNLT(k, Float4(0.0f)); in refract4()
1825 dst.x = As<Float4>(CmpNLT(src0.x, src1.x)); in cmp()
1826 dst.y = As<Float4>(CmpNLT(src0.y, src1.y)); in cmp()
1827 dst.z = As<Float4>(CmpNLT(src0.z, src1.z)); in cmp()
1828 dst.w = As<Float4>(CmpNLT(src0.w, src1.w)); in cmp()
1870 dst.x = As<Float4>(CmpNLT(As<Int4>(src0.x), As<Int4>(src1.x))); in icmp()
1871 dst.y = As<Float4>(CmpNLT(As<Int4>(src0.y), As<Int4>(src1.y))); in icmp()
1872 dst.z = As<Float4>(CmpNLT(As<Int4>(src0.z), As<Int4>(src1.z))); in icmp()
1873 dst.w = As<Float4>(CmpNLT(As<Int4>(src0.w), As<Int4>(src1.w))); in icmp()
1915 dst.x = As<Float4>(CmpNLT(As<UInt4>(src0.x), As<UInt4>(src1.x))); in ucmp()
1916 dst.y = As<Float4>(CmpNLT(As<UInt4>(src0.y), As<UInt4>(src1.y))); in ucmp()
1917 dst.z = As<Float4>(CmpNLT(As<UInt4>(src0.z), As<UInt4>(src1.z))); in ucmp()
1918 dst.w = As<Float4>(CmpNLT(As<UInt4>(src0.w), As<UInt4>(src1.w))); in ucmp()