MCPcopy Create free account
hub / github.com/WheretIB/nullc / DoubleToLong

Function DoubleToLong

NULLC/CodeGen_X86.cpp:1667–1670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1665}
1666
1667long long DoubleToLong(double a)
1668{
1669 return (long long)a;
1670}
1671long long (*doubleToLongPtr)(double) = DoubleToLong;
1672
1673void GenCodeCmdDtoL(VMCmd cmd)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected