Home
last modified time | relevance | path

Searched refs:maxUInt64AsDouble (Results 1 – 6 of 6) sorted by relevance

/external/jsoncpp/include/json/
Dvalue.h250 static constexpr double maxUInt64AsDouble = 18446744073709551615.0; variable
/external/jsoncpp/src/lib_json/
Djson_value.cpp1330 return value_.real_ >= 0 && value_.real_ < maxUInt64AsDouble && in isUInt64()
1350 value_.real_ < maxUInt64AsDouble && IsIntegral(value_.real_); in isIntegral()
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2427 static const double maxUInt64AsDouble = 18446744073709551615.0; variable
3661 return value_.real_ >= 0 && value_.real_ < maxUInt64AsDouble && in isUInt64()
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2427 static const double maxUInt64AsDouble = 18446744073709551615.0; variable
3661 return value_.real_ >= 0 && value_.real_ < maxUInt64AsDouble && in isUInt64()
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2463 static const double maxUInt64AsDouble = 18446744073709551615.0; variable
3694 return value_.real_ >= 0 && value_.real_ < maxUInt64AsDouble && in isUInt64()
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2427 static const double maxUInt64AsDouble = 18446744073709551615.0; variable
3661 return value_.real_ >= 0 && value_.real_ < maxUInt64AsDouble && in isUInt64()