MCPcopy 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
368static 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
376static inline float doodlef(uint32_t x)
377{

Callers 2

doodlefFunction · 0.85
renderPixelStandardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected