Searched refs:rounded (Results 1 - 25 of 36) sorted by relevance

12

/external/v8/test/mjsunit/regress/
H A Dregress-351624.js13 var rounded = Math.round(prod);
15 return rounded;
/external/valgrind/none/tests/s390x/
H A Drounding-4.stdout.exp2 load rounded d = 12345678.250 f = 12345678.000
4 load rounded d = 12345678.250 f = 12345678.000
6 load rounded d = 12345678.250 f = 12345679.000
8 load rounded d = 12345678.250 f = 12345678.000
11 load rounded d = 12345678.750 f = 12345679.000
13 load rounded d = 12345678.750 f = 12345678.000
15 load rounded d = 12345678.750 f = 12345679.000
17 load rounded d = 12345678.750 f = 12345678.000
20 load rounded d = -12345678.250 f = -12345678.000
22 load rounded
[all...]
/external/v8/src/mips/
H A Dsimulator-mips.cc1299 float rounded) {
1305 } else if (rounded > max_int32) {
1307 } else if (rounded < min_int32) {
1318 void Simulator::set_fpu_register_invalid_result(float original, float rounded) { argument
1324 } else if (rounded > max_int32) {
1326 } else if (rounded < min_int32) {
1338 float rounded) {
1346 } else if (rounded >= max_int64) {
1348 } else if (rounded < min_int64) {
1360 double rounded) {
1298 set_fpu_register_word_invalid_result(float original, float rounded) argument
1337 set_fpu_register_invalid_result64(float original, float rounded) argument
1359 set_fpu_register_word_invalid_result(double original, double rounded) argument
1379 set_fpu_register_invalid_result(double original, double rounded) argument
1399 set_fpu_register_invalid_result64(double original, double rounded) argument
1423 set_fcsr_round_error(double original, double rounded) argument
1455 set_fcsr_round64_error(double original, double rounded) argument
1489 set_fcsr_round_error(float original, float rounded) argument
1521 set_fcsr_round64_error(float original, float rounded) argument
1553 round_according_to_fcsr(double toRound, double& rounded, int32_t& rounded_int, double fs) argument
1594 round_according_to_fcsr(float toRound, float& rounded, int32_t& rounded_int, float fs) argument
1635 round64_according_to_fcsr(double toRound, double& rounded, int64_t& rounded_int, double fs) argument
1676 round64_according_to_fcsr(float toRound, float& rounded, int64_t& rounded_int, float fs) argument
2596 double rounded; local
2606 double rounded = std::floor(fs + 0.5); local
2620 double rounded = trunc(fs); local
2629 double rounded = std::floor(fs); local
2638 double rounded = std::ceil(fs); local
2651 double rounded; local
2665 double rounded = trunc(fs); local
2679 double rounded = std::floor(fs + 0.5); local
2699 double rounded = std::floor(fs); local
2713 double rounded = std::ceil(fs); local
3117 float rounded = trunc(fs); local
3126 float rounded = trunc(fs); local
3140 float rounded = std::floor(fs); local
3149 float rounded = std::floor(fs); local
3162 float rounded = std::floor(fs + 0.5); local
3177 float rounded = std::floor(fs + 0.5); local
3197 float rounded = std::ceil(fs); local
3206 float rounded = std::ceil(fs); local
3237 float rounded; local
3249 float rounded; local
[all...]
H A Dsimulator-mips.h174 void set_fpu_register_invalid_result64(float original, float rounded);
175 void set_fpu_register_invalid_result(float original, float rounded);
176 void set_fpu_register_word_invalid_result(float original, float rounded);
177 void set_fpu_register_invalid_result64(double original, double rounded);
178 void set_fpu_register_invalid_result(double original, double rounded);
179 void set_fpu_register_word_invalid_result(double original, double rounded);
190 bool set_fcsr_round_error(double original, double rounded);
191 bool set_fcsr_round_error(float original, float rounded);
192 bool set_fcsr_round64_error(double original, double rounded);
193 bool set_fcsr_round64_error(float original, float rounded);
[all...]
/external/v8/src/mips64/
H A Dsimulator-mips64.cc1233 bool Simulator::set_fcsr_round_error(double original, double rounded) { argument
1238 if (!std::isfinite(original) || !std::isfinite(rounded)) {
1243 if (original != rounded) {
1247 if (rounded < DBL_MIN && rounded > -DBL_MIN && rounded != 0) {
1252 if (rounded > max_int32 || rounded < min_int32) {
1265 bool Simulator::set_fcsr_round64_error(double original, double rounded) { argument
1272 if (!std::isfinite(original) || !std::isfinite(rounded)) {
1299 set_fcsr_round_error(float original, float rounded) argument
1328 set_fpu_register_word_invalid_result(float original, float rounded) argument
1348 set_fpu_register_invalid_result(float original, float rounded) argument
1367 set_fpu_register_invalid_result64(float original, float rounded) argument
1389 set_fpu_register_word_invalid_result(double original, double rounded) argument
1409 set_fpu_register_invalid_result(double original, double rounded) argument
1429 set_fpu_register_invalid_result64(double original, double rounded) argument
1453 set_fcsr_round64_error(float original, float rounded) argument
1486 round_according_to_fcsr(double toRound, double& rounded, int32_t& rounded_int, double fs) argument
1527 round64_according_to_fcsr(double toRound, double& rounded, int64_t& rounded_int, double fs) argument
1569 round_according_to_fcsr(float toRound, float& rounded, int32_t& rounded_int, float fs) argument
1610 round64_according_to_fcsr(float toRound, float& rounded, int64_t& rounded_int, float fs) argument
2608 float rounded; local
2618 float rounded; local
2628 float rounded = trunc(fs); local
2636 float rounded = trunc(fs); local
2645 float rounded = std::floor(fs + 0.5); local
2659 float rounded = std::floor(fs + 0.5); local
2674 float rounded = floor(fs); local
2684 float rounded = std::floor(fs); local
2693 float rounded = std::ceil(fs); local
2701 float rounded = ceil(fs); local
2940 double rounded; local
2951 double rounded = std::floor(fs + 0.5); local
2965 double rounded = trunc(fs); local
2974 double rounded = std::floor(fs); local
2983 double rounded = std::ceil(fs); local
2994 double rounded; local
3004 double rounded = std::floor(fs + 0.5); local
3019 double rounded = trunc(fs); local
3028 double rounded = floor(fs); local
3037 double rounded = ceil(fs); local
[all...]
H A Dsimulator-mips64.h184 void set_fpu_register_invalid_result64(float original, float rounded);
185 void set_fpu_register_invalid_result(float original, float rounded);
186 void set_fpu_register_word_invalid_result(float original, float rounded);
187 void set_fpu_register_invalid_result64(double original, double rounded);
188 void set_fpu_register_invalid_result(double original, double rounded);
189 void set_fpu_register_word_invalid_result(double original, double rounded);
198 bool set_fcsr_round_error(double original, double rounded);
199 bool set_fcsr_round64_error(double original, double rounded);
200 bool set_fcsr_round_error(float original, float rounded);
201 bool set_fcsr_round64_error(float original, float rounded);
[all...]
/external/eigen/bench/btl/data/
H A Dmk_new_gnuplot.sh21 echo set term postscript color rounded enhanced >> $WHAT.gnuplot
24 # echo set term svg color rounded enhanced >> $WHAT.gnuplot
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
H A DLimit.java168 final BigDecimal rounded = v.setScale(ref.scale(), mode);
171 rounded.toPlainString(), minmax, ref.toPlainString());
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DClassHeaderReader.java145 int rounded = (int)(CHUNK * Math.ceil((float)amount / CHUNK));
146 bsize += read(in, b, bsize, rounded - bsize);
/external/deqp/framework/common/
H A DtcuBilinearImageCompare.cpp80 const deUint32 rounded = (sum + half) >> (NUM_SUBPIXEL_BITS*2); local
82 DE_ASSERT(de::inRange<deUint32>(rounded, 0, 0xff));
83 return (deUint8)rounded;
/external/dng_sdk/source/
H A Ddng_matrix.cpp278 real64 rounded = Round_int32 (fData [j] [k] * factor) * invFactor; local
280 error = fData [j] [k] - rounded;
282 fData [j] [k] = rounded;
/external/llvm/lib/Support/Windows/
H A DMemory.inc97 // round up to get beyond NearBlock. VirtualAlloc would have rounded down.
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfp.java914 * @return rounded value
922 * @return rounded value
930 * @return rounded value
1048 Dfp rounded;
1051 rounded = rint();
1053 if (rounded.greaterThan(newInstance(2147483647))) {
1057 if (rounded.lessThan(newInstance(-2147483648))) {
1061 for (int i = mant.length - 1; i >= mant.length - rounded.exp; i--) {
1062 result = result * RADIX + rounded.mant[i];
1065 if (rounded
[all...]
/external/libavc/common/arm/
H A Dih264_default_weighted_pred_a9q.s50 @* This function gets two ht x wd blocks, calculates their rounded-average and
224 @* This function gets two ht x wd blocks, calculates their rounded-average and
H A Dih264_weighted_pred_a9q.s66 @* number of bits to be rounded off
296 @* number of bits to be rounded off
H A Dih264_weighted_bi_pred_a9q.s72 @* number of bits to be rounded off
387 @* number of bits to be rounded off
/external/libhevc/common/arm/
H A Dihevc_inter_pred_chroma_copy.s113 sub r7,r7,r8 @check the rounded height value
H A Dihevc_inter_pred_chroma_copy_w16out.s114 sub r9,r7,r8 @check the rounded height value
/external/icu/icu4c/source/i18n/
H A Dcompactdecimalformat.cpp258 DigitList orig, rounded; local
261 _round(orig, rounded, isNegative, status);
265 double roundedDouble = rounded.getDouble();
/external/mesa3d/src/glsl/
H A Dir_constant_expression.cpp52 int rounded = IROUND(val); local
55 if (rounded % 2 != 0)
56 rounded += val > 0 ? -1 : 1;
59 return rounded;
/external/ImageMagick/www/api/
H A Dattribute.php85 <p>GetImageQuantumDepth() returns the depth of the image rounded to a legal quantum depth: 8, 16, or 32.</p>
/external/vixl/src/vixl/a64/
H A Dlogic-a64.cc3609 // Work around broken fma implementations for rounded zero results: If a is
4365 float rounded = FPRoundInt(input, rounding_mode); local
4366 if (inexact_exception && !std::isnan(input) && (input != rounded)) {
4369 dst.SetFloat<float>(i, rounded);
4375 double rounded = FPRoundInt(input, rounding_mode); local
4376 if (inexact_exception && !std::isnan(input) && (input != rounded)) {
4379 dst.SetFloat<double>(i, rounded);
/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp600 const int rounded = (q > 0.5f) ? (truncated + 1) : // Rounded up local
604 return float(rounded);
684 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer value.
1136 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer value.
1244 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer value.
1372 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer value.
1470 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer value.
1599 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(de::max(0, mantissaBits-bitsLost)); // ULP diff for rounded integer value.
/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp678 const int rounded = (q > 0.5f) ? (truncated + 1) : // Rounded up local
682 return float(rounded);
762 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer value.
1219 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer value.
1327 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer value.
1455 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer value.
1553 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer value.
1682 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(de::max(0, mantissaBits-bitsLost)); // ULP diff for rounded integer value.
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp797 const int rounded = (q > 0.5f) ? (truncated + 1) : // Rounded up local
801 return float(rounded);
878 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer value.
1444 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer value.
1567 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer value.
1710 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer value.
1823 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer value.
1967 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(de::max(0, mantissaBits-bitsLost)); // ULP diff for rounded integer value.

Completed in 544 milliseconds

12