Searched refs:rep (Results 1 – 10 of 10) sorted by relevance
/hardware/google/aemu/base/include/aemu/base/testing/ |
D | TestClock.h | 25 using rep = double; 27 using duration = std::chrono::duration<rep, period>;
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | noise.hpp | 49 vecType<T, P> const & rep);
|
D | noise.inl | 346 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/ |
D | Conversions.cpp | 46 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/ |
D | u_format_fxt1.c | 341 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/ |
D | Conversions.cpp | 781 constexpr std::chrono::nanoseconds::rep kIntMax = std::numeric_limits<int64_t>::max(); in unvalidatedConvert()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | 802.11.h | 584 } BWL_POST_PACKED_STRUCT rep; member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | wlioctl.h | 817 wl_rm_rep_elt_t rep[1]; /* variable length block of reports */ member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fragops.adoc | 40 . <<fragops-rep-frag-test, Representative fragment test>> 2047 [[fragops-rep-frag-test]]
|
D | features.adoc | 2434 See <<fragops-rep-frag-test, Representative Fragment Test>>.
|