Home | History | Annotate | Download | only in include

Lines Matching full:positive

400     if ((_a) > 0) {  /* a is positive */ \
401 if ((_b) > 0) { /* b and a are positive */ \
405 } /* end if a and b are positive */ \
406 else { /* a positive, b non-positive */ \
410 } /* a positive, b non-positive */ \
411 } /* end if a is positive */ \
412 else { /* a is non-positive
413 if ((_b) > 0) { /* a is non-positive, b is positive */ \
417 } /* end if a is non-positive, b is positive */ \
418 else { /* a and b are non-positive */ \
422 } /* end if a and b are non-positive */ \
423 } /* end if a is non-positive */ \