Home
last modified time | relevance | path

Searched refs:integerToDouble (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp2475 static inline double integerToDouble(Json::UInt64 value) { in integerToDouble() function
2479 template <typename T> static inline double integerToDouble(T value) { in integerToDouble() function
2485 return d >= integerToDouble(min) && d <= integerToDouble(max); in InRange()
3176 return integerToDouble(value_.uint_); in asDouble()
3198 return integerToDouble(value_.uint_); in asFloat()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2439 static inline double integerToDouble(Json::UInt64 value) {
2443 template <typename T> static inline double integerToDouble(T value) {
2449 return d >= integerToDouble(min) && d <= integerToDouble(max);
3144 return integerToDouble(value_.uint_);
3166 return integerToDouble(value_.uint_);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2439 static inline double integerToDouble(Json::UInt64 value) {
2443 template <typename T> static inline double integerToDouble(T value) {
2449 return d >= integerToDouble(min) && d <= integerToDouble(max);
3144 return integerToDouble(value_.uint_);
3166 return integerToDouble(value_.uint_);
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2439 static inline double integerToDouble(Json::UInt64 value) {
2443 template <typename T> static inline double integerToDouble(T value) {
2449 return d >= integerToDouble(min) && d <= integerToDouble(max);
3144 return integerToDouble(value_.uint_);
3166 return integerToDouble(value_.uint_);

Completed in 21 milliseconds