HomeSort by relevance Sort by last modified time
    Searched refs:nlerp (Results 1 - 3 of 3) sorted by null

  /external/eigen/bench/
quat_slerp.cpp 11 EIGEN_DONT_INLINE Q nlerp(const Q& a, const Q& b, typename Q::Scalar t) function
163 cout << "double=>float=>double nlerp eigen legacy(snap) legacy(nlerp) rightway gael's criteria\n";
191 c[0] = nlerp(a,b,t);
240 BENCH(nlerp);
  /frameworks/native/libs/math/include/math/
TQuatHelpers.h 265 constexpr QUATERNION<T> PURE nlerp(const QUATERNION<T>& p, const QUATERNION<T>& q, T t) { function in class:android::details::TQuatFunctions
  /frameworks/native/libs/math/tests/
quat_test.cpp 267 qs = nlerp(qa, qb, 0.5);

Completed in 81 milliseconds