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

/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp3761 const float ustartf = float(ustart); local
3766 IfThenElse(cast >= ustartf,
3768 As<Int>(As<UInt>(Int(cast - Float(ustartf))) + UInt(ustart)),
4904 const float ustartf = float(ustart); local
4907 Int4 uiValue = CmpNLT(cast, Float4(ustartf));
4909 uiValue = (uiValue & As<Int4>(As<UInt4>(Int4(cast - Float4(ustartf))) + UInt4(ustart))) |

Completed in 145 milliseconds