References
summary | ||
public |
F add32(a: *, b: *) Adds to 32-bit signed integers. |
|
public |
F big32(a: *, o: *): * Construct a 32-bit signed integer from 4 bytes. |
|
public |
F get32(w: *): * Creates a 32-bit signed integer from anything. |
|
public |
F lil32(a: *, o: *): * |
|
public |
F rotl32(word: *, shift: *): * Left rotate for 32-bit unsigned integers |
|
public |
F rotr32(word: *, shift: *): * Right rotate for 32-bit unsigned integers |
|
public |
F sqrt32(n: *): * |
|
public |
F usqrt32(n: *): * |