HomeSort by relevance Sort by last modified time
    Searched refs:is_negative (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
parser.cc 695 bool is_negative = TryConsume("-"); local
707 if (is_negative) {
720 is_negative ? static_cast<uint64>(kint64max) + 1 : kuint64max;
722 if (is_negative) {
733 uninterpreted_option->set_double_value(is_negative ? -value : value);
738 if (is_negative) {
878 bool is_negative = TryConsume("-"); local
881 if (is_negative) number *= -1;
    [all...]
  /external/v8/src/
conversions.cc 325 bool is_negative = (GetChar(str, index) == '-'); local
330 result = is_negative ? -V8_INFINITY : V8_INFINITY;
656 bool is_negative = value < 0.0; local
657 if (is_negative) value = -value;
674 if (is_negative) integer_buffer[integer_pos--] = '-';
  /external/stlport/src/
num_put_float.cpp 590 bool is_negative() const { function in struct:float_sign_helper
640 if (helper.is_negative())
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 590 bool is_negative() const { function in struct:float_sign_helper
640 if (helper.is_negative())
    [all...]

Completed in 781 milliseconds