Home
last modified time | relevance | path

Searched refs:is_correct (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/graph/example/
Dminimum_degree_ordering.cpp169 bool is_correct = true; in main() local
179 is_correct = false; in main()
189 is_correct = false; in main()
192 if (is_correct) in main()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-strtod.cpp472 bool is_correct = ComputeGuess(trimmed, exponent, &guess); in Strtod() local
473 if (is_correct) return guess; in Strtod()
498 bool is_correct = ComputeGuess(trimmed, exponent, &double_guess); in Strtof() local
527 if (is_correct) { in Strtof()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dstrtod.cc470 const bool is_correct = ComputeGuess(trimmed, exponent, &guess); in StrtodTrimmed() local
471 if (is_correct) { in StrtodTrimmed()
536 bool is_correct = ComputeGuess(trimmed, exponent, &double_guess); in StrtofTrimmed() local
565 if (is_correct) { in StrtofTrimmed()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-strtod.cpp486 const bool is_correct = ComputeGuess(trimmed, exponent, &guess); in StrtodTrimmed() local
487 if (is_correct) { in StrtodTrimmed()
552 bool is_correct = ComputeGuess(trimmed, exponent, &double_guess); in StrtofTrimmed() local
581 if (is_correct) { in StrtofTrimmed()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-strtod.cpp486 const bool is_correct = ComputeGuess(trimmed, exponent, &guess); in StrtodTrimmed() local
487 if (is_correct) { in StrtodTrimmed()
552 bool is_correct = ComputeGuess(trimmed, exponent, &double_guess); in StrtofTrimmed() local
581 if (is_correct) { in StrtofTrimmed()
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-strtod.cpp486 const bool is_correct = ComputeGuess(trimmed, exponent, &guess); in StrtodTrimmed() local
487 if (is_correct) { in StrtodTrimmed()
552 bool is_correct = ComputeGuess(trimmed, exponent, &double_guess); in StrtofTrimmed() local
581 if (is_correct) { in StrtofTrimmed()
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.cc689 bool is_correct = false; in CheckAttrIntOrTupleInt() local
693is_correct = std::all_of(attr_vec.begin(), attr_vec.end(), [&result](const ValuePtr &e) -> bool { in CheckAttrIntOrTupleInt()
703 is_correct = true; in CheckAttrIntOrTupleInt()
708 if (!is_correct) { in CheckAttrIntOrTupleInt()