Home | History | Annotate | Download | only in b_APIEm

Lines Matching refs:xL

242 	int32 xL = 0; /* 16.16 */
260 xL = outArrL[ 0 ]; /* 16.16 */
267 offsPtrA->xE = xL >> 16;
269 xL -= ( ( int32 )offsPtrA->xE << 16 );
274 altL.vecE = bts_Flt16Vec2D_create32( xL, yL, 16 );
315 int32 xL = 0; /* 16.16 */
336 xL = ptrA->faceDataBufferE[ indexA * 4 + 0 ]; /* 16.16 */
341 offsPtrA->xE = xL >> 16;
344 xL -= ( ( int32 )offsPtrA->xE << 16 );
349 altL.vecE = bts_Flt16Vec2D_create32( xL, yL, 16 );