14 lines
279 B
C
14 lines
279 B
C
#ifndef _TEST_QUATERNION_MODULUS_H_
|
|
#define _TEST_QUATERNION_MODULUS_H_
|
|
|
|
void test_quaternion_square_modulus_fp32();
|
|
|
|
void test_quaternion_square_modulus_fp64();
|
|
|
|
void test_quaternion_modulus_fp32();
|
|
|
|
void test_quaternion_modulus_fp64();
|
|
|
|
void test_quaternion_modulus();
|
|
|
|
#endif
|