Home | History | Annotate | Download | only in bison

Lines Matching refs:exp

21649       int exp;
21650 double y = frexp (x, &exp);
21651 /* On machines with IEEE754 arithmetic: x = 1.11254e-308, exp = -1022.
21659 int exp;
21660 double y = frexp (x, &exp);
21667 int exp;
21668 double y = frexp (x, &exp);
21827 int exp = -9999;
21828 frexpl (x, &exp);
21829 if (exp != 5)
21839 int exp = -9999;
21840 long double y = frexpl (x, &exp);
21841 if (!(exp == 1 && y == 0.505L))
21852 int exp = -9999;
21853 frexpl (x, &exp);
21854 if (exp != i)
21868 int exp;
21869 long double y = frexpl (x, &exp);
21871 exp = -16382, y = 0.5. On Mac OS X 10.5: exp = -16384, y = 0.5. */
21872 if (exp != LDBL_MIN_EXP - 1)
21879 int exp;
21880 long double y = frexpl (x, &exp);
26855 int exp;
26856 double y = frexp (x, &exp);
26857 /* On machines with IEEE754 arithmetic: x = 1.11254e-308, exp = -1022.
26865 int exp;
26866 double y = frexp (x, &exp);
26873 int exp;
26874 double y = frexp (x, &exp);
27029 int exp = -9999;
27030 frexpl (x, &exp);
27031 if (exp != 5)
27041 int exp = -9999;
27042 long double y = frexpl (x, &exp);
27043 if (!(exp == 1 && y == 0.505L))
27054 int exp = -9999;
27055 frexpl (x, &exp);
27056 if (exp != i)
27070 int exp;
27071 long double y = frexpl (x, &exp);
27073 exp = -16382, y = 0.5. On Mac OS X 10.5: exp = -16384, y = 0.5. */
27074 if (exp != LDBL_MIN_EXP - 1)
27081 int exp;
27082 long double y = frexpl (x, &exp);