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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.cpp471 double full_circle = scfx_pow2( iwl ); local
476 high = full_circle / 2.0 - resolution;
480 low = - full_circle / 2.0;
485 high = full_circle - resolution;
506 val -= floor( val / full_circle ) * full_circle;
508 val -= full_circle;
525 val += full_circle / 2.0 - X;
527 val += full_circle - X;
568 val -= floor( val / full_circle ) * full_circl
[all...]
/gem5/src/systemc/dt/fx/
H A Dsc_fxnum.cc432 double full_circle = scfx_pow2(iwl); local
436 high = full_circle / 2.0 - resolution;
440 low = - full_circle / 2.0;
443 high = full_circle - resolution;
461 val -= floor(val / full_circle) * full_circle;
463 val -= full_circle;
477 val += full_circle / 2.0 - X;
479 val += full_circle - X;
517 val -= floor(val / full_circle) * full_circl
[all...]

Completed in 9 milliseconds