Lines Matching refs:negative
182 bool negative = number < 0.0;
183 if (negative) {
238 if (negative) {
255 bool negative = false;
262 negative = true;
286 if (negative) {
560 bool negative = false;
563 if (EcmaStringAccessor(string).ToInt(&elementIndex, &negative)) {
564 if (elementIndex == 0 && negative == true) {
573 JSTaggedValue result = NumberHelper::StringToDoubleWithRadix(str.begin(), str.end(), radix, &negative);
574 if (result.GetNumber() == 0 && negative == true) {
580 JSTaggedValue NumberHelper::StringToDoubleWithRadix(const uint8_t *start, const uint8_t *end, int radix, bool *negative)
591 *negative = true;
655 if (*negative) {