14 lines
258 B
C
14 lines
258 B
C
#ifndef _TEST_VECTOR3_MODULUS_H_
|
|
#define _TEST_VECTOR3_MODULUS_H_
|
|
|
|
void test_vector3_square_modulus_fp32();
|
|
|
|
void test_vector3_square_modulus_fp64();
|
|
|
|
void test_vector3_modulus_fp32();
|
|
|
|
void test_vector3_modulus_fp64();
|
|
|
|
void test_vector3_modulus();
|
|
|
|
#endif
|