big_op_lt        5407 bignum.c       	  case big_op_lt: id = '<'; break;
big_op_lt        5419 bignum.c       	case big_op_lt: return n <  0 ? Qtrue : Qfalse;
big_op_lt        5440 bignum.c           return big_op(x, y, big_op_lt);