Home | History | Annotate | Download | only in rs

Lines Matching refs:hf

920     float hf = (x - (int) x) * 6.0f;
921 int ihf = (int) hf;
922 float f = hf - ihf;