Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Testing/Source/Tests/
DFastMathQ15.cpp23 #define RECIP_ERROR ((q15_t)2) macro
150 ASSERT_NEAR_EQ(ref,output,RECIP_ERROR); in test_recip_q15()
DFastMathQ31.cpp23 #define RECIP_ERROR ((q31_t)10) macro
147 ASSERT_NEAR_EQ(ref,output,RECIP_ERROR); in test_recip_q31()