Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
ILfloat GetBigFloat() {
178
ILfloat f;
179
iread(&f, sizeof(ILfloat), 1);
180
#ifdef __LITTLE_ENDIAN__
181
iSwapFloat(&f);
182
#endif
183
return f;
184
}
185
186
ILdouble GetBigDouble() {
187
ILdouble d;
Callers
2
iGetPicHead
Function · 0.85
iLoadFitsInternal
Function · 0.85
Calls
1
iSwapFloat
Function · 0.85
Tested by
no test coverage detected