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

  /src/lib/libm/noieee_src/
n_gamma.c 104 #define Q6 -1.76012741431666995019222898833e-03
269 q = Q0 +z*(Q1+z*(Q2+z*(Q3+z*(Q4+z*(Q5+z*(Q6+z*(Q7+z*Q8)))))));
  /src/lib/libm/src/
b_tgamma.c 114 #define Q6 -1.76012741431666995019222898833e-03
255 q = Q0 +z*(Q1+z*(Q2+z*(Q3+z*(Q4+z*(Q5+z*(Q6+z*(Q7+z*Q8)))))));
  /src/lib/libm/ld80/
b_tgammal.c 194 #define Q6 (Q6u.extu_ld)
205 z * (Q6 + z * (Q7 + z * Q8)))))));
  /src/tests/usr.bin/xlint/lint1/
queries.c 170 Q6(int i)
172 /* expect+1: no-op cast from 'int' to 'int' [Q6] */
175 /* expect+1: no-op cast from 'int' to 'int' [Q6] */
185 /* expect+2: no-op cast from '_Bool' to '_Bool' [Q6] */
191 /* expect+2: no-op cast from 'unsigned char' to 'unsigned char' [Q6] */
196 /* expect+1: no-op cast from 'unsigned short' to 'unsigned short' [Q6] */
198 /* expect+1: no-op cast from 'unsigned char' to 'unsigned char' [Q6] */
203 /* expect+2: no-op cast from 'unsigned short' to 'unsigned short' [Q6] */
225 /* expect+2: no-op cast from 'float' to 'float' [Q6] */
230 /* expect+1: no-op cast from 'double' to 'double' [Q6] */
    [all...]

Completed in 13 milliseconds