OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shiftright128
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
d2s_intrinsics.h
39
static inline uint64_t
shiftright128
(const uint64_t lo, const uint64_t hi, const uint32_t dist) {
function
86
static inline uint64_t
shiftright128
(const uint64_t lo, const uint64_t hi, const uint32_t dist) {
288
return
shiftright128
(sum, high1, j - 64);
310
return
shiftright128
(sum, high1, j - 64);
327
*vp =
shiftright128
(mid2, hi2, (uint32_t) (j - 64 - 1));
333
*vm =
shiftright128
(mid3, hi3, (uint32_t) (j - 64 - 1));
341
*vm =
shiftright128
(mid4, hi4, (uint32_t) (j - 64));
344
return
shiftright128
(mid, hi, (uint32_t) (j - 64 - 1));
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/
d2s_intrinsics.h
39
static inline uint64_t
shiftright128
(const uint64_t lo, const uint64_t hi, const uint32_t dist) {
function
86
static inline uint64_t
shiftright128
(const uint64_t lo, const uint64_t hi, const uint32_t dist) {
288
return
shiftright128
(sum, high1, j - 64);
310
return
shiftright128
(sum, high1, j - 64);
327
*vp =
shiftright128
(mid2, hi2, (uint32_t) (j - 64 - 1));
333
*vm =
shiftright128
(mid3, hi3, (uint32_t) (j - 64 - 1));
341
*vm =
shiftright128
(mid4, hi4, (uint32_t) (j - 64));
344
return
shiftright128
(mid, hi, (uint32_t) (j - 64 - 1));
/src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid128.c
754
// exp (k) =
shiftright128
[k - 1] + 128
861
//
shiftright128
[] contains the right shift count to obtain C2* from the top
863
int
shiftright128
[] = {
variable
1044
// exp (k) =
shiftright128
[k - 1] + 128
1093
// exp (k) =
shiftright128
[k - 1] + 128
1294
// exp (k) =
shiftright128
[k - 1] + 128
bid_conf.h
135
#define
shiftright128
__bid_shiftright128
macro
/src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid128.c
754
// exp (k) =
shiftright128
[k - 1] + 128
861
//
shiftright128
[] contains the right shift count to obtain C2* from the top
863
int
shiftright128
[] = {
variable
1044
// exp (k) =
shiftright128
[k - 1] + 128
1093
// exp (k) =
shiftright128
[k - 1] + 128
1294
// exp (k) =
shiftright128
[k - 1] + 128
bid_conf.h
135
#define
shiftright128
__bid_shiftright128
macro
Completed in 42 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026