Home
last modified time | relevance | path

Searched refs:EXTRABITS (Results 1 - 1 of 1) sorted by relevance

/third_party/optimized-routines/math/test/
H A Dmathtest.c48 #define EXTRABITS (12) macro
49 #define ULPUNIT (1<<EXTRABITS)
576 if (r0 >= (1LL<<(31-EXTRABITS))) in calc_error()
579 result = (r2 >> (32-EXTRABITS)) & (ULPUNIT-1); in calc_error()
580 result |= r1 << EXTRABITS; in calc_error()
581 result |= (long long)r0 << (32+EXTRABITS); in calc_error()
1239 tresultr[wres] = t.resultr[wres] << (32-EXTRABITS); in runtest()
1240 tresulti[wres] = t.resulti[wres] << (32-EXTRABITS); in runtest()
1320 tresultr[1] = (val >> (32-EXTRABITS)) << (32-EXTRABITS); in runtest()
[all...]

Completed in 4 milliseconds