Home
last modified time | relevance | path

Searched refs:rounded (Results 1 – 25 of 91) 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.cc1247 float rounded) { in set_fpu_register_word_invalid_result() argument
1253 } else if (rounded > max_int32) { in set_fpu_register_word_invalid_result()
1255 } else if (rounded < min_int32) { in set_fpu_register_word_invalid_result()
1266 void Simulator::set_fpu_register_invalid_result(float original, float rounded) { in set_fpu_register_invalid_result() argument
1272 } else if (rounded > max_int32) { in set_fpu_register_invalid_result()
1274 } else if (rounded < min_int32) { in set_fpu_register_invalid_result()
1286 float rounded) { in set_fpu_register_invalid_result64() argument
1294 } else if (rounded >= max_int64) { in set_fpu_register_invalid_result64()
1296 } else if (rounded < min_int64) { in set_fpu_register_invalid_result64()
1308 double rounded) { in set_fpu_register_word_invalid_result() argument
[all …]
Dsimulator-mips.h207 void set_fpu_register_invalid_result64(float original, float rounded);
208 void set_fpu_register_invalid_result(float original, float rounded);
209 void set_fpu_register_word_invalid_result(float original, float rounded);
210 void set_fpu_register_invalid_result64(double original, double rounded);
211 void set_fpu_register_invalid_result(double original, double rounded);
212 void set_fpu_register_word_invalid_result(double original, double rounded);
223 bool set_fcsr_round_error(double original, double rounded);
224 bool set_fcsr_round_error(float original, float rounded);
225 bool set_fcsr_round64_error(double original, double rounded);
226 bool set_fcsr_round64_error(float original, float rounded);
[all …]
/external/v8/src/mips64/
Dsimulator-mips64.cc1175 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() argument
1180 if (!std::isfinite(original) || !std::isfinite(rounded)) { in set_fcsr_round_error()
1185 if (original != rounded) { in set_fcsr_round_error()
1189 if (rounded < DBL_MIN && rounded > -DBL_MIN && rounded != 0) { in set_fcsr_round_error()
1194 if (rounded > max_int32 || rounded < min_int32) { in set_fcsr_round_error()
1207 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error() argument
1214 if (!std::isfinite(original) || !std::isfinite(rounded)) { in set_fcsr_round64_error()
1219 if (original != rounded) { in set_fcsr_round64_error()
1223 if (rounded < DBL_MIN && rounded > -DBL_MIN && rounded != 0) { in set_fcsr_round64_error()
1228 if (rounded >= max_int64 || rounded < min_int64) { in set_fcsr_round64_error()
[all …]
Dsimulator-mips64.h217 void set_fpu_register_invalid_result64(float original, float rounded);
218 void set_fpu_register_invalid_result(float original, float rounded);
219 void set_fpu_register_word_invalid_result(float original, float rounded);
220 void set_fpu_register_invalid_result64(double original, double rounded);
221 void set_fpu_register_invalid_result(double original, double rounded);
222 void set_fpu_register_word_invalid_result(double original, double rounded);
231 bool set_fcsr_round_error(double original, double rounded);
232 bool set_fcsr_round64_error(double original, double rounded);
233 bool set_fcsr_round_error(float original, float rounded);
234 bool set_fcsr_round64_error(float original, float rounded);
[all …]
/external/swiftshader/third_party/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/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/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/fmtlib/doc/bootstrap/
Dtheme.less39 ….reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners; see h…
148 // Undo rounded corners in static and fixed navbars
Dscaffolding.less86 .img-rounded {
Dinput-groups.less103 // Reset rounded corners
Dnavs.less240 // Remove the top rounded corners here since there is a hard edge above the menu
/external/icu/icu4c/source/i18n/
Dcompactdecimalformat.cpp266 DigitList orig, rounded; in format() local
269 _round(orig, rounded, isNegative, status); in format()
273 double roundedDouble = rounded.getDouble(); in format()
/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/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/libvpx/libvpx/vpx_dsp/arm/
Ddeblock_neon.c395 const int16x8_t rounded = vaddq_s16(sum_s, rv); in filter_pixels_rv() local
397 return vqshrun_n_s16(rounded, 4); in filter_pixels_rv()
/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

1234