Home | History | Annotate | Download | only in Reactor

Lines Matching defs:ustart

3760 		const unsigned int ustart = 0x80000000u;
3761 const float ustartf = float(ustart);
3767 // If the value is too large, subtract ustart and re-add it after conversion.
3768 As<Int>(As<UInt>(Int(cast - Float(ustartf))) + UInt(ustart)),
4889 const unsigned int ustart = 0x80000000u;
4890 const float ustartf = float(ustart);
4894 // If the value is too large, subtract ustart and re-add it after conversion.
4895 uiValue = (uiValue & As<Int4>(As<UInt4>(Int4(cast - Float4(ustartf))) + UInt4(ustart))) |