Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dsimplenumberformatter.h79 void roundTo(int32_t power, UNumberFormatRoundingMode roundingMode, UErrorCode& status);
/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.cpp1473 T roundTo (const T& step, const T& value) in roundTo() function
1515 const T maxRounded = roundTo(minDiff, max); in createQuads()
1523 x1 = roundTo(minDiff, getRandom<T>(rnd, min, maxRounded - minDiff)); in createQuads()
1524 x2 = roundTo(minDiff, getRandom<T>(rnd, x1 + minDiff, maxRounded)); in createQuads()
1526 y1 = roundTo(minDiff, getRandom<T>(rnd, min, maxRounded - minDiff)); in createQuads()
1527 y2 = roundTo(minDiff, getRandom<T>(rnd, y1 + minDiff, maxRounded)); in createQuads()
1533 z = (componentCount > 2) ? roundTo(minDiff, (getRandom<T>(rnd, min, max))) : (T::create(0)); in createQuads()
1534 w = (componentCount > 3) ? roundTo(minDiff, (getRandom<T>(rnd, min, max))) : (T::create(1)); in createQuads()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_simple.cpp65 void SimpleNumber::roundTo(int32_t position, UNumberFormatRoundingMode roundingMode, UErrorCode& status) { in roundTo() function in SimpleNumber
H A Dnumber_capi.cpp292 number->fNumber.roundTo(position, roundingMode, *ec); in usnum_roundTo()

Completed in 6 milliseconds