19.11.2014 Views

The Fortress Language Specification - CiteSeerX

The Fortress Language Specification - CiteSeerX

The Fortress Language Specification - CiteSeerX

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

40.8.6 signedDivide(other: T,overflowAction: () → T,zeroDivideAction: () → T): T<br />

where { b ≤ maxDivideBitLog }<br />

40.8.7 unsignedDivide(other:T,zeroDivideAction: () → T): T where { b ≤ maxDivideBitLog }<br />

[Description to be supplied.]<br />

40.8.8 signedDivRem(other: T,overflowAction: () → T,zeroDivideAction: () → T): (T, T)<br />

where { b ≤ maxDivideBitLog }<br />

40.8.9 unsignedDivRem(other:T,zeroDivideAction: () → T): (T, T) where { b ≤ maxDivideBitLog }<br />

[Description to be supplied.]<br />

40.8.10 signedRemainder(other: T,zeroDivideAction: () → T):T where { b ≤ maxDivideBitLog }<br />

40.8.11 unsignedModulo(other: T,zeroDivideAction:() → T):T where { b ≤ maxDivideBitLog }<br />

[Description to be supplied.]<br />

40.8.12 bitSwap(j:IndexInt):T<br />

[Description to be supplied.]<br />

40.8.13 getter littleEndian():BinaryEndianWordb,false,false<br />

40.8.14 getter bigEndian():BinaryEndianWordb,true,true<br />

[Description to be supplied.]<br />

293

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!