OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Q3
(Results
1 - 14
of
14
) 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/external/gpl3/gcc/dist/libquadmath/math/
expm1q.c
72
Q3
= -2.019684072836541751428967854947019415698E7Q,
145
+ Q6) * x + Q5) * x + Q4) * x +
Q3
) * x + Q2) * x + Q1) * x + Q0;
log1pq.c
85
Q3
= 1.347518538384329112529391120390701166528E6Q,
243
+
Q3
) * x
acosq.c
113
Q3
= 1.443958741356995763628660823395334281596E2Q,
226
+
Q3
) * t
/src/external/gpl3/gcc.old/dist/libquadmath/math/
expm1q.c
72
Q3
= -2.019684072836541751428967854947019415698E7Q,
145
+ Q6) * x + Q5) * x + Q4) * x +
Q3
) * x + Q2) * x + Q1) * x + Q0;
log1pq.c
85
Q3
= 1.347518538384329112529391120390701166528E6Q,
243
+
Q3
) * x
acosq.c
113
Q3
= 1.443958741356995763628660823395334281596E2Q,
226
+
Q3
) * t
/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/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_div_macros.h
163
UINT64
Q3
, carry64;
206
Q3
= (UINT64) lq;
208
if (
Q3
) {
209
Q3
--;
210
__mul_64x128_short (CQ3Y,
Q3
, CY);
216
Q3
++;
221
Q3
++;
227
// add
Q3
to Q2
228
__add_carry_out (CQ2.w[0], carry64,
Q3
, CQ2.w[0]);
242
Q3
= 1 + (UINT64) lq
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_div_macros.h
163
UINT64
Q3
, carry64;
206
Q3
= (UINT64) lq;
208
if (
Q3
) {
209
Q3
--;
210
__mul_64x128_short (CQ3Y,
Q3
, CY);
216
Q3
++;
221
Q3
++;
227
// add
Q3
to Q2
228
__add_carry_out (CQ2.w[0], carry64,
Q3
, CQ2.w[0]);
242
Q3
= 1 + (UINT64) lq
[
all
...]
/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
...]
/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 +
Completed in 33 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026