Home
last modified time | relevance | path

Searched refs:vf1 (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.2.1/build/demos/fx/test/src/
Dfx_append_vec.c115 static void Unary_operator_test_(fx32 vf1);
116 static void Binary_operator_test_(fx32 vf1, fx32 vf2);
582 fx32 vf1 = 0x0, vf2 = 0x0; in BasicOperator_test_() local
590 vf1 += 0x1 << i; in BasicOperator_test_()
591 Unary_operator_test_(vf1); in BasicOperator_test_()
597 vf1 = 0x0; in BasicOperator_test_()
600 vf1 += 0x1 << i; in BasicOperator_test_()
605 Binary_operator_test_(vf1, vf2); in BasicOperator_test_()
620 static void Unary_operator_test_(fx32 vf1) in Unary_operator_test_() argument
622 double vd1 = (double)FX_FX32_TO_F32(vf1); in Unary_operator_test_()
[all …]