Index
All Classes and Interfaces|All Packages
C
- com.io7m.jnfp.core - package com.io7m.jnfp.core
-
Core types and functions.
F
- fromSignedNormalizedWithoutZero(int, int) - Static method in class com.io7m.jnfp.core.NFPSignedDoubleInt
-
Convert
f
to floating point format. - fromSignedNormalizedWithoutZero(int, int) - Static method in class com.io7m.jnfp.core.NFPSignedFloatInt
-
Convert
f
to floating point format. - fromSignedNormalizedWithoutZero(long, int) - Static method in class com.io7m.jnfp.core.NFPSignedDoubleLong
-
Convert
f
to floating point format. - fromSignedNormalizedWithoutZero(long, int) - Static method in class com.io7m.jnfp.core.NFPSignedFloatLong
-
Convert
f
to floating point format. - fromSignedNormalizedWithZero(int, int) - Static method in class com.io7m.jnfp.core.NFPSignedDoubleInt
-
Convert
f
to floating point format. - fromSignedNormalizedWithZero(int, int) - Static method in class com.io7m.jnfp.core.NFPSignedFloatInt
-
Convert
f
to floating point format. - fromSignedNormalizedWithZero(long, int) - Static method in class com.io7m.jnfp.core.NFPSignedDoubleLong
-
Convert
f
to floating point format. - fromSignedNormalizedWithZero(long, int) - Static method in class com.io7m.jnfp.core.NFPSignedFloatLong
-
Convert
f
to floating point format. - fromUnsignedNormalized(int, int) - Static method in class com.io7m.jnfp.core.NFPUnsignedDoubleInt
-
Convert
f
to floating point format. - fromUnsignedNormalized(int, int) - Static method in class com.io7m.jnfp.core.NFPUnsignedFloatInt
-
Convert
f
to floating point format. - fromUnsignedNormalized(long, int) - Static method in class com.io7m.jnfp.core.NFPUnsignedDoubleLong
-
Convert
f
to floating point format. - fromUnsignedNormalized(long, int) - Static method in class com.io7m.jnfp.core.NFPUnsignedFloatLong
-
Convert
f
to floating point format.
N
- NFPSignedDoubleInt - Class in com.io7m.jnfp.core
-
Conversion of signed normalized fixed-point values to and from floating point values.
- NFPSignedDoubleLong - Class in com.io7m.jnfp.core
-
Conversion of signed normalized fixed-point values to and from floating point values.
- NFPSignedFloatInt - Class in com.io7m.jnfp.core
-
Conversion of signed normalized fixed-point values to and from floating point values.
- NFPSignedFloatLong - Class in com.io7m.jnfp.core
-
Conversion of signed normalized fixed-point values to and from floating point values.
- NFPUnsignedDoubleInt - Class in com.io7m.jnfp.core
-
Conversion of unsigned normalized fixed-point values to and from floating point values.
- NFPUnsignedDoubleLong - Class in com.io7m.jnfp.core
-
Conversion of unsigned normalized fixed-point values to and from floating point values.
- NFPUnsignedFloatInt - Class in com.io7m.jnfp.core
-
Conversion of unsigned normalized fixed-point values to and from floating point values.
- NFPUnsignedFloatLong - Class in com.io7m.jnfp.core
-
Conversion of unsigned normalized fixed-point values to and from floating point values.
T
- toSignedNormalizedWithoutZero(double, int) - Static method in class com.io7m.jnfp.core.NFPSignedDoubleInt
-
Convert
x
to fixed-point format using thewithout-zero
representation described in the documentation at the beginning of this class. - toSignedNormalizedWithoutZero(double, int) - Static method in class com.io7m.jnfp.core.NFPSignedDoubleLong
-
Convert
x
to fixed-point format using thewithout-zero
representation described in the documentation at the beginning of this class. - toSignedNormalizedWithoutZero(float, int) - Static method in class com.io7m.jnfp.core.NFPSignedFloatInt
-
Convert
x
to fixed-point format using thewithout-zero
representation described in the documentation at the beginning of this class. - toSignedNormalizedWithoutZero(float, int) - Static method in class com.io7m.jnfp.core.NFPSignedFloatLong
-
Convert
x
to fixed-point format using thewithout-zero
representation described in the documentation at the beginning of this class. - toSignedNormalizedWithZero(double, int) - Static method in class com.io7m.jnfp.core.NFPSignedDoubleInt
-
Convert
x
to fixed-point format using thewith-zero
representation described in the documentation at the beginning of this class. - toSignedNormalizedWithZero(double, int) - Static method in class com.io7m.jnfp.core.NFPSignedDoubleLong
-
Convert
x
to fixed-point format using thewith-zero
representation described in the documentation at the beginning of this class. - toSignedNormalizedWithZero(float, int) - Static method in class com.io7m.jnfp.core.NFPSignedFloatInt
-
Convert
x
to fixed-point format using thewith-zero
representation described in the documentation at the beginning of this class. - toSignedNormalizedWithZero(float, int) - Static method in class com.io7m.jnfp.core.NFPSignedFloatLong
-
Convert
x
to fixed-point format using thewith-zero
representation described in the documentation at the beginning of this class. - toUnsignedNormalized(double, int) - Static method in class com.io7m.jnfp.core.NFPUnsignedDoubleInt
-
Convert
x
to fixed-point format. - toUnsignedNormalized(double, int) - Static method in class com.io7m.jnfp.core.NFPUnsignedDoubleLong
-
Convert
x
to fixed-point format. - toUnsignedNormalized(float, int) - Static method in class com.io7m.jnfp.core.NFPUnsignedFloatInt
-
Convert
x
to fixed-point format. - toUnsignedNormalized(float, int) - Static method in class com.io7m.jnfp.core.NFPUnsignedFloatLong
-
Convert
x
to fixed-point format.
All Classes and Interfaces|All Packages