Home | History | Annotate | Download | only in bn

Lines Matching defs:BN_is_word

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