OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sreal
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
sreal.h
40
class
sreal
class
43
/* Construct an uninitialized
sreal
. */
44
sreal
() : m_sig (-1), m_exp (-1) {}
function in class:sreal
46
/* Construct a
sreal
. */
47
sreal
(int64_t sig, int exp = 0)
function in class:sreal
57
static
sreal
stream_in (class lto_input_block *);
58
sreal
operator+ (const
sreal
&other) const;
59
sreal
operator- (const
sreal
&other) const
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
sreal.h
40
class
sreal
class
43
/* Construct an uninitialized
sreal
. */
44
sreal
() : m_sig (-1), m_exp (-1) {}
function in class:sreal
46
/* Construct a
sreal
. */
47
sreal
(int64_t sig, int exp = 0)
function in class:sreal
56
static
sreal
stream_in (class lto_input_block *);
57
sreal
operator+ (const
sreal
&other) const;
58
sreal
operator- (const
sreal
&other) const
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026