Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ casting.js
File
casting.js
test/internal/casting.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ assert, skip, test, module: describe, only } = require(
'qunit'
);
2
const
{ GPU } = require(
'../../src'
);
3
4
describe(
'internal: casting'
);
Callers
nothing calls this directly
Calls
6
castingOffsetByThreadXAndOutputX
Function · 0.85
handleCastingIntsWithNativeFunctions
Function · 0.85
handleCastingFloatsWithNativeFunctions
Function · 0.85
handleCastingMixedWithNativeFunctions
Function · 0.85
handleCastingFloat
Function · 0.85
handleCastingBeforeReturn
Function · 0.85
Tested by
no test coverage detected