MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / inf_clear_intbit

Function inf_clear_intbit

src/softfloat/softfloat.h:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 return status->floatx80_special_flags & addsub_swap_inf;
319}
320static inline int8_t inf_clear_intbit(float_status *status)
321{
322 return status->floatx80_special_flags & infinity_clear_intbit;
323}
324
325/*----------------------------------------------------------------------------
326 | The pattern for a default generated single-precision NaN.

Callers 11

softfloat.cppFile · 0.85
addFloatx80SigsFunction · 0.85
subFloatx80SigsFunction · 0.85
floatx80_mulFunction · 0.85
floatx80_sglmulFunction · 0.85
floatx80_divFunction · 0.85
floatx80_sgldivFunction · 0.85
floatx80_sqrtFunction · 0.85
floatx80_absFunction · 0.85
floatx80_negFunction · 0.85
floatx80_moveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected