Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ doodle
Function
doodle
tutorials/host_device_memory/host_device_memory_device.cpp:368–374 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
366
}
367
368
static inline uint32_t doodle(uint32_t x)
369
{
370
x ^= x << 13;
371
x ^= x >> 17;
372
x ^= x << 5;
373
return x;
374
}
375
376
static inline float doodlef(uint32_t x)
377
{
Callers
2
doodlef
Function · 0.85
renderPixelStandard
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected