OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:double_int
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
double-int.h
36
You may also represent with numbers in smaller precision using
double_int
.
44
??? The components of
double_int
differ in signedness mostly for
49
struct
double_int
struct
54
and we certainly want
double_int
to be a POD.
58
static
double_int
from_uhwi (unsigned HOST_WIDE_INT cst);
59
static
double_int
from_shwi (HOST_WIDE_INT cst);
60
static
double_int
from_pair (HOST_WIDE_INT high, unsigned HOST_WIDE_INT low);
64
static
double_int
from_buffer (const unsigned char *buffer, int len);
70
static
double_int
mask (unsigned prec);
71
static
double_int
max_value (unsigned int prec, bool uns)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
double-int.h
36
You may also represent with numbers in smaller precision using
double_int
.
44
??? The components of
double_int
differ in signedness mostly for
49
struct
double_int
struct
54
and we certainly want
double_int
to be a POD.
58
static
double_int
from_uhwi (unsigned HOST_WIDE_INT cst);
59
static
double_int
from_shwi (HOST_WIDE_INT cst);
60
static
double_int
from_pair (HOST_WIDE_INT high, unsigned HOST_WIDE_INT low);
64
static
double_int
from_buffer (const unsigned char *buffer, int len);
70
static
double_int
mask (unsigned prec);
71
static
double_int
max_value (unsigned int prec, bool uns)
[
all
...]
Completed in 15 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026