Home
last modified time | relevance | path

Searched refs:rep (Results 1 – 10 of 10) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/testing/
DTestClock.h25 using rep = double;
27 using duration = std::chrono::duration<rep, period>;
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dnoise.hpp49 vecType<T, P> const & rep);
Dnoise.inl346 GLM_FUNC_QUALIFIER T perlin(tvec2<T, P> const & Position, tvec2<T, P> const & rep) argument
350 Pi = mod(Pi, tvec4<T, P>(rep.x, rep.y, rep.x, rep.y)); // To create noise with explicit period
388 GLM_FUNC_QUALIFIER T perlin(tvec3<T, P> const & Position, tvec3<T, P> const & rep) argument
390 tvec3<T, P> Pi0 = mod(floor(Position), rep); // Integer part, modulo period
391 tvec3<T, P> Pi1 = mod(Pi0 + tvec3<T, P>(T(1)), rep); // Integer part + 1, mod period
459 GLM_FUNC_QUALIFIER T perlin(tvec4<T, P> const & Position, tvec4<T, P> const & rep) argument
461 tvec4<T, P> Pi0 = mod(floor(Position), rep); // Integer part modulo rep
462 tvec4<T, P> Pi1 = mod(Pi0 + T(1), rep); // Integer part + 1 mod rep
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DConversions.cpp46 using CommonType = std::common_type_t<std::chrono::nanoseconds::rep, uint64_t>; in makeNanosFromUint64()
48 return std::chrono::nanoseconds{static_cast<std::chrono::nanoseconds::rep>(count)}; in makeNanosFromUint64()
56 using CommonType = std::common_type_t<std::chrono::nanoseconds::rep, uint64_t>; in makeUint64FromNanos()
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_fxt1.c341 int32_t i, j, k, rep; in fxt1_lloyd() local
344 for (rep = 0; rep < LL_N_REP; rep++) { in fxt1_lloyd()
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DConversions.cpp781 constexpr std::chrono::nanoseconds::rep kIntMax = std::numeric_limits<int64_t>::max(); in unvalidatedConvert()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
D802.11.h584 } BWL_POST_PACKED_STRUCT rep; member
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dwlioctl.h817 wl_rm_rep_elt_t rep[1]; /* variable length block of reports */ member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfragops.adoc40 . <<fragops-rep-frag-test, Representative fragment test>>
2047 [[fragops-rep-frag-test]]
Dfeatures.adoc2434 See <<fragops-rep-frag-test, Representative Fragment Test>>.