HomeSort by relevance Sort by last modified time
    Searched full:nearest (Results 151 - 175 of 983) sorted by null

1 2 3 4 5 67 8 91011>>

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypot.c 20 * If (assume round-to-nearest) z=x*x+y*y
28 * (if possible, set rounding to round-to-nearest)
e_rem_pio2f.c 58 /* Use a specialized rint() to get fn. Assume round-to-nearest. */
  /external/clang/include/clang/Basic/
ABI.h 44 /// nearest virtual base.
110 /// nearest virtual base.
  /external/compiler-rt/lib/builtins/
fp_mul_impl.inc 11 // rounding (to nearest, ties to even).
112 // default IEEE-754 round-to-nearest, ties-to-even rounding mode.
  /external/deqp/doc/testspecs/GLES31/
functional.texture.border_clamp.txt 29 + Nearest and linear samping. Sampling with texture gather.
50 tested with power-of-two and non-power-of-two texture sizes using NEAREST and
  /external/fdlibm/
e_hypot.c 17 * If (assume round-to-nearest) z=x*x+y*y
25 * (if possible, set rounding to round-to-nearest)
e_log10.c 29 * mode must set to Round-to-Nearest.
  /external/tcpdump/
print-ipx.c 148 (void)printf("ipx-sap-nearest-req");
159 (void)printf("ipx-sap-nearest-resp");
  /frameworks/base/core/java/android/hardware/camera2/utils/
ParamsUtils.java 54 * each corner (left, top, right, bottom) rounded towards the nearest integer bounding box.
75 * a new rectangle, with each corner (left, top, right, bottom) rounded towards the nearest
  /frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
SampleRSActivity.java 129 // Wrap Nearest
135 // Clamp Nearest
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
PssmShadowRenderer.java 76 * Shadows are not filtered. Nearest sample is used, causing in blocky
79 Nearest,
235 shadowMap.setMagFilter(MagFilter.Nearest);
263 shadowMap.setMagFilter(MagFilter.Nearest);
268 shadowMap.setMagFilter(MagFilter.Nearest);
  /external/llvm/lib/Analysis/
LoopInfo.cpp 426 // Map unloop's immediate subloops to their nearest reachable parents. Nested
428 // subloop's new parent will be the nearest loop reachable from either its own
456 // propagating the nearest loop from sucessors to predecessors.
483 // Iterate over the postorder list of blocks, propagating the nearest loop
539 /// getNearestLoop - Return the nearest parent loop among this block's
541 /// the nearest parent of the subloop's exits.
558 // Get the current nearest parent of the Subloop exits, initially Unloop.
587 // Get the current nearest parent of the Subloop's exits.
598 // Remember the nearest parent loop among successors or subloop exits.
  /external/deqp/modules/gles3/functional/
es3fTextureSwizzleTests.cpp 157 renderParams.sampler = tcu::Sampler(tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::NEAREST, tcu::Sampler::NEAREST);
173 // Setup nearest neighbor filtering and clamp-to-edge.
  /external/jmonkeyengine/engine/src/android/jme3tools/android/
Fixed.java 391 * Returns the nearest int to a fixed point value. Equivalent to <code>
399 * Returns the nearest int rounded down from a fixed point value.
407 * Returns the nearest int rounded up from a fixed point value.
  /bionic/libm/include/arm64/machine/
fenv.h 38 * * 00 - Round to Nearest (RN) mode;
  /bionic/libm/include/mips/machine/
fenv.h 65 * 00 - rounding to nearest (RN)
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/
Test_opc_throw.java 70 * @title Nearest matching catch must be executed in case of exception
  /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)
  /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/google-breakpad/src/processor/
static_range_map.h 62 // If no range encompasses the supplied address, locates the nearest range

Completed in 740 milliseconds

1 2 3 4 5 67 8 91011>>