29package com.jogamp.opengl.test.junit.math;
31import org.junit.Assert;
34import com.jogamp.junit.util.JunitTracer;
35import com.jogamp.math.Binary32;
46 @SuppressWarnings(
"static-method") @Test
public
55 @SuppressWarnings(
"static-method") @Test
public
62 @SuppressWarnings(
"static-method") @Test
public
76 @SuppressWarnings(
"static-method") @Test
public
Functions for interrogating binary32 (float) values.
static int unpackGetSign(final float d)
static int unpackGetExponentUnbiased(final float d)
static int unpackGetSignificand(final float d)
void testInfinitySignificand()
void testInfinityNegativeSign()
void testNaNSignificand()
void testInfinityNegativeExponent()
void testInfinityExponent()
void testInfinityNegativeSignificand()