10 lines
221 B
C
10 lines
221 B
C
#ifndef _TEST_QUATERNION_SQUARE_MODULUS_H_
|
|
#define _TEST_QUATERNION_SQUARE_MODULUS_H_
|
|
|
|
int test_quaternion_square_modulus_fp32();
|
|
|
|
int test_quaternion_square_modulus_fp64();
|
|
|
|
int test_quaternion_square_modulus();
|
|
|
|
#endif
|