Home
last modified time | relevance | path

Searched defs:val (Results 1 – 8 of 8) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTStaticVector.h48 inline void CopyCtor(T* element, const T & val) in CopyCtor()
53 inline void MoveCtor(T* element, T && val) in MoveCtor()
103 inline void PushBack(T && val) in PushBack()
H A DMTTools.h42 T Clamp(T val, T min, T max) in Clamp()
H A DMTConcurrentRingBuffer.h58 inline void MoveCtor(T* element, T && val) in MoveCtor()
H A DMTTaskQueue.h78 inline void CopyCtor(T* element, const T & val) in CopyCtor()
83 inline void MoveCtor(T* element, T && val) in MoveCtor()
H A DMTQueueMPMC.h67 inline void MoveCtor(T* element, T && val) in MoveCtor()
H A DMTTaskPool.h251 inline void MoveCtor(PoolItem* element, int id, T && val) in MoveCtor()
/TaskScheduler/SchedulerTests/Tests/
H A DFoundationTests.cpp114 int val; in SUITE() local
/TaskScheduler/ThirdParty/Squish/
H A Drangefit.cpp69 float val = Dot( values[i], principle ); in RangeFit() local