Searched refs:tanarray (Results 1 – 3 of 3) sorted by relevance
5 <area shape="rect" id="node5" href="$a03971.html" title="{MagBuffer\n|+ iBs\l+ index\l+ tanarray\l+…
50 int16_t tanarray[MAGBUFFSIZEX - 1]; ///< array of tangents of (100 * angle) member
41 …pthisMagBuffer->tanarray[i] = (int16) (100.0F * tanf(PI * (-0.5F + (float) (i + 1) / MAGBUFFSIZEX)… in fInitializeMagCalibration()114 while ((j < (MAGBUFFSIZEX - 1) && (itanj >= pthisMagBuffer->tanarray[j]))) in iUpdateMagBuffer()116 while ((k < (MAGBUFFSIZEX - 1) && (itank >= pthisMagBuffer->tanarray[k]))) in iUpdateMagBuffer()