HomeSort by: relevance | last modified time | path
    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