Home
last modified time | relevance | path

Searched defs:v (Results 1 – 4 of 4) sorted by relevance

/graphics/graphics-path/src/main/cpp/math/
DTVecHelpers.h423 friend inline VECTOR<T> MATH_PURE rcp(VECTOR<T> v) { in rcp()
427 friend inline constexpr VECTOR<T> MATH_PURE abs(VECTOR<T> v) { in abs()
434 friend inline VECTOR<T> MATH_PURE floor(VECTOR<T> v) { in floor()
441 friend inline VECTOR<T> MATH_PURE ceil(VECTOR<T> v) { in ceil()
448 friend inline VECTOR<T> MATH_PURE round(VECTOR<T> v) { in round()
455 friend inline VECTOR<T> MATH_PURE inversesqrt(VECTOR<T> v) { in inversesqrt()
462 friend inline VECTOR<T> MATH_PURE sqrt(VECTOR<T> v) { in sqrt()
469 friend inline VECTOR<T> MATH_PURE cbrt(VECTOR<T> v) { in cbrt()
476 friend inline VECTOR<T> MATH_PURE exp(VECTOR<T> v) { in exp()
483 friend inline VECTOR<T> MATH_PURE pow(VECTOR<T> v, T p) { in pow()
[all …]
Dvec2.h49 T v[SIZE] MATH_CONSTEXPR_INIT; member
81 constexpr TVec2(const TVec2<A>& v) noexcept : v{ T(v[0]), T(v[1]) } {} in TVec2()
86 arithmetic_result_t<T, U> cross(const TVec2& u, const TVec2<U>& v) noexcept { in cross()
/graphics/graphics-path/src/main/cpp/
DConic.cpp40 constexpr Point toPoint(const float2& v) noexcept { in toPoint()
44 constexpr float2 fromPoint(const Point& v) noexcept { in fromPoint()
Dscalar.h36 static inline bool isFinite(float v) noexcept { in isFinite()