/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_sampler_state.c | 59 * just use clamp(_to_edge) for nearest, because for nearest
|
/external/mesa3d/src/mesa/main/ |
compiler.h | 401 * round to nearest (IEEE compliant): 404 /* All exceptions masked, single precision, round to nearest:
|
/external/opencv/ml/src/ |
mlknearest.cpp | 44 * K-Nearest Neighbors Classifier * 47 // k Nearest Neighbors
|
/frameworks/base/services/java/com/android/server/location/ |
GeofenceManager.java | 255 // Keep track of the distance to the nearest fence. 301 // Compute a location update interval based on the distance to the nearest fence.
|
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
GrassRS.java | 292 samplerBuilder.setMinification(NEAREST); 293 samplerBuilder.setMagnification(NEAREST);
|
/bionic/libm/i387/ |
npx.h | 123 * round to nearest
|
/bionic/libm/include/mips/ |
fenv.h | 65 * 00 - rounding to nearest (RN)
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_remquo.c | 25 * quotient, rounded to the nearest integer. We choose n=31 because
|
s_remquof.c | 23 * quotient, rounded to the nearest integer. We choose n=31 because
|
/development/ndk/platforms/android-9/arch-mips/include/ |
fenv.h | 65 * 00 - rounding to nearest (RN)
|
/external/chromium/base/ |
shared_memory_win.cc | 89 // therefore we round the size actually created to the nearest 64K unit.
|
/external/chromium_org/chrome/browser/ui/find_bar/ |
find_tab_helper.h | 72 // Selects and zooms to the find result nearest to the point (x,y)
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/ |
ui.js | 161 * subpixel layout issues, the value is rounded to the nearest integral value.
|
/external/chromium_org/content/browser/renderer_host/input/ |
synthetic_smooth_scroll_gesture.cc | 187 // distance and round up to the nearest integer.
|
/external/chromium_org/content/browser/renderer_host/media/ |
video_capture_device_impl.h | 23 // Returns the nearest even integer closer to zero.
|
/external/chromium_org/media/audio/ |
fake_audio_consumer.cc | 154 // If we're behind, find the next nearest ontime interval.
|
/external/chromium_org/skia/ext/ |
image_operations.h | 62 // the destination pixel. For enlargement, this is nearest neighbor.
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
TimeRanges.cpp | 186 double TimeRanges::nearest(double time) const function in class:TimeRanges
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
InputType.cpp | 892 // - The value should be the larger matched value nearest to 0 if n > 0 894 // - The value should be the smaler matched value nearest to 0 if n < 0 907 // - The value should be the larger matched value nearest to 0 if n > 0 909 // - The value should be the smaler matched value nearest to 0 if n < 0
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
LayoutState.h | 135 // The offset of the start of the first page in the nearest enclosing pagination model.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGModelObject.cpp | 141 // For getCTM() computation, stop at the nearest viewport element
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGGraphicsElement.cpp | 84 // For getCTM() computation, stop at the nearest viewport element
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
AffineTransform.h | 56 // Rounds the mapped point to the nearest integer value.
|
/external/chromium_org/third_party/libwebp/utils/ |
quant_levels.c | 86 // Keep track of the nearest neighbour 'slot'
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/ |
sampler.rst | 34 nearest sampling mode.
|