HomeSort by relevance Sort by last modified time
    Searched full:nearest (Results 226 - 250 of 1437) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmUtil.java 81 * Returns a next alarm time (nearest day) Calendar instance with the hour and the minute.
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmUtil.java 81 * Returns a next alarm time (nearest day) Calendar instance with the hour and the minute.
  /development/ndk/platforms/android-21/arch-arm64/include/machine/
fenv.h 38 * * 00 - Round to Nearest (RN) mode;
  /development/ndk/platforms/android-21/arch-mips/include/machine/
fenv.h 65 * 00 - rounding to nearest (RN)
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
fenv.h 65 * 00 - rounding to nearest (RN)
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
AlarmUtil.java 81 * Returns a next alarm time (nearest day) Calendar instance with the hour and the minute.
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
create_version.py 62 """Get the nearest common ancestor of the given branches."""
  /external/deqp/doc/testspecs/GLES2/
functional.texture.teximage.txt 52 resulting images are compared against the reference. Nearest-neighbor -filtering
  /external/deqp/doc/testspecs/GLES3/
functional.fbo.blit.txt 28 - Nearest and linear filtering
functional.texture.shadow.txt 41 In tests where filtering mode is not NEAREST or NEAREST_MIPMAP_NEAREST
  /external/deqp/framework/common/
tcuTexVerifierUtil.hpp 86 return isLinearFilter(mode) ? Sampler::LINEAR : Sampler::NEAREST;
  /external/fdlibm/
e_log10.c 29 * mode must set to Round-to-Nearest.
  /external/google-breakpad/src/processor/
static_range_map.h 62 // If no range encompasses the supplied address, locates the nearest range
  /external/guice/core/src/com/google/inject/internal/util/
SourceProvider.java 78 * Returns the calling line of code. The selected line is the nearest to the top of the stack that
  /external/jemalloc/src/
base.c 87 * Round size up to nearest multiple of the cacheline size, so that
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/environment/
DirectionalShadowLight.java 51 textureDesc.minFilter = textureDesc.magFilter = Texture.TextureFilter.Nearest;
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
Select.java 22 * whole array. Typical applications include finding the nearest enemy unit(s), and other operations which are likely to run as
  /external/libjpeg-turbo/
jdsample.c 330 /* inptr0 points to nearest input row, inptr1 points to next nearest */
332 if (v == 0) /* next nearest is row above */
334 else /* next nearest is row below */
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcTargetSupport.h 90 /// the nearest page size.
  /external/mesa3d/src/mesa/main/
texobj.h 101 /* If the format is integer, only nearest filtering is allowed */
  /external/opencv3/doc/tutorials/imgproc/imgtrans/distance_transformation/
distance_transform.markdown 10 - Use the OpenCV function @ref cv::distanceTransform in order to obtain the derived representation of a binary image, where the value of each pixel is replaced by its distance to the nearest background pixel
  /external/opencv3/modules/flann/include/opencv2/flann/
defines.h 80 /* Nearest neighbour index algorithms */
  /external/opencv3/samples/cpp/tutorial_code/xfeatures2D/
LATCH_match.cpp 20 const float nn_match_ratio = 0.8f; // Nearest neighbor matching ratio
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdsample.c 361 /* inptr0 points to nearest input row, inptr1 points to next nearest */
363 if (v == 0) /* next nearest is row above */
365 else /* next nearest is row below */
  /frameworks/base/libs/hwui/
RenderBuffer.h 119 // Round to the nearest byte

Completed in 585 milliseconds

1 2 3 4 5 6 7 8 91011>>