OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Q3
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libm/src/
s_expm1.c
44
* R1(z) ~ 1.0 + Q1*z + Q2*z**2 +
Q3
*z**3 + Q4*z**4 + Q5*z**5
47
*
Q3
= -9.9206344733435987357E-6,
127
Q3
= -7.93650757867487942473e-05, /* BF14CE19 9EAADBB7 */
189
r1 = one+hxs*(Q1+hxs*(Q2+hxs*(
Q3
+hxs*(Q4+hxs*Q5))));
s_expm1f.c
35
Q3
= -7.9365076090e-05, /* 0xb8a670cd */
94
r1 = one+hxs*(Q1+hxs*(Q2+hxs*(
Q3
+hxs*(Q4+hxs*Q5))));
b_tgamma.c
111
#define
Q3
-1.46734131782005422506287573015e-01
255
q = Q0 +z*(Q1+z*(Q2+z*(
Q3
+z*(Q4+z*(Q5+z*(Q6+z*(Q7+z*Q8)))))));
/src/lib/libm/noieee_src/
n_gamma.c
101
#define
Q3
-1.46734131782005422506287573015e-01
269
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
191
#define
Q3
(Q3u.extu_ld)
204
q = 1 + z * (Q1 + z * (Q2 + z * (
Q3
+ z * (Q4 + z * (Q5 +
/src/tests/usr.bin/xlint/lint1/
queries.c
95
// The
Q3
query triggers so often that it also occurs outside this function.
97
Q3
(int i, unsigned u)
99
/* expect+1: implicit conversion changes sign from 'int' to 'unsigned int' [
Q3
] */
102
/* expect+1: implicit conversion changes sign from 'unsigned int' to 'int' [
Q3
] */
105
/* expect+2: implicit conversion changes sign from 'unsigned char' to 'int' [
Q3
] */
106
/* expect+1: implicit conversion changes sign from 'int promoted from unsigned char' to 'unsigned short' [
Q3
] */
108
/* expect+2: implicit conversion changes sign from 'unsigned short' to 'int' [
Q3
] */
109
/* expect+1: implicit conversion changes sign from 'int promoted from unsigned short' to 'unsigned int' [
Q3
] */
125
/* expect+1: implicit conversion changes sign from 'int' to 'unsigned int' [
Q3
] */
131
/* expect+1: implicit conversion changes sign from 'int' to 'unsigned int' [
Q3
] */
[
all
...]
Completed in 15 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025