/external/quake/quake/src/WinQuake/ |
bspfile.h | 123 // 3-5 are non-axial planes snapped to the nearest
|
/external/webkit/WebCore/css/ |
CSSPropertyNames.in | 229 -webkit-match-nearest-mail-blockquote-color
|
/external/webkit/WebCore/platform/graphics/win/ |
WKCACFLayer.h | 54 enum FilterType { Linear, Nearest, Trilinear, Lanczos };
|
/external/webkit/WebCore/rendering/ |
HitTestResult.cpp | 172 // Find the title in the nearest enclosing DOM node.
|
/frameworks/base/core/java/android/view/ |
ViewParent.java | 120 * Find the nearest view in the specified direction that wants to take focus
|
/frameworks/base/core/java/android/widget/ |
AlphabetIndexer.java | 141 * @return the row index of the first occurrence, or the nearest next letter.
|
/packages/inputmethods/PinyinIME/jni/share/ |
ngram.cpp | 42 // Find the index of the code value which is nearest to the given freq
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
float.h | 128 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/ |
float.h | 125 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
float.h | 128 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/ |
float.h | 125 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/ |
float.h | 128 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/bionic/libm/src/ |
e_sqrt.c | 299 If (r=RN) then z=z+ulp ... rounded-to-nearest 351 ... set rounding mode to Round-to-nearest 377 case RN: ... round-to-nearest
|
/external/fdlibm/ |
e_sqrt.c | 303 If (r=RN) then z=z+ulp ... rounded-to-nearest 355 ... set rounding mode to Round-to-nearest 381 case RN: ... round-to-nearest
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
e_sqrt.h | 346 If (r=RN) then z=z+ulp ... rounded-to-nearest 398 ... set rounding mode to Round-to-nearest 424 case RN: ... round-to-nearest
|
SDL_sysvideo.h | 232 /* get nearest monitor's rectangle */
|
/frameworks/base/awt/java/awt/image/ |
AffineTransformOp.java | 45 * The Constant TYPE_NEAREST_NEIGHBOR indicates nearest-neighbor 97 // Nearest neighbor is default 108 // For speed use nearest neighbor
|
/frameworks/base/core/java/android/inputmethodservice/ |
Keyboard.java | 135 // Variables for pre-computing nearest keys. 144 /** Number of key widths from current touch point to search for nearest keys. */ 685 * @return the array of integer indices for the nearest keys to the given point. If the given
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
AllApps3D.java | [all...] |
/external/icu4c/i18n/ |
chnsecal.cpp | 502 * @return days after January 1, 1970 0:00 Asia/Shanghai of the nearest 520 * Return the nearest integer number of synodic months between 524 * @return the nearest integer number of months between day1 and day2
|
digitlst.h | 18 * 08/02/98 stephen Added nearest/even rounding
|
/frameworks/base/awt/java/awt/geom/ |
CubicCurve2D.java | 820 * of curve's two control points. The two new control points (nearest the 841 * (nearest the new endpoint) are computed by averaging the original control 889 * (nearest the new endpoint) are computed by averaging the original control [all...] |
/external/jpeg/ |
jcdctmgr.c | 325 /* Round to nearest integer.
|
/external/qemu/ |
dcache.c | 54 // Returns the log2 of "num" rounded up to the nearest integer.
|
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/ |
SDL_pgvideo.c | 175 * Round up to the nearest Bytes per pixel
|