HomeSort by: relevance | last modified time | path
    Searched defs:Paranoia (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
paranoia.cc 1 /* A C version of Kahan's Floating Point Test "Paranoia"
42 of Paranoia are being collected by Richard Karpinski at the
129 /* This version of paranoia has been modified to work with GCC's internal
719 /* Some libm routines that Paranoia expects to be available. */
939 /* Real Paranoia begins again here. We wrap the thing in a template so
950 struct Paranoia
1022 Paranoia() { memset(this, 0, sizeof (*this)); }
1027 Paranoia<FLOAT>::main()
2383 Paranoia<FLOAT>::Sign (FLOAT X)
2390 Paranoia<FLOAT>::Pause (
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc 1 /* A C version of Kahan's Floating Point Test "Paranoia"
42 of Paranoia are being collected by Richard Karpinski at the
129 /* This version of paranoia has been modified to work with GCC's internal
719 /* Some libm routines that Paranoia expects to be available. */
939 /* Real Paranoia begins again here. We wrap the thing in a template so
950 struct Paranoia
1022 Paranoia() { memset(this, 0, sizeof (*this)); }
1027 Paranoia<FLOAT>::main()
2383 Paranoia<FLOAT>::Sign (FLOAT X)
2390 Paranoia<FLOAT>::Pause (
    [all...]

Completed in 23 milliseconds