Searched defs:CmpNLE (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp4819 RValue<Int4> CmpNLE(RValue<Int4> x, RValue<Int4> y) function in namespace:sw
4835 RValue<Int4> greater = CmpNLE(x, y);
5166 RValue<UInt4> CmpNLE(RValue<UInt4> x, RValue<UInt4> y) function in namespace:sw
5179 RValue<UInt4> greater = CmpNLE(x, y);
5797 RValue<Int4> CmpNLE(RValue<Float4> x, RValue<Float4> y) function in namespace:sw
5849 frc += As<Float4>(As<Int4>(CmpNLE(Float4(0.0f), frc)) & As<Int4>(Float4(1.0f))); // Add 1.0 if negative.

Completed in 146 milliseconds