MCPcopy 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
1651int DoubleToInt(double a)
1652{
1653 return (int)a;
1654}
1655int (*doubleToIntPtr)(double) = DoubleToInt;
1656
1657void GenCodeCmdDtoI(VMCmd cmd)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected