Loading lib_com/basop_util.c +1 −1 Original line number Diff line number Diff line Loading @@ -988,7 +988,7 @@ Word32 div_w( Word32 L_num, Word32 L_den ) } static Word32 div_w_newton( const Word32 num, const Word32 den ); static Word32 div_w_newton( Word32 num, Word32 den ); /* Table of 256 precalculated estimates to be used by the "div_w_newton" function using the Newton/Raphson method. Loading Loading
lib_com/basop_util.c +1 −1 Original line number Diff line number Diff line Loading @@ -988,7 +988,7 @@ Word32 div_w( Word32 L_num, Word32 L_den ) } static Word32 div_w_newton( const Word32 num, const Word32 den ); static Word32 div_w_newton( Word32 num, Word32 den ); /* Table of 256 precalculated estimates to be used by the "div_w_newton" function using the Newton/Raphson method. Loading