Home | History | Annotate | Download | only in b_BasicEm

Lines Matching full:noma

1187 int16 bbs_atan2( int16 nomA, int16 denomA )
1191 if( nomA == denomA ) return 8192;
1192 argL = ( ( int32 ) nomA << 15 ) / denomA;