Searched defs:is_negative (Results 1 – 9 of 9) sorted by relevance
223 int is_negative = TRIO_FALSE; variable736 int is_negative; variable
695 bool is_negative = TryConsume("-"); in ParseOptionAssignment() local878 bool is_negative = TryConsume("-"); in ParseEnumConstant() local
144 is_negative = 0; in FXstrtod() local
178 bool is_negative = false; in ConsumeSignedInteger() local1011 bool is_negative = TryConsume("-"); in ParseOption() local
432 bool is_negative = value < 0.0; in DoubleToRadixCString() local
2912 bool is_negative = (value < 0); in Add() local2936 bool is_negative = (bits & 1) == 1; in Next() local
317 int is_negative; /* Number is negative */ member
591 bool is_negative() const { in is_negative() function