Home
last modified time | relevance | path

Searched refs:rounded (Results 1 – 25 of 84) sorted by relevance

1234

/external/valgrind/none/tests/s390x/
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 d = -12345678.250 f = -12345678.000
[all …]
/external/v8/src/mips/
Dsimulator-mips.cc1305 float rounded) { in set_fpu_register_word_invalid_result() argument
1311 } else if (rounded > max_int32) { in set_fpu_register_word_invalid_result()
1313 } else if (rounded < min_int32) { in set_fpu_register_word_invalid_result()
1324 void Simulator::set_fpu_register_invalid_result(float original, float rounded) { in set_fpu_register_invalid_result() argument
1330 } else if (rounded > max_int32) { in set_fpu_register_invalid_result()
1332 } else if (rounded < min_int32) { in set_fpu_register_invalid_result()
1344 float rounded) { in set_fpu_register_invalid_result64() argument
1352 } else if (rounded >= max_int64) { in set_fpu_register_invalid_result64()
1354 } else if (rounded < min_int64) { in set_fpu_register_invalid_result64()
1366 double rounded) { in set_fpu_register_word_invalid_result() argument
[all …]
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/
Dsimulator-mips64.cc1230 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() argument
1235 if (!std::isfinite(original) || !std::isfinite(rounded)) { in set_fcsr_round_error()
1240 if (original != rounded) { in set_fcsr_round_error()
1244 if (rounded < DBL_MIN && rounded > -DBL_MIN && rounded != 0) { in set_fcsr_round_error()
1249 if (rounded > max_int32 || rounded < min_int32) { in set_fcsr_round_error()
1262 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error() argument
1269 if (!std::isfinite(original) || !std::isfinite(rounded)) { in set_fcsr_round64_error()
1274 if (original != rounded) { in set_fcsr_round64_error()
1278 if (rounded < DBL_MIN && rounded > -DBL_MIN && rounded != 0) { in set_fcsr_round64_error()
1283 if (rounded >= max_int64 || rounded < min_int64) { in set_fcsr_round64_error()
[all …]
Dsimulator-mips64.h205 void set_fpu_register_invalid_result64(float original, float rounded);
206 void set_fpu_register_invalid_result(float original, float rounded);
207 void set_fpu_register_word_invalid_result(float original, float rounded);
208 void set_fpu_register_invalid_result64(double original, double rounded);
209 void set_fpu_register_invalid_result(double original, double rounded);
210 void set_fpu_register_word_invalid_result(double original, double rounded);
219 bool set_fcsr_round_error(double original, double rounded);
220 bool set_fcsr_round64_error(double original, double rounded);
221 bool set_fcsr_round_error(float original, float rounded);
222 bool set_fcsr_round64_error(float original, float rounded);
[all …]
/external/llvm/test/CodeGen/X86/
Dalignment.ll3 ; This cannot get rounded up to the preferred alignment (16) if they have an
13 ; Common variables should not get rounded up to the preferred alignment (16) if
27 ; This cannot get rounded up to the preferred alignment (16) if they have an
36 ; Common variables should not get rounded up to the preferred alignment (16) if
/external/v8/test/mjsunit/regress/
Dregress-351624.js13 var rounded = Math.round(prod);
15 return rounded;
/external/testng/src/main/resources/
Dtestng-reports.css67 .rounded-window {
73 .rounded-window-top {
81 .light-rounded-window-top {
86 .rounded-window-bottom {
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
DClassHeaderReader.java145 int rounded = (int)(CHUNK * Math.ceil((float)amount / CHUNK)); in buffer() local
146 bsize += read(in, b, bsize, rounded - bsize); in buffer()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
DLimit.java168 final BigDecimal rounded = v.setScale(ref.scale(), mode); in message() local
171 rounded.toPlainString(), minmax, ref.toPlainString()); in message()
/external/deqp/framework/common/
DtcuBilinearImageCompare.cpp80 const deUint32 rounded = (sum + half) >> (NUM_SUBPIXEL_BITS*2); in interpolateChannel() local
82 DE_ASSERT(de::inRange<deUint32>(rounded, 0, 0xff)); in interpolateChannel()
83 return (deUint8)rounded; in interpolateChannel()
/external/eigen/bench/btl/data/
Dmk_new_gnuplot.sh21 echo set term postscript color rounded enhanced >> $WHAT.gnuplot
/external/dng_sdk/source/
Ddng_matrix.cpp278 real64 rounded = Round_int32 (fData [j] [k] * factor) * invFactor; in SafeRound() local
280 error = fData [j] [k] - rounded; in SafeRound()
282 fData [j] [k] = rounded; in SafeRound()
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java1048 Dfp rounded; in intValue() local
1051 rounded = rint(); in intValue()
1053 if (rounded.greaterThan(newInstance(2147483647))) { in intValue()
1057 if (rounded.lessThan(newInstance(-2147483648))) { in intValue()
1061 for (int i = mant.length - 1; i >= mant.length - rounded.exp; i--) { in intValue()
1062 result = result * RADIX + rounded.mant[i]; in intValue()
1065 if (rounded.sign == -1) { in intValue()
/external/llvm/test/CodeGen/SPARC/
Dvarargs.ll7 ; 128 byte save ares + 1 alloca rounded up to 16 bytes alignment.
/external/valgrind/docs/internals/
Ds390-opcodes.csv109 ldxr,"load rounded (ext. to long)","won't do","hfp instruction"
110 ledr,"load rounded (long to short)","won't do","hfp instruction"
312 ldxbr,"load rounded extended to long bfp",implemented,
313 lexbr,"load rounded extended to short bfp",implemented,
314 ledbr,"load rounded long to short bfp",implemented,
555 lexr,"load rounded extended to short hfp","won't do","hfp instruction"
726 ledtr,"load rounded long dfp",implemented
727 ldxtr,"load rounded extended dfp",implemented
935 ledbra,"load rounded short/long bfp to short/long bfp with rounding mode",implemented,
936 ldxbra,"load rounded long/extended bfp to long/extended bfp with rounding mode",implemented,
[all …]
/external/icu/icu4c/source/i18n/
Dcompactdecimalformat.cpp258 DigitList orig, rounded; in format() local
261 _round(orig, rounded, isNegative, status); in format()
265 double roundedDouble = rounded.getDouble(); in format()
/external/llvm/test/Instrumentation/MemorySanitizer/AArch64/
Dvararg.ll19 ; size (192 is total of general purpose registers size, 56, rounded to 16
/external/mesa3d/src/glsl/
Dir_constant_expression.cpp52 int rounded = IROUND(val); in round_to_even() local
55 if (rounded % 2 != 0) in round_to_even()
56 rounded += val > 0 ? -1 : 1; in round_to_even()
59 return rounded; in round_to_even()
/external/libavc/common/arm/
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
/external/llvm/test/CodeGen/SystemZ/
Dframe-18.ll6 ; We need to allocate a 4-byte spill slot, rounded to 8 bytes. The frame
/external/libhevc/common/arm/
Dihevc_inter_pred_chroma_copy.s113 sub r7,r7,r8 @check the rounded height value
/external/llvm/lib/Target/SystemZ/
DREADME.txt157 that rounded amount. It would be simpler to subtract the unrounded
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
DARDMainView.m59 // Give rounded corners and a light gray border.
/external/chromium-trace/catapult/third_party/Paste/docs/
Ddefault.css141 /* This makes the borders rounded on Mozilla, which pleases me */

1234