PostgreSQL Source Code
git master
|
Go to the source code of this file.
Macros | |
#define | STRICTLY_SHORTEST 0 |
#define | RYU_32_BIT_PLATFORM |
Functions | |
static uint32 | pow5bits (const int32 e) |
static int32 | log10Pow2 (const int32 e) |
static int32 | log10Pow5 (const int32 e) |
static int | copy_special_str (char *const result, const bool sign, const bool exponent, const bool mantissa) |
static uint32 | float_to_bits (const float f) |
static uint64 | double_to_bits (const double d) |
#define RYU_32_BIT_PLATFORM |
Definition at line 49 of file ryu_common.h.
#define STRICTLY_SHORTEST 0 |
Definition at line 46 of file ryu_common.h.
|
inlinestatic |
Definition at line 95 of file ryu_common.h.
References sign.
Referenced by double_to_shortest_decimal_bufn(), and float_to_shortest_decimal_bufn().
|
inlinestatic |
Definition at line 125 of file ryu_common.h.
Referenced by double_to_shortest_decimal_bufn().
|
inlinestatic |