Home
last modified time | relevance | path

Searched refs:powten (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dnumbers_test.cc1043 double powten = absl::strings_internal::Pow10(exponent); in TEST_F() local
1044 if (powten == 0) powten = 5e-324; in TEST_F()
1050 absl::StrCat("Exp ", exponent, " powten=", powten, "(", powten, in TEST_F()
1052 std::string(buf, SixDigitsToBuffer(powten, buf)), ")") in TEST_F()
1058 double testval = digiform * powten; in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3411 APInt powten(significand.getBitWidth(), 10); in AdjustToPrecision() local
3414 divisor *= powten; in AdjustToPrecision()
3417 powten *= powten; in AdjustToPrecision()
/third_party/chromium/patch/
D0001-cve.patch85839 - * xmlschemastype.c: made powten array static it should not be exported