Home
last modified time | relevance | path

Searched refs:IO_FLAG_SHOW_BASE (Results 1 – 4 of 4) sorted by relevance

/dports/math/speedcrunch/heldercorreia-speedcrunch-c0fc9c68d292/src/math/
H A Dfloatio.h57 #define IO_FLAG_SHOW_BASE 0x200 macro
H A Dhmath.cpp790 flags += IO_FLAG_SHOW_BASE + IO_FLAG_SHOW_EXPBASE; in formatFixed()
807 flags += IO_FLAG_SHOW_BASE + IO_FLAG_SHOW_EXPBASE; in formatScientific()
823 flags += IO_FLAG_SHOW_BASE + IO_FLAG_SHOW_EXPBASE; in formatEngineering()
H A Dfloatio.c952 if ((flags & IO_FLAG_SHOW_BASE) != 0) in cattokens()
/dports/math/speedcrunch/heldercorreia-speedcrunch-c0fc9c68d292/src/tests/
H A Dtestfloatnum.c6038 IO_FLAG_SHOW_BASE + IO_FLAG_SHOW_EXPBASE + IO_FLAG_SUPPRESS_DOT in _tc_out()