Home
last modified time | relevance | path

Searched defs:n (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DMemoryOutStream.cpp34 std::ostream& operator<<(std::ostream& stream, __int64 const n) in operator <<()
39 std::ostream& operator<<(std::ostream& stream, unsigned __int64 const n) in operator <<()
72 int RoundUpToMultipleOfPow2Number (int n, int pow2Number) in RoundUpToMultipleOfPow2Number()
120 MemoryOutStream& MemoryOutStream::operator <<(int const n) in operator <<()
126 MemoryOutStream& MemoryOutStream::operator <<(long const n) in operator <<()
132 MemoryOutStream& MemoryOutStream::operator <<(unsigned long const n) in operator <<()
139 MemoryOutStream& MemoryOutStream::operator <<(__int64 const n) in operator <<()
154 MemoryOutStream& MemoryOutStream::operator <<(unsigned __int64 const n) in operator <<()
/TaskScheduler/ThirdParty/Squish/
H A Dmaths.cpp37 Sym3x3 ComputeWeightedCovariance( int n, Vec3 const* points, float const* weights ) in ComputeWeightedCovariance()