Searched refs:zf (Results 1 – 2 of 2) sorted by relevance
/hal_rpi_pico-latest/test/pico_divider_test/ |
D | pico_divider_test.c | 52 unsigned int odig(unsigned int*pv,unsigned int d,int zf) { in odig() argument 56 if(zf==1&&c=='0') osp(); in odig() 57 else o1ch(c),zf=0; in odig() 59 return zf; in odig() 64 int zf=1; in odec() local 66 zf=odig(&v,1000000000,zf); in odec() 67 zf=odig(&v,100000000,zf); in odec() 68 zf=odig(&v,10000000,zf); in odec() 69 zf=odig(&v,1000000,zf); in odec() 70 zf=odig(&v,100000,zf); in odec() [all …]
|
D | pico_divider_nesting_test.c | 205 static float zf = 1.f; in test_nesting() local 206 float ff = zf / -13635.f; in test_nesting() 207 if (fabsf(zf - ff * -13635.f) > 1e-2f) { in test_nesting() 210 zf += 0.0331f; in test_nesting()
|