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

Function GetBigDouble

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

Source from the content-addressed store, hash-verified

184}
185
186ILdouble GetBigDouble() {
187 ILdouble d;
188 iread(&d, sizeof(ILdouble), 1);
189#ifdef __LITTLE_ENDIAN__
190 iSwapDouble(&d);
191#endif
192 return d;
193}
194
195ILubyte SaveLittleUShort(ILushort s) {
196#ifdef __BIG_ENDIAN__

Callers 1

iLoadFitsInternalFunction · 0.85

Calls 1

iSwapDoubleFunction · 0.85

Tested by

no test coverage detected