Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ sqr
Function
sqr
Source/Tools/ImageCompare/ImageCompare.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
43
template<typename T>
44
T sqr(T x)
45
{
46
return x * x;
47
}
48
49
template<typename T>
50
T lerp(T a, T b, T t)
Callers
3
operator()
Method · 0.85
operator()
Method · 0.85
operator()
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected