OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Q1
(Results
1 - 19
of
19
) 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
45
* where
Q1
= -1.6666666666666567384E-2,
50
* (where z=r*r, and the values of
Q1
to Q5 are listed below)
53
* | 1.0+
Q1
*z+...+Q5*z - R1(z) | <= 2
125
Q1
= -3.33333333333331316428e-02, /* BFA11111 111110F4 */
189
r1 = one+hxs*(
Q1
+hxs*(Q2+hxs*(Q3+hxs*(Q4+hxs*Q5))));
s_expm1f.c
33
Q1
= -3.3333335072e-02, /* 0xbd088889 */
94
r1 = one+hxs*(
Q1
+hxs*(Q2+hxs*(Q3+hxs*(Q4+hxs*Q5))));
b_tgamma.c
109
#define
Q1
1.06258521948016171343454061571e+00
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
70
Q1
= -7.848989743695296475743081255027098295771E8Q,
145
+ Q6) * x + Q5) * x + Q4) * x + Q3) * x + Q2) * x +
Q1
) * x + Q0;
log1pq.c
87
Q1
= 2.626900195321832660448791748036714883242E5Q,
245
+
Q1
) * x
acosq.c
111
Q1
= 2.614577866876185080678907676023269360520E1Q,
228
+
Q1
) * t
/src/external/gpl3/gcc.old/dist/libquadmath/math/
expm1q.c
70
Q1
= -7.848989743695296475743081255027098295771E8Q,
145
+ Q6) * x + Q5) * x + Q4) * x + Q3) * x + Q2) * x +
Q1
) * x + Q0;
log1pq.c
87
Q1
= 2.626900195321832660448791748036714883242E5Q,
245
+
Q1
) * x
acosq.c
111
Q1
= 2.614577866876185080678907676023269360520E1Q,
228
+
Q1
) * t
/src/lib/libm/noieee_src/
n_gamma.c
99
#define
Q1
1.06258521948016171343454061571e+00
269
q = Q0 +z*(
Q1
+z*(Q2+z*(Q3+z*(Q4+z*(Q5+z*(Q6+z*(Q7+z*Q8)))))));
/src/tests/usr.bin/xlint/lint1/
d_c99_bool_strict.c
160
Q1
= (13 > 12) ? 100 : 101,
queries.c
82
Q1
(double dbl)
84
/* expect+1: implicit conversion from floating point 'double' to integer 'int' [
Q1
] */
370
/* expect+1: implicit conversion from floating point 'double' to integer 'int' [
Q1
] */
374
/* expect+1: implicit conversion from floating point 'double' to integer 'int' [
Q1
] */
/src/lib/libm/ld80/
b_tgammal.c
189
#define
Q1
(Q1u.extu_ld)
204
q = 1 + z * (
Q1
+ z * (Q2 + z * (Q3 + z * (Q4 + z * (Q5 +
/src/crypto/external/bsd/openssl.old/dist/test/
ectest.c
2158
EC_POINT *G2 = NULL, *
Q1
= NULL, *Q2 = NULL;
2185
|| !TEST_ptr(
Q1
= EC_POINT_new(group))
2186
/*
Q1
:= kG */
2187
|| !TEST_true(EC_POINT_mul(group,
Q1
, k, NULL, NULL, ctx))
2189
|| !TEST_int_eq(EC_POINT_point2oct(group,
Q1
,
2193
|| !TEST_int_eq(EC_POINT_point2oct(group,
Q1
,
2213
/*
Q1
= kG = k/2 G2 = Q2 should hold */
2221
EC_POINT_free(
Q1
);
/src/crypto/external/apache2/openssl/dist/test/
ectest.c
3105
EC_POINT *G2 = NULL, *
Q1
= NULL, *Q2 = NULL;
3132
|| !TEST_ptr(
Q1
= EC_POINT_new(group))
3133
/*
Q1
:= kG */
3134
|| !TEST_true(EC_POINT_mul(group,
Q1
, k, NULL, NULL, ctx))
3136
|| !TEST_int_eq(EC_POINT_point2oct(group,
Q1
,
3141
|| !TEST_int_eq(EC_POINT_point2oct(group,
Q1
,
3164
/*
Q1
= kG = k/2 G2 = Q2 should hold */
3174
EC_POINT_free(
Q1
);
3194
EC_POINT *G2 = NULL, *
Q1
= NULL, *Q2 = NULL;
3285
!TEST_ptr(
Q1
= EC_POINT_new(group)
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
ectest.c
2615
EC_POINT *G2 = NULL, *
Q1
= NULL, *Q2 = NULL;
2642
|| !TEST_ptr(
Q1
= EC_POINT_new(group))
2643
/*
Q1
:= kG */
2644
|| !TEST_true(EC_POINT_mul(group,
Q1
, k, NULL, NULL, ctx))
2646
|| !TEST_int_eq(EC_POINT_point2oct(group,
Q1
,
2650
|| !TEST_int_eq(EC_POINT_point2oct(group,
Q1
,
2670
/*
Q1
= kG = k/2 G2 = Q2 should hold */
2680
EC_POINT_free(
Q1
);
2700
EC_POINT *G2 = NULL, *
Q1
= NULL, *Q2 = NULL;
2791
!TEST_ptr(
Q1
= EC_POINT_new(group)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp
2292
SDValue
Q1
= N->getOperand(Vec0Idx + 1);
2293
SrcReg = SDValue(createQRegPairNode(MVT::v4i64, Q0,
Q1
), 0);
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
19817
unsigned Rt = 0, Rt2 = 1, Q0 = 2,
Q1
= 3;
19821
Q1
= 1;
19826
constraint (inst.operands[Q0].reg != inst.operands[
Q1
].reg + 2,
19839
inst.instruction |= HI1 (inst.operands[
Q1
].reg / 32) << 23;
19842
inst.instruction |= LOW4 (inst.operands[
Q1
].reg / 32) << 13;
19843
inst.instruction |= (inst.operands[
Q1
].reg % 4) << 4;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
19820
unsigned Rt = 0, Rt2 = 1, Q0 = 2,
Q1
= 3;
19824
Q1
= 1;
19829
constraint (inst.operands[Q0].reg != inst.operands[
Q1
].reg + 2,
19842
inst.instruction |= HI1 (inst.operands[
Q1
].reg / 32) << 23;
19845
inst.instruction |= LOW4 (inst.operands[
Q1
].reg / 32) << 13;
19846
inst.instruction |= (inst.operands[
Q1
].reg % 4) << 4;
Completed in 91 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026