MCPcopy Create free account
hub / github.com/NVIDIA/cuda-samples / iDivUp

Function iDivUp

cpp/5_Domain_Specific/volumeRender/volumeRender.cpp:369–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369int iDivUp(int a, int b) { return (a % b != 0) ? (a / b + 1) : (a / b); }
370
371void reshape(int w, int h)
372{

Callers 2

reshapeFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected