Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ DoubleToInt
Function
DoubleToInt
NULLC/CodeGen_X86.cpp:1651–1654 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1649
}
1650
1651
int DoubleToInt(double a)
1652
{
1653
return (int)a;
1654
}
1655
int (*doubleToIntPtr)(double) = DoubleToInt;
1656
1657
void GenCodeCmdDtoI(VMCmd cmd)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected