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) |
|
inlinestatic |
Definition at line 183 of file d2s_intrinsics.h.
Referenced by d2d(), shiftright128(), and to_chars().
|
inlinestatic |
Definition at line 189 of file d2s_intrinsics.h.
Referenced by d2d(), and shiftright128().
|
inlinestatic |
Definition at line 195 of file d2s_intrinsics.h.
Referenced by shiftright128(), to_chars(), and to_chars_df().
|
inlinestatic |
Definition at line 177 of file d2s_intrinsics.h.
Referenced by d2d(), pow5Factor(), and shiftright128().
|
inlinestatic |
Definition at line 100 of file d2s_intrinsics.h.
References Assert, div10(), div100(), div1e8(), div5(), and umul128().
Referenced by mulShiftAll(), and multipleOfPowerOf2().
|
inlinestatic |
Definition at line 65 of file d2s_intrinsics.h.
Referenced by mulShiftAll(), multipleOfPowerOf2(), and shiftright128().