Home | History | Annotate | Download | only in b_BasicEm

Lines Matching full:uint16

47 uint16 bbs_sqrt32( uint32 valA )
75 return ( uint16 )rootL;
80 uint8 bbs_sqrt16( uint16 valA )
82 uint16 rootL = 0;
125 uint16 bbs_fastSqrt32( uint32 valA )
281 uint16 indexL = ( ( valA & 0xFC000000 ) >> 26 ) << 1;
1167 uint16 bbs_matTrans( int16 *xA, int16 rowA, int16 colA, int16 *rA )
1211 uint16 bbs_vecPhase( int16 *reA, int16 *imA, int16 *phaseA, uint16 sizeA )