public final class NFPUnsignedFloatLong extends Object
Conversion of unsigned normalized fixed-point values to and from floating point values.
The OpenGL 3.3 specification defines the conversion from floating point
values x (implied to be in the range [0, 1]) to unsigned
normalized fixed-point values f, with b bits of precision,
as:
f = x * (pow(2, b) - 1)
The specification defines the conversion from unsigned normalized
fixed-point values f with b bits of precision to floating
point values x as:
x = f / (pow(2, b) - 1)
This implementation provides general conversion functions that operate on
arbitrary values of b, and specialized functions that operate for
specific values of b using precomputed terms.
| Modifier and Type | Method | Description |
|---|---|---|
static float |
fromUnsignedNormalized(long f,
int b) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized10(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized11(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized12(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized13(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized14(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized15(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized16(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized17(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized18(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized19(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized2(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized20(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized21(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized22(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized23(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized24(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized25(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized26(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized27(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized28(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized29(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized3(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized30(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized31(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized32(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized33(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized34(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized35(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized36(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized37(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized38(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized39(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized4(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized40(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized41(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized42(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized43(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized44(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized45(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized46(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized47(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized48(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized49(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized5(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized50(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized51(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized52(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized53(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized54(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized55(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized56(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized57(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized58(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized59(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized6(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized60(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized61(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized62(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized63(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized64(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized7(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized8(long f) |
Convert
f to floating point format. |
static float |
fromUnsignedNormalized9(long f) |
Convert
f to floating point format. |
static long |
toUnsignedNormalized(float x,
int b) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized10(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized11(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized12(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized13(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized14(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized15(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized16(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized17(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized18(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized19(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized2(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized20(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized21(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized22(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized23(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized24(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized25(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized26(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized27(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized28(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized29(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized3(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized30(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized31(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized32(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized33(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized34(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized35(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized36(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized37(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized38(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized39(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized4(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized40(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized41(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized42(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized43(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized44(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized45(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized46(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized47(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized48(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized49(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized5(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized50(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized51(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized52(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized53(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized54(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized55(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized56(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized57(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized58(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized59(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized6(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized60(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized61(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized62(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized63(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized64(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized7(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized8(float x) |
Convert
x to fixed-point format. |
static long |
toUnsignedNormalized9(float x) |
Convert
x to fixed-point format. |
public static float fromUnsignedNormalized(long f,
int b)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ b) - 1]b - A value in the range [2, 32][0, 1]public static long toUnsignedNormalized(float x,
int b)
x to fixed-point format.x - A value in the range [0, 1]b - A value in the range [2, 32]b bits of
precisionpublic static long toUnsignedNormalized2(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized3(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized4(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized5(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized6(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized7(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized8(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized9(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized10(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized11(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized12(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized13(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized14(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized15(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized16(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized17(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized18(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized19(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized20(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized21(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized22(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized23(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized24(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized25(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized26(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized27(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized28(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized29(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized30(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized31(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized32(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized33(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized34(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized35(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized36(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized37(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized38(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized39(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized40(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized41(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized42(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized43(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized44(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized45(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized46(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized47(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized48(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized49(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized50(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized51(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized52(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized53(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized54(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized55(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized56(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized57(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized58(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized59(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized60(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized61(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized62(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized63(float x)
x to fixed-point format.x - A value in the range [0, 1]public static long toUnsignedNormalized64(float x)
x to fixed-point format.x - A value in the range [0, 1]public static float fromUnsignedNormalized2(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 2) - 1][0, 1]public static float fromUnsignedNormalized3(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 3) - 1][0, 1]public static float fromUnsignedNormalized4(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 4) - 1][0, 1]public static float fromUnsignedNormalized5(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 5) - 1][0, 1]public static float fromUnsignedNormalized6(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 6) - 1][0, 1]public static float fromUnsignedNormalized7(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 7) - 1][0, 1]public static float fromUnsignedNormalized8(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 8) - 1][0, 1]public static float fromUnsignedNormalized9(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 9) - 1][0, 1]public static float fromUnsignedNormalized10(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 10) - 1][0, 1]public static float fromUnsignedNormalized11(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 11) - 1][0, 1]public static float fromUnsignedNormalized12(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 12) - 1][0, 1]public static float fromUnsignedNormalized13(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 13) - 1][0, 1]public static float fromUnsignedNormalized14(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 14) - 1][0, 1]public static float fromUnsignedNormalized15(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 15) - 1][0, 1]public static float fromUnsignedNormalized16(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 16) - 1][0, 1]public static float fromUnsignedNormalized17(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 17) - 1][0, 1]public static float fromUnsignedNormalized18(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 18) - 1][0, 1]public static float fromUnsignedNormalized19(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 19) - 1][0, 1]public static float fromUnsignedNormalized20(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 20) - 1][0, 1]public static float fromUnsignedNormalized21(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 21) - 1][0, 1]public static float fromUnsignedNormalized22(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 22) - 1][0, 1]public static float fromUnsignedNormalized23(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 23) - 1][0, 1]public static float fromUnsignedNormalized24(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 24) - 1][0, 1]public static float fromUnsignedNormalized25(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 25) - 1][0, 1]public static float fromUnsignedNormalized26(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 26) - 1][0, 1]public static float fromUnsignedNormalized27(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 27) - 1][0, 1]public static float fromUnsignedNormalized28(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 28) - 1][0, 1]public static float fromUnsignedNormalized29(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 29) - 1][0, 1]public static float fromUnsignedNormalized30(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 30) - 1][0, 1]public static float fromUnsignedNormalized31(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 31) - 1][0, 1]public static float fromUnsignedNormalized32(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 32) - 1][0, 1]public static float fromUnsignedNormalized33(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 33) - 1][0, 1]public static float fromUnsignedNormalized34(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 34) - 1][0, 1]public static float fromUnsignedNormalized35(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 35) - 1][0, 1]public static float fromUnsignedNormalized36(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 36) - 1][0, 1]public static float fromUnsignedNormalized37(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 37) - 1][0, 1]public static float fromUnsignedNormalized38(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 38) - 1][0, 1]public static float fromUnsignedNormalized39(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 39) - 1][0, 1]public static float fromUnsignedNormalized40(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 40) - 1][0, 1]public static float fromUnsignedNormalized41(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 41) - 1][0, 1]public static float fromUnsignedNormalized42(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 42) - 1][0, 1]public static float fromUnsignedNormalized43(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 43) - 1][0, 1]public static float fromUnsignedNormalized44(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 44) - 1][0, 1]public static float fromUnsignedNormalized45(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 45) - 1][0, 1]public static float fromUnsignedNormalized46(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 46) - 1][0, 1]public static float fromUnsignedNormalized47(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 47) - 1][0, 1]public static float fromUnsignedNormalized48(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 48) - 1][0, 1]public static float fromUnsignedNormalized49(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 49) - 1][0, 1]public static float fromUnsignedNormalized50(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 50) - 1][0, 1]public static float fromUnsignedNormalized51(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 51) - 1][0, 1]public static float fromUnsignedNormalized52(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 52) - 1][0, 1]public static float fromUnsignedNormalized53(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 53) - 1][0, 1]public static float fromUnsignedNormalized54(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 54) - 1][0, 1]public static float fromUnsignedNormalized55(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 55) - 1][0, 1]public static float fromUnsignedNormalized56(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 56) - 1][0, 1]public static float fromUnsignedNormalized57(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 57) - 1][0, 1]public static float fromUnsignedNormalized58(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 58) - 1][0, 1]public static float fromUnsignedNormalized59(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 59) - 1][0, 1]public static float fromUnsignedNormalized60(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 60) - 1][0, 1]public static float fromUnsignedNormalized61(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 61) - 1][0, 1]public static float fromUnsignedNormalized62(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 62) - 1][0, 1]public static float fromUnsignedNormalized63(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 63) - 1][0, 1]public static float fromUnsignedNormalized64(long f)
f to floating point format. f is assumed to be an
unsigned fixed-point value with b bits of precision.f - A value in the range [0, (2 ^ 64) - 1][0, 1]Copyright © 2017 <code@io7m.com> http://io7m.com