MCPcopy Create free account
hub / github.com/DentonW/DevIL / GetLittleDouble

Function GetLittleDouble

DevIL/src-IL/src/il_endian.cpp:132–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132ILdouble GetLittleDouble() {
133 ILdouble d;
134 iread(&d, sizeof(ILdouble), 1);
135#ifdef __BIG_ENDIAN__
136 iSwapDouble(&d);
137#endif
138 return d;
139}
140
141ILushort GetBigUShort() {
142 ILushort s;

Callers

nothing calls this directly

Calls 1

iSwapDoubleFunction · 0.85

Tested by

no test coverage detected