14 lines
258 B
C
14 lines
258 B
C
#ifndef _TEST_VECTOR2_MODULUS_H_
|
|
#define _TEST_VECTOR2_MODULUS_H_
|
|
|
|
void test_vector2_square_modulus_fp32();
|
|
|
|
void test_vector2_square_modulus_fp64();
|
|
|
|
void test_vector2_modulus_fp32();
|
|
|
|
void test_vector2_modulus_fp64();
|
|
|
|
void test_vector2_modulus();
|
|
|
|
#endif
|