Home
last modified time | relevance | path

Searched refs:fract (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dnoise.inl15 tvec3<T, P> pXYZ = floor(fract(tvec3<T, P>(j) * tvec3<T, P>(ip)) * T(7)) * ip[2] - T(1);
28 …tvec4<T, P> Pf = glm::fract(tvec4<T, P>(Position.x, Position.y, Position.x, Position.y)) - tvec4<T…
37 tvec4<T, P> gx = static_cast<T>(2) * glm::fract(i / T(41)) - T(1);
72 tvec3<T, P> Pf0 = fract(Position); // Fractional part for interpolation
84 tvec4<T, P> gy0 = fract(floor(gx0) * T(1.0 / 7.0)) - T(0.5);
85 gx0 = fract(gx0);
92 tvec4<T, P> gy1 = fract(floor(gx1) * T(1.0 / 7.0)) - T(0.5);
93 gx1 = fract(gx1);
143 tvec3<T, P> Pf0 = fract(P); // Fractional part for interpolation
155 tvec4<T, P> gy0 = fract(floor(gx0) / T(7)) - T(0.5);
[all …]
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dwrap.inl21 return glm::fract(Texcoord);
33 return glm::fract(glm::abs(Texcoord));
Dsimd_vec4.hpp201 detail::fvec4SIMD fract(detail::fvec4SIMD const & x);
Dsimd_vec4.inl349 GLM_FUNC_QUALIFIER detail::fvec4SIMD fract function
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_common.hpp105 GLM_FUNC_DECL genType fract(genType x);
108 GLM_FUNC_DECL vecType<T, P> fract(vecType<T, P> const & x);
Dfunc_common.inl384 genType FractionalPart = fract(x);
424 // fract
426 GLM_FUNC_QUALIFIER genType fract(genType x) function
428 return fract(tvec1<genType>(x)).x;
432 GLM_FUNC_QUALIFIER vecType<T, P> fract(vecType<T, P> const & x) function
434 GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'fract' only accept floating-point inputs");
/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper.cpp446 inline int64_t FractToNs(const v4l2_fract& fract) { in FractToNs() argument
447 return (1000000000LL * fract.numerator) / fract.denominator; in FractToNs()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc2404 | code:fract