PostgreSQL Source Code git master
|
Go to the source code of this file.
Functions | |
static uint64 | umul128 (const uint64 a, const uint64 b, uint64 *const productHi) |
static uint64 | shiftright128 (const uint64 lo, const uint64 hi, const uint32 dist) |
static uint64 | div5 (const uint64 x) |
static uint64 | div10 (const uint64 x) |
static uint64 | div100 (const uint64 x) |
static uint64 | div1e8 (const uint64 x) |
Definition at line 195 of file d2s_intrinsics.h.
References x.
Referenced by to_chars(), and to_chars_df().
Definition at line 177 of file d2s_intrinsics.h.
References x.
Referenced by d2d(), and pow5Factor().
Definition at line 100 of file d2s_intrinsics.h.
References Assert().
Referenced by mulShiftAll().
Definition at line 65 of file d2s_intrinsics.h.
Referenced by mulShiftAll().