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

Function GetBigFloat

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

Source from the content-addressed store, hash-verified

175}
176
177ILfloat GetBigFloat() {
178 ILfloat f;
179 iread(&f, sizeof(ILfloat), 1);
180#ifdef __LITTLE_ENDIAN__
181 iSwapFloat(&f);
182#endif
183 return f;
184}
185
186ILdouble GetBigDouble() {
187 ILdouble d;

Callers 2

iGetPicHeadFunction · 0.85
iLoadFitsInternalFunction · 0.85

Calls 1

iSwapFloatFunction · 0.85

Tested by

no test coverage detected