/external/icu4c/i18n/unicode/ |
decimfmt.h | 180 * <td>'1' through '9' indicate rounding. 341 * indicate a rounding increment. 385 * fraction digits</em>, then rounding is performed to the 388 * by specifying a rounding increment and/or a rounding mode. 604 * <p><strong>Rounding</strong> 606 * <p>DecimalFormat supports rounding to a specific increment. For 608 * nearest 0.65 is 1.3. The rounding increment may be specified through the API 609 * or in a pattern. To specify a rounding increment in a pattern, include the 610 * increment in the pattern itself. "#,#50" specifies a rounding increment o [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
NumberPrototype.cpp | 154 // Convert to decimal with rounding, and format as decimal. 163 // be, e.g. when rounding to 3 s.f. any value up to 999 will be formated as a 190 // Convert to decimal with rounding.
|
/bionic/libm/i387/ |
e_exp.S | 56 * We may as well set the rounding mode to to-nearest and mask traps
|
/bionic/libm/man/ |
fegetenv.3 | 51 current rounding mode, and other architecture-specific settings.
|
fma.3 | 53 computed with only one rounding error.
|
rint.3 | 63 according to the prevailing rounding mode.
|
/bionic/libm/src/ |
e_log10.c | 32 * To guarantee log10(10**n)=n, where 10**n is normal, the rounding
|
e_sqrtf.c | 74 /* use floating add to find out rounding direction */
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/idiv/ |
Test_idiv.java | 34 * @title Rounding
|
/external/chromium/chrome/browser/chromeos/ |
audio_mixer_alsa.h | 72 // element. The rounding_bias is added in before rounding to the nearest
|
/external/fdlibm/ |
e_log10.c | 28 * To guarantee ieee_log10(10**n)=n, where 10**n is normal, the rounding
|
s_rint.c | 17 * rounding mode.
|
/external/freetype/include/freetype/internal/ |
ftcalc.h | 90 /* (without rounding) with maximal accuracy (it uses a 64-bit */
|
/external/icu4c/test/intltest/ |
dcfmtest.cpp | 216 "(ceiling|floor|down|up|halfeven|halfdown|halfup|default)\\s+" // Capture group 2: Rounding Mode 280 formatLineMat.group(2, status), // rounding mode 368 const UnicodeString &round, // rounding mode 402 errln("file dcfmtest.txt, line %d: Bad rounding mode \"%s\"",
|
/external/libgsm/src/ |
preprocess.c | 98 /* Compute sof[k] with rounding
|
/external/libvpx/vp8/common/arm/neon/ |
shortidct4x4llm_neon.asm | 27 ;static const int rounding = 0;
|
/external/speex/libspeex/ |
lsp_bfin.h | 50 "R4 = 8192;\n\t" /* R4: rounding constant */
|
/external/srec/srec/cfront/ |
sh_down.h | 65 /* Shift down using bit operations with rounding */
|
/external/valgrind/main/exp-bbv/tests/x86/ |
fldcw_check.S | 90 fldcw cw # save new rounding mode
|
/external/valgrind/main/include/ |
pub_tool_mallocfree.h | 47 // possibly some more due to rounding up.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/ |
jsref.js | 91 // if both objects are numbers, give a little leeway for rounding.
|
shell.js | 95 // if both objects are numbers, give a little leeway for rounding.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/ |
shell.js | 99 // if both objects are numbers, give a little leeway for rounding.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/ |
shell.js | 95 // need to replace w/ IEEE standard for rounding
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/ |
jsref.js | 89 // if both objects are numbers, give a little leeway for rounding.
|