Class Float8
java.lang.Object
de.mirkosertic.bytecoder.api.opencl.Float8
- All Implemented Interfaces:
FloatSerializable
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Float8float8(float aS0, float aS1, float aS2, float aS3, float aS4, float aS5, float aS6, float aS7) voidreadFrom(FloatBuffer aBuffer) toString()voidwriteTo(FloatBuffer aBuffer)
-
Field Details
-
s0
public float s0 -
s1
public float s1 -
s2
public float s2 -
s3
public float s3 -
s4
public float s4 -
s5
public float s5 -
s6
public float s6 -
s7
public float s7
-
-
Method Details
-
float8
public static Float8 float8(float aS0, float aS1, float aS2, float aS3, float aS4, float aS5, float aS6, float aS7) -
writeTo
- Specified by:
writeToin interfaceFloatSerializable
-
readFrom
- Specified by:
readFromin interfaceFloatSerializable
-
toString
-