Searched refs:roundTo (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | simplenumberformatter.h | 79 void roundTo(int32_t power, UNumberFormatRoundingMode roundingMode, UErrorCode& status);
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsVertexArrayTests.cpp | 1473 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 D | number_simple.cpp | 65 void SimpleNumber::roundTo(int32_t position, UNumberFormatRoundingMode roundingMode, UErrorCode& status) { in roundTo() function in SimpleNumber
|
H A D | number_capi.cpp | 292 number->fNumber.roundTo(position, roundingMode, *ec); in usnum_roundTo()
|
Completed in 5 milliseconds