Home | History | Annotate | Download | only in bn

Lines Matching full:bn_is_word

409 #define BN_is_word(a,w)     (BN_abs_is_word((a),(w)) && (!(w) || !(a)->neg))