Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PixarAnimationStudios/OpenUSD
/ abs
Function
abs
pxr/external/boost/python/test/operators.cpp:57–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
bool operator<(int x, X const& y) { return x < y.value(); }
56
57
X abs(X x) { return X(x.value() < 0 ? -x.value() : x.value()); }
58
59
X pow(X x, int y)
60
{
Callers
15
_convertRetCode
Function · 0.85
CheckMassAPI
Function · 0.85
filter_mask2
Function · 0.85
filter_mask
Function · 0.85
filter_mask3_chroma
Function · 0.85
flat_mask3_chroma
Function · 0.85
flat_mask4
Function · 0.85
hev_mask
Function · 0.85
highbd_filter_mask2
Function · 0.85
highbd_filter_mask
Function · 0.85
highbd_filter_mask3_chroma
Function · 0.85
highbd_flat_mask3_chroma
Function · 0.85
Calls
2
X
Class · 0.70
value
Method · 0.45
Tested by
no test coverage detected