/external/fdlibm/ |
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/guava/guava/src/com/google/common/math/ |
BigIntegerMath.java | 60 * Returns the base-2 logarithm of {@code x}, rounded according to the specified rounding mode. 119 * Returns the base-10 logarithm of {@code x}, rounded according to the specified rounding mode. 175 * Returns the square root of {@code x}, rounded with the specified rounding mode. 260 * Returns the result of dividing {@code p} by {@code q}, rounding using the specified
|
/external/icu4c/i18n/unicode/ |
ucurr.h | 28 * <li>A rounding increment 179 * Returns the rounding increment for the given currency, or 0.0 if no 180 * rounding is done by the currency. 183 * @return the non-negative rounding increment, or 0.0 if none,
|
/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/llvm/lib/Target/PTX/MCTargetDesc/ |
PTXBaseInfo.h | 47 // Rounding Mode Flags
|
/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.
|
shell.js | 90 // if both objects are numbers, give a little leeway for rounding.
|
/external/webkit/Source/WebCore/rendering/svg/ |
SVGImageBufferTools.cpp | 69 // Compensate rounding effects, as the absolute target rect is using floating-point numbers and the image buffer size is integer.
|
/external/webrtc/src/common_audio/vad/ |
vad_gmm.c | 38 // 131072 = 1 in Q17, and (|std| >> 1) is for rounding instead of truncation.
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
autocorr.c | 57 L_sum = vo_L_deposit_h(16); /* sqrt(256), avoid overflow after rounding */
|
hp400.c | 81 L_tmp = 8192L; /* rounding to maximise precision */
|
hp50.c | 83 L_tmp = 8192 ; /* rounding to maximise precision */
|
hp_wsp.c | 110 L_tmp = 16384L; /* rounding to maximise precision */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastidct.cpp | 388 *blk = 0; /* for proper rounding in the fourth stage */ 448 *blk = 0; /* for proper rounding in the fourth stage */ 520 *blk = 0; /* for proper rounding in the fourth stage */ 591 blk += 8; /* for proper rounding in the fourth stage */ 647 blk += 8; /* for proper rounding in the fourth stage */ 772 *blk = 0; /* for proper rounding in the fourth stage */ 882 *blk = 0; /* for proper rounding in the fourth stage */ 938 *blk = 0;/* for proper rounding in the fourth stage */ 1006 *blk = 0; /* for proper rounding in the fourth stage */ 1248 *blk = 0; /* for proper rounding in the fourth stage * [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_BlockMatch_Half_16x16.c | 53 * rndVal - rounding control parameter: 0 - disabled; 1 - enabled.
|