Lines Matching full:positive
499 // the value to be in the range of a positive smi, we can't681 __ setcc(negative, eax); // 1 if negative, 0 if positive.682 __ dec_b(eax); // 0 if negative, 255 if positive.