Searched
full:rounding (Results
326 -
350 of
1004) sorted by null
<<11121314151617181920>>
/external/compiler-rt/test/Unit/ |
fixunsxfti_test.c | 19 // Returns: convert a to a unsigned long long, rounding toward zero.
|
fixxfdi_test.c | 19 // Returns: convert a to a signed long long, rounding toward zero.
|
fixxfti_test.c | 19 // Returns: convert a to a signed long long, rounding toward zero.
|
floatdidf_test.c | 18 // Returns: convert a to a double, rounding toward even.
|
floatdixf_test.c | 18 // Returns: convert a to a long double, rounding toward even.
|
floattisf_test.c | 20 // Returns: convert a to a float, rounding toward even.
|
floatundidf_test.c | 18 // Returns: convert a to a double, rounding toward even.
|
floatundixf_test.c | 19 // Returns: convert a to a long double, rounding toward even.
|
floatuntisf_test.c | 20 // Returns: convert a to a float, rounding toward even.
|
/external/fdlibm/ |
e_hypot.c | 25 * (if possible, set rounding to round-to-nearest)
|
k_cos.c | 46 * thus, reducing the rounding error in the subtraction.
|
/external/guava/guava/src/com/google/common/math/ |
DoubleUtils.java | 149 * rounding easier, we pick out the top SIGNIFICAND_BITS + 2 bits, so we have one to help us
|
/external/icu4c/test/intltest/ |
dcfmtest.cpp | 216 "(ceiling|floor|down|up|halfeven|halfdown|halfup|default|unnecessary)\\s+" // Capture group 2: Rounding Mode 280 formatLineMat.group(2, status), // rounding mode 368 const UnicodeString &round, // rounding mode 404 errln("file dcfmtest.txt, line %d: Bad rounding mode \"%s\"",
|
/external/libvpx/vp8/encoder/arm/neon/ |
shortfdct_neon.asm | 54 ; rounding
|
/external/libvpx/vp8/encoder/x86/ |
temporal_filter_apply_sse2.asm | 49 ; calculate the rounding bit outside the loop
|
/external/valgrind/main/VEX/priv/ |
guest_generic_x87.h | 68 * Rounding following truncation could be a bit better.
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
fldcw_check.S | 136 fldcw cw # save new rounding mode
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSValue.cpp | 151 // after rounding; if the exponent is > 83 then no bits of precision can be
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/ |
15.8.2.18.js | 72 That is to say, perturbing PI/2 by this much is about the smallest rounding error possible.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/ |
shell.js | 124 // need to replace w/ IEEE standard for rounding
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/ |
jsref.js | 112 // if both objects are numbers, give a little leeway for rounding.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/ |
jsref.js | 100 // need to replace w/ IEEE standard for rounding
|
/external/webkit/Source/WebCore/dom/ |
CanvasSurface.cpp | 56 * the displayList, hence it is usually harmful to perform any pre-rounding,
|
/external/webkit/Source/WebCore/platform/ |
Length.h | 140 // Don't remove the extra cast to float. It is needed for rounding on 32-bit Intel machines that use the FPU stack.
|
/external/webkit/Source/WebCore/platform/graphics/ |
FontDescription.h | 133 // rounding, minimum font sizes, and zooming.
|
Completed in 215 milliseconds
<<11121314151617181920>>