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

<<11121314151617181920>>

  /external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHNode.java 414 float worldSpaceDist = o.distance(contactPoint);
  /external/llvm/lib/Analysis/
LoopInfo.cpp 277 if (std::distance(succ_begin(current), succ_end(current)) <= 2) {
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 534 std::distance(PB, PE) + 1,
  /external/llvm/lib/VMCore/
Value.cpp 137 return (unsigned)std::distance(use_begin(), use_end());
  /external/openfst/src/test/
algo_test.h 620 // Check that epsilon-removal preserves the shortest-distance
793 vector<Weight> distance;
794 ShortestDistance(paths, &distance, true);
800 Weight nsum = s < distance.size() ?
801 Times(piter.Value().weight, distance[s]) : Weight::Zero();
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-parisc.pl 155 sub $inp,$out,$inp ; distance between $inp and $out
  /external/stlport/stlport/stl/debug/
_hashtable.h 286 size_type __n = _STLP_STD::distance(__p.first, __p.second);
_tree.h 277 size_type __n = _STLP_STD::distance(__p.first._M_iterator, __p.second._M_iterator);
  /external/webkit/Source/WebCore/bridge/qt/
qt_instance.cpp 326 QVariant convertValueToQVariant(ExecState*, JSValue, QMetaType::Type hint, int *distance);
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_cl.c 889 extern float __attribute__((overloadable)) distance(float lhs, float rhs) { function
892 extern float __attribute__((overloadable)) distance(float2 lhs, float2 rhs) { function
895 extern float __attribute__((overloadable)) distance(float3 lhs, float3 rhs) { function
898 extern float __attribute__((overloadable)) distance(float4 lhs, float4 rhs) { function
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 286 size_type __n = _STLP_STD::distance(__p.first, __p.second);
_tree.h 277 size_type __n = _STLP_STD::distance(__p.first._M_iterator, __p.second._M_iterator);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
sso_string_base.h 459 size_type __dnew = static_cast<size_type>(std::distance(__beg, __end));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
sso_string_base.h 465 size_type __dnew = static_cast<size_type>(std::distance(__beg, __end));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
sso_string_base.h 465 size_type __dnew = static_cast<size_type>(std::distance(__beg, __end));
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 459 size_type __dnew = static_cast<size_type>(std::distance(__beg, __end));
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 286 size_type __n = _STLP_STD::distance(__p.first, __p.second);
_tree.h 277 size_type __n = _STLP_STD::distance(__p.first._M_iterator, __p.second._M_iterator);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 459 size_type __dnew = static_cast<size_type>(std::distance(__beg, __end));
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 286 size_type __n = _STLP_STD::distance(__p.first, __p.second);
_tree.h 277 size_type __n = _STLP_STD::distance(__p.first._M_iterator, __p.second._M_iterator);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 459 size_type __dnew = static_cast<size_type>(std::distance(__beg, __end));
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 286 size_type __n = _STLP_STD::distance(__p.first, __p.second);
_tree.h 277 size_type __n = _STLP_STD::distance(__p.first._M_iterator, __p.second._M_iterator);
  /sdk/emulator/sensors/
sensors_qemu.c 362 data->sensors[ID_PROXIMITY].distance = params[0];

Completed in 970 milliseconds

<<11121314151617181920>>