Searched
full:rounding (Results
426 -
450 of
1661) sorted by null
<<11121314151617181920>>
/external/chromium_org/android_webview/browser/ |
in_process_view_renderer.h | 178 // Used to prevent rounding errors from accumulating enough to generate
|
/external/chromium_org/content/renderer/ |
cpp_bound_class_unittest.cc | 207 // to rounding, but exact powers of 2 should also be safe.
|
/external/chromium_org/gin/ |
converter.cc | 65 // the full precision of int64_t, which means some rounding might occur.
|
/external/chromium_org/media/base/ |
audio_buffer.h | 76 // duration() being off by a few microseconds due to rounding issues.
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_delay_np.c | 107 /* convert nanosecs to millisecs (rounding up) */
|
/external/chromium_org/skia/ext/ |
skia_utils_mac_unittest.mm | 89 // Be tolerant of floating point rounding and lossy color space conversions.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSCrossfadeValue.cpp | 123 // Rounding issues can cause transitions between images of equal size to return
|
CSSLengthFunctions.cpp | 53 // Don't remove the extra cast to float. It is needed for rounding on 32-bit Intel machines that use the FPU stack.
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
ComplexTextController.cpp | 631 // We special case spaces in two ways when applying word rounding. 675 // Apply rounding hacks if needed. 677 // Force characters that are used to determine word boundaries for the rounding hack 682 // Check to see if the next character is a "rounding hack character", if so, adjust the
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
TransparencyWinTest.cpp | 309 // which is 0xFFA02000 (Skia computes 0xFFA11F00 due to rounding). 428 // cw90.rotate(90); but avoids rounding errors. Rounding errors can cause 431 // antialiasing or other rounding problems since we're testing exact pixel
|
/external/chromium_org/third_party/libwebp/utils/ |
quant_levels.c | 123 // double->int rounding operation can be costly, so we do it
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDGPUInstrInfo.td | 68 // e is rounding error
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_state_vdecl.c | 70 * rounding maths more easy to follow, and to avoid int / unsigned
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
imports.h | 281 * Convert float to int by rounding to nearest integer, away from zero. 290 * Convert float to int64 by rounding to nearest integer. 299 * Convert positive float to int by rounding to nearest integer. 309 * Convert float to int using a fast method. The rounding mode may vary.
|
/external/chromium_org/third_party/ots/src/ |
ots.h | 168 // case that rounding up overflows.
|
/external/chromium_org/third_party/skia/src/core/ |
SkTileGrid.cpp | 74 // by rounding outwards to the nearest tile boundary so that the resulting tile
|
/external/chromium_org/tools/perf/metrics/ |
speedindex_unittest.py | 157 # The result might differ by 1 or more milliseconds due to rounding,
|
/external/compiler-rt/lib/ |
floatdidf.c | 17 /* Returns: convert a to a double, rounding toward even. */
|
floatundidf.c | 15 /* Returns: convert a to a double, rounding toward even. */
|
/external/compiler-rt/lib/ubsan/lit_tests/Float/ |
cast-overflow.cpp | 59 // successfully round-trip, depending on the rounding mode.
|
/external/compiler-rt/test/Unit/ |
fixdfti_test.c | 19 // Returns: convert a to a signed long long, rounding toward zero.
|
fixsfti_test.c | 19 // Returns: convert a to a signed long long, rounding toward zero.
|
fixunsdfti_test.c | 17 // Returns: convert a to a unsigned long long, rounding toward zero.
|
fixunssfti_test.c | 19 // Returns: convert a to a unsigned long long, rounding toward zero.
|
fixunstfdi_test.c | 19 // Returns: convert a to a unsigned long long, rounding toward zero.
|
Completed in 1348 milliseconds
<<11121314151617181920>>