HomeSort by relevance Sort by last modified time
    Searched refs:distance (Results 476 - 500 of 663) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_string.h 323 difference_type __n = _STLP_STD::distance(__f, __l);
471 size_type __n = __STATIC_CAST(size_type, _STLP_STD::distance(__first, __last));
714 size_type __n = _STLP_STD::distance(__first, __last);
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_string.h 323 difference_type __n = _STLP_STD::distance(__f, __l);
471 size_type __n = __STATIC_CAST(size_type, _STLP_STD::distance(__first, __last));
714 size_type __n = _STLP_STD::distance(__first, __last);
    [all...]
  /external/icu4c/i18n/
dtptngen.cpp 976 int32_t distance=source.getDistance(trial, includeMask, tempInfo); local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Vector3f.java 424 * <code>distanceSquared</code> calculates the distance squared between
427 * @param v the second vector to determine the distance squared.
428 * @return the distance squared between the two vectors.
438 * <code>distance</code> calculates the distance between this vector and
441 * @param v the second vector to determine the distance.
442 * @return the distance between the two vectors.
444 public float distance(Vector3f v) { method in class:Vector3f
    [all...]
Vector4f.java 356 * <code>distanceSquared</code> calculates the distance squared between
359 * @param v the second vector to determine the distance squared.
360 * @return the distance squared between the two vectors.
371 * <code>distance</code> calculates the distance between this vector and
374 * @param v the second vector to determine the distance.
375 * @return the distance between the two vectors.
377 public float distance(Vector4f v) { method in class:Vector4f
  /external/llvm/include/llvm/ADT/
DenseMap.h 61 init(NextPowerOf2(std::distance(I, E)));
ilist.h 523 return std::distance(begin(), end());
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 144 /// The default distance between instructions as returned by distance().
224 /// Return the distance from this index to the given one.
225 int distance(SlotIndex other) const { function in class:llvm::SlotIndex
418 /// Returns the distance between the highest and lowest indexes allocated
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 156 OS << " Uses(" << std::distance(V->use_begin(),V->use_end()) << "):";
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 455 NumPreds = std::distance(pred_begin(NewBB), pred_end(NewBB));
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 496 unsigned NL = std::distance(LStart, LE);
  /external/oprofile/libpp/
callgraph_container.cpp 120 i = distance(bfd.syms.begin(), it);
  /external/v8/src/ia32/
assembler-ia32.cc     [all...]
  /external/webkit/Source/WebCore/svg/
SVGAnimateElement.cpp 514 return ColorDistance(from, to).distance();
  /external/zlib/contrib/masmx86/
inffas32.asm 90 db 'invalid distance code'
95 db 'invalid distance too far back'
  /frameworks/base/services/java/com/android/server/
PowerManagerService.java 131 // trigger proximity if distance is less than 5 cm
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 158 OS << " Uses(" << std::distance(V->use_begin(),V->use_end()) << "):";
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 158 OS << " Uses(" << std::distance(V->use_begin(),V->use_end()) << "):";
  /packages/apps/Camera/src/com/android/camera/
Util.java 300 public static float distance(float x, float y, float sx, float sy) { method in class:Util
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 314 public static float distance(float x, float y, float sx, float sy) { method in class:Util
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_list.h 568 * distance(@a first,@a last)).
805 { return std::distance(begin(), end()); }
    [all...]
stl_vector.h 291 * constructor N times (where N is distance(first,last)) and do
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rc_string_base.h 553 const size_type __dnew = static_cast<size_type>(std::distance(__beg,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_vector.h 338 * constructor N times (where N is distance(first,last)) and do
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
rc_string_base.h 567 const size_type __dnew = static_cast<size_type>(std::distance(__beg,

Completed in 1453 milliseconds

<<11121314151617181920>>