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

<<21222324252627282930>>

  /external/vixl/src/vixl/a64/
assembler-a64.h     [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 589 tcu::Sampler::NEAREST, tcu::Sampler::NEAREST, 0.0f, false /* non-normalized */,
604 const float reference = refTexAccess.sample2DCompare(refSampler, tcu::Sampler::NEAREST, coord, (float)texNdx, 0.0f, tcu::IVec3(0));
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ChineseCalendar.java 707 * @return days after January 1, 1970 0:00 Asia/Shanghai of the nearest
719 * Return the nearest integer number of synodic months between
723 * @return the nearest integer number of months between day1 and day2
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
NumberFormat.java 591 * to the nearest integer using IEEE half-even rounding (see {@link
607 * to the nearest integer using IEEE half-even rounding (see {@link
624 * to the nearest integer using IEEE half-even rounding (see {@link
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ChineseCalendar.java 725 * @return days after January 1, 1970 0:00 Asia/Shanghai of the nearest
737 * Return the nearest integer number of synodic months between
741 * @return the nearest integer number of months between day1 and day2
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btDbvt.h 366 static DBVT_INLINE int nearest(const int* i,const btDbvt::sStkNPS* a,btScalar v,int l,int h) function in struct:btDbvt
1194 j=nearest(&stack[0],&stock[0],nes[q].value,0,stack.size());
1209 j=nearest(&stack[0],&stock[0],nes[1-q].value,j,stack.size());
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 461 * Build LLVM code for texture wrap mode for nearest filtering.
587 * Generate code to sample a mipmap level with nearest filtering.
857 * If we're using nearest miplevel sampling the '1' values will be null/unused.
    [all...]
  /external/opencv/cv/include/
cv.h 658 /* Finds the nearest to the given point vertex in subdivision. */
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 491 Description : Function finds the nearest site for top vertex
673 must be the nearest to the marked point on pEdge1
694 must be the nearest to the marked point on pEdge1
716 must be the nearest to the marked point on pEdge1
    [all...]
  /external/opencv3/3rdparty/openexr/Imath/
ImathBoxAlgo.h 484 // distant frontfacing intersection is nearer than the nearest
487 // point and the nearest backfacing ray-plane intersection is the
780 // is nearer than the nearest backfacing intersection. If the ray does
  /external/opencv3/doc/tutorials/calib3d/real_time_pose/
real_time_pose.markdown 315 descriptors, match using *two Nearest Neighbour* the extracted descriptors with the given model
337 matcher_->knnMatch(descriptors_frame, descriptors_model, matches12, 2); // return 2 nearest neighbours
340 matcher_->knnMatch(descriptors_model, descriptors_frame, matches21, 2); // return 2 nearest neighbours
    [all...]
  /external/opencv3/modules/ml/doc/
ml_intro.markdown 56 K-Nearest Neighbors {#ml_intro_knn}
60 certain number (__K__) of the nearest neighbors of the sample using voting, calculating weighted
77 nearest feature vectors from both classes (in case of 2-class classifier) is maximal. The feature
  /external/sl4a/Common/src/org/apache/commons/codec/binary/
Base64Codec.java 261 * Each line of encoded data will be at most of the given length (rounded down to nearest multiple of 4).
283 * Each line of encoded data will be at most of the given length (rounded down to nearest multiple of 4).
309 * Each line of encoded data will be at most of the given length (rounded down to nearest multiple of 4).
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Double.java 191 * <i>d</i>. Then <i>d</i> must be the {@code double} value nearest
413 * by the usual round-to-nearest rule of IEEE 754 floating-point
417 * Note that the round-to-nearest rule also implies overflow and
    [all...]
Float.java 194 * value nearest to <i>x</i>; or, if two {@code float} values are
374 * by the usual round-to-nearest rule of IEEE 754 floating-point
378 * Note that the round-to-nearest rule also implies overflow and
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
libbfd.h 528 /* Find the nearest line using .stab/.stabstr sections. */
533 /* Find the nearest line using DWARF 1 debugging information. */
549 /* Find the nearest line using DWARF 2 debugging information. */
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c 269 /* Use a specialized rint() to get fn. Assume round-to-nearest. */
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
GradientDrawableTest.java 524 // truncated, dimensions are rounded to the nearest pixel.
InsetDrawableTest.java 383 // truncated, dimensions are rounded to the nearest pixel.
VectorDrawableTest.java 454 // truncated, dimensions are rounded to the nearest pixel.
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSUtils.java 49 // Constants E, PI etc. are set to their nearest representations in Float16.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 87 // Use Nearest for performance.
  /device/google/contexthub/firmware/src/drivers/window_orientation/
window_orientation.c 505 // Find the nearest rotation.
  /external/autotest/client/site_tests/power_Thermal/
power_Thermal.py 161 The passed in float value is rounded to the nearest integer.
  /external/autotest/site_utils/bootperf-bin/
resultset.py 273 # We want to return the nearest exact integer here. round()

Completed in 1967 milliseconds

<<21222324252627282930>>