Home
last modified time | relevance | path

Searched +full:2 +full:p5 (Results 1 – 25 of 227) sorted by relevance

12345678910

/freebsd/bin/pwait/tests/
H A Dpwait_test.sh14 p5=$!
23 timeout --preserve-status 15 pwait $p1 $p5 $p10
33 -e inline:"kill: $p5: No such process\n" \
35 kill -0 $p5
47 kill $p1 $p5 $p10 >/dev/null 2>&1
48 wait $p1 $p5 $p10 >/dev/null 2>&1
65 timeout --preserve-status 2 pwait -t 1d $init
71 timeout --preserve-status 2 pwait -t 1d $init
77 timeout --preserve-status 2 pwait -t -1 $init
83 timeout --preserve-status 2 pwait -t 100000001 $init
[all …]
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h127 // using it, we'd have to devote O(N^2) amount of code to implement all
215 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument
217 typename p3##_type, typename p4##_type, typename p5##_type
218 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
221 typename p3##_type, typename p4##_type, typename p5##_type, \
223 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
226 typename p3##_type, typename p4##_type, typename p5##_type, \
228 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
231 typename p3##_type, typename p4##_type, typename p5##_type, \
233 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
[all …]
/freebsd/crypto/openssl/test/
H A Dparams_test.c66 char p5[256]; member
112 strcpy(obj->p5, p5_init); in init_object()
150 } else if (strcmp(params->key, "p5") == 0) { in raw_set_params()
152 * Protect obj->p5 against too much data. This should not in raw_set_params()
158 if (!TEST_size_t_lt(data_length, sizeof(obj->p5))) in raw_set_params()
160 strncpy(obj->p5, params->data, data_length); in raw_set_params()
161 obj->p5[data_length] = '\0'; in raw_set_params()
162 obj->p5_l = strlen(obj->p5); in raw_set_params()
192 } else if (strcmp(params->key, "p5") == 0) { in raw_get_params()
193 params->return_size = strlen(obj->p5); in raw_get_params()
[all …]
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Derf.c19 .third = 0x1.5555555555556p-2, /* used to compute 2/3 and 1/6 too. */
22 .two_over_five = -0x1.999999999999ap-2,
34 Let d = x - r, and scale = 2 / sqrt(pi) * exp(-r^2). For x near r,
38 + 1/3 (2 r^2 - 1) d^2
39 - 1/6 (r (2 r^2 - 3)) d^3
40 + 1/30 (4 r^4 - 12 r^2 + 3) d^4
41 - 1/90 (4 r^4 - 20 r^2 + 15) d^5
76 /* poly (d, r) = 1 + p1(r) * d + p2(r) * d^2 + ... + p5(r) * d^5. */ in SV_NAME_D1()
87 svfloat64_t p5 in SV_NAME_D1() local
89 p5 = svmla_x (pg, sixth, r2, p5); in SV_NAME_D1()
[all …]
H A Derfc.c33 .p20 = 0x1.5555555555555p-2, /* 1/3, used to compute 2/3 and 1/6. */
35 .p41 = -0x1.999999999999ap-2, /* 2/5. */
36 .p42 = 0x1.1111111111111p-3, /* 2/15. */
37 .p51 = -0x1.c71c71c71c71cp-3, /* 2/9. */
38 .p52 = 0x1.6c16c16c16c17p-5, /* 2/45. */
41 .q6 = 0x1.2aaaaaaaaaaabp0,
43 .q8 = 0x1.2p0,
45 /* Ri = -2 * i / ((i+1)*(i+2)), for i = 5, ..., 9. */
56 Let d = x - r, and scale = 2 / sqrt(pi) * exp(-r^2). For x near r,
60 poly(r, d) = 1 - r d + (2/3 r^2 - 1/3) d^2 - r (1/3 r^2 - 1/2) d^3
[all …]
/freebsd/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c121 uint64_t p0, p1, p2, p3, p4, p5, p6, p7; in Q512() local
133 s64(2); in Q512()
153 LS2_512(d(0), d(1), d(2), d(3), d(4), d(5), d(6), d(7)); in Q512()
154 QEF_512(p0, p1, p2, p3, p4, p5, p6, p7); in Q512()
156 LS1_512(p0, p1, p2, p3, p4, p5, p6, p7); in Q512()
162 LS2_512(p0, p1, p2, p3, p4, p5, p6, p7); in Q512()
163 QEF_512(p0, p1, p2, p3, p4, p5, p6, p7); in Q512()
165 LS1_512(p0, p1, p2, p3, p4, p5, p6, p7); in Q512()
170 LS1_512(p0, p1, p2, p3, p4, p5, p6, p7); in Q512()
171 LS2_512(p[0], p[1], p[2], p[3], p[4], p[5], p[6], p[7]); in Q512()
[all …]
/freebsd/contrib/gdtoa/
H A Dmisc.c123 if (x & 2) {
127 *y = x >> 2;
128 return 2;
144 k += 2;
145 x >>= 2;
237 k += 2;
238 x <<= 2;
384 Bigint *b1, *p5, *p51; local
391 if (!(k >>= 2))
393 if ((p5 = p5s) == 0) {
[all …]
/freebsd/sys/sys/
H A Dktr.h11 * 2. Redistributions in binary form must reproduce the above copyright
46 #define KTR_VERSION 2
79 #define CTR6(m, format, p1, p2, p3, p4, p5, p6) do { \ argument
83 (u_long)(p4), (u_long)(p5), (u_long)(p6)); \
90 #define CTR5(m, format, p1, p2, p3, p4, p5) CTR6(m, format, p1, p2, p3, p4, p5, 0) argument
97 #define CTR5(m, d, p1, p2, p3, p4, p5) (void)0 argument
98 #define CTR6(m, d, p1, p2, p3, p4, p5, p6) (void)0 argument
106 #define TR5(d, p1, p2, p3, p4, p5) CTR5(KTR_GEN, d, p1, p2, p3, p4, p5) argument
107 #define TR6(d, p1, p2, p3, p4, p5, p6) CTR6(KTR_GEN, d, p1, p2, p3, p4, p5, p6) argument
261 #define ITR5(d, p1, p2, p3, p4, p5) CTR5(KTR_INIT, d, p1, p2, p3, p4, p5) argument
[all …]
/freebsd/lib/msun/src/
H A De_exp.c25 * 2. Approximation of exp(r) by a special rational function on
28 * R(r**2) = r*(exp(r)+1)/(exp(r)-1) = 2 + r*r/6 - r**4/360 + ...
31 * of this polynomial approximation is bounded by 2**-59. In
33 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
34 * (where z=r*r, and the values of P1 to P5 are listed below)
37 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
40 * 2*r
45 * 2 - R1(r)
47 * 2 4 10
48 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
[all …]
/freebsd/sys/compat/linux/
H A Dlinux_util.h14 * 2. Redistributions in binary form must reproduce the above copyright
75 __printflike(2, 3);
103 #define LINUX_CTR6(f, m, p1, p2, p3, p4, p5, p6) do { \
105 p1, p2, p3, p4, p5, p6); \
114 #define LINUX_CTR5(f, m, p1, p2, p3, p4, p5) LINUX_CTR6(f, m, p1, p2, p3, p4, p5, 0)
122 #define LINUX_CTR5(f, m, p1, p2, p3, p4, p5) argument
123 #define LINUX_CTR6(f, m, p1, p2, p3, p4, p5, p6)
135 if (seen == 0 && linux_debug >= 2) { \
102 LINUX_CTR6(f,m,p1,p2,p3,p4,p5,p6) global() argument
113 LINUX_CTR5(f,m,p1,p2,p3,p4,p5) global() argument
121 LINUX_CTR5(f,m,p1,p2,p3,p4,p5) global() argument
/freebsd/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein_block.c84 uint64_t kw[WCNT + 4 + RCNT * 2]; in Skein_256_Process_Block()
96 Xptr[2] = &X2; in Skein_256_Process_Block()
104 * this implementation only supports 2**64 input bytes in Skein_256_Process_Block()
112 ks[2] = ctx->X[2]; in Skein_256_Process_Block()
114 ks[4] = ks[0] ^ ks[1] ^ ks[2] ^ ks[3] ^ SKEIN_KS_PARITY; in Skein_256_Process_Block()
116 ts[2] = ts[0] ^ ts[1]; in Skein_256_Process_Block()
125 X2 = w[2] + ks[2] + ts[1]; in Skein_256_Process_Block()
146 X1 += ks[((R) + 2) % 5] + ts[((R) + 1) % 3]; \ in Skein_256_Process_Block()
147 X2 += ks[((R) + 3) % 5] + ts[((R) + 2) % 3]; \ in Skein_256_Process_Block()
158 X2 += ks[r + (R) + 2] + ts[r + (R) + 1]; \ in Skein_256_Process_Block()
[all …]
/freebsd/sys/crypto/skein/
H A Dskein_block.c77 …u64b_t kw[WCNT+4+RCNT*2]; /* key schedule words : chaining vars + tweak + "rotat… in Skein_256_Process_Block()
85 Xptr[0] = &X0; Xptr[1] = &X1; Xptr[2] = &X2; Xptr[3] = &X3; in Skein_256_Process_Block()
91 /* this implementation only supports 2**64 input bytes (no carry out here) */ in Skein_256_Process_Block()
97 ks[2] = ctx->X[2]; in Skein_256_Process_Block()
99 ks[4] = ks[0] ^ ks[1] ^ ks[2] ^ ks[3] ^ SKEIN_KS_PARITY; in Skein_256_Process_Block()
101 ts[2] = ts[0] ^ ts[1]; in Skein_256_Process_Block()
109 X2 = w[2] + ks[2] + ts[1]; in Skein_256_Process_Block()
129 X1 += ks[((R)+2) % 5] + ts[((R)+1) % 3]; \ in Skein_256_Process_Block()
130 X2 += ks[((R)+3) % 5] + ts[((R)+2) % 3]; \ in Skein_256_Process_Block()
141 X2 += ks[r+(R)+2] + ts[r+(R)+1]; \ in Skein_256_Process_Block()
[all …]
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Derf.c24 .third = V2 (0x1.5555555555556p-2), /* used to compute 2/3 and 1/6 too. */
27 .two_over_five = V2 (-0x1.999999999999ap-2),
35 .scale_minus_one = V2 (0x1.06eba8214db69p-3), /* 2/sqrt(pi) - 1.0. */
61 Let d = x - r, and scale = 2 / sqrt(pi) * exp(-r^2). For x near r,
66 + 1/3 (2 r^2 - 1) d^2
67 - 1/6 (r (2 r^2 - 3)) d^3
68 + 1/30 (4 r^4 - 12 r^2 + 3) d^4
69 - 1/90 (4 r^4 - 20 r^2 + 15) d^5
123 /* poly (d, r) = 1 + p1(r) * d + p2(r) * d^2 + ... + p5(r) * d^5. */ in V_NAME_D1()
131 float64x2_t p5 = vfmaq_laneq_f64 (dat->two_over_nine, r2, in V_NAME_D1() local
[all …]
H A Derfc.c18 double qr5[2], qr6[2], qr7[2], qr8[2], qr9[2];
27 .table_scale = V2 (0x37f0000000000000 << 1), /* asuint64 (2^-128) << 1. */
30 .p20 = V2 (0x1.5555555555555p-2), /* 1/3, used to compute 2/3 and 1/6. */
32 .p41 = V2 (-0x1.999999999999ap-2), /* 2/5. */
33 .p42 = 0x1.1111111111111p-3, /* 2/15. */
34 .p51 = V2 (-0x1.c71c71c71c71cp-3), /* 2/9. */
35 .p52 = 0x1.6c16c16c16c17p-5, /* 2/45. */
36 /* Qi = (i+1) / i, Ri = -2 * i / ((i+1)*(i+2)), for i = 5, ..., 9. */
38 .qr6 = { 0x1.2aaaaaaaaaaabp0, -0x1.b6db6db6db6dbp-3 },
40 .qr8 = { 0x1.2p0, -0x1.6c16c16c16c17p-3 },
[all …]
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/sve/
H A Dsv_logf_inline.h12 float p1, p3, p5, p6, p0, p2, p4; member
19 .p0 = -0x1.ffffc8p-2f, .p1 = 0x1.555d7cp-2f, .p2 = -0x1.00187cp-2f, \
20 .p3 = 0x1.961348p-3f, .p4 = -0x1.4f9934p-3f, .p5 = 0x1.5a9aa2p-3f, \
30 /* x = 2^n * (1+r), where 2/3 < 1+r < 4/3. */ in sv_logf_inline()
40 /* n*ln2 + r + r2*(P1 + r*P2 + r2*(P3 + r*P4 + r2*(P5 + r*P6 + r2*P7))). */ in sv_logf_inline()
42 svfloat32_t p = svmla_lane (sv_f32 (d->p4), r, p1356, 2); in sv_logf_inline()
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Derfc_1u8.c13 #define P20 0x1.5555555555555p-2 /* 1/3. */
14 #define P21 0x1.5555555555555p-1 /* 2/3. */
17 #define P41 0x1.999999999999ap-2 /* 2/5. */
18 #define P42 0x1.11111111111111p-3 /* 2/15. */
21 #define P51 0x1.c71c71c71c71cp-3 /* 2/9. */
22 #define P52 0x1.6c16c16c16c17p-5 /* 2/45. */
26 #define Q6 0x1.2aaaaaaaaaaabp0
28 #define Q8 0x1.2p0
31 /* Ri = -2 * i / ((i+1)*(i+2)). */
40 Let d = x - r, and scale = 2 / sqrt(pi) * exp(-r^2). For x near r,
[all …]
H A Derf_2u5.c16 #define OneThird 0x1.5555555555555p-2
20 #define TwoOverFive 0x1.999999999999ap-2
29 Let d = x - r, and scale = 2 / sqrt(pi) * exp(-r^2). For x near r,
35 + 1/3 (2 r^2 - 1) d^2
36 - 1/6 (r (2 r^2 - 3)) d^3
37 + 1/30 (4 r^4 - 12 r^2 + 3) d^4
38 - 1/90 (4 r^4 - 20 r^2 + 15) d^5
64 Set erf(r) to 0 and scale to 2/sqrt(pi) for |x| <= 0x1.cp-9. */ in arm_math_erf()
73 /* poly (d, r) = 1 + p1(r) * d + p2(r) * d^2 + ... + p5(r) * d^5. */ in arm_math_erf()
78 double p5 in arm_math_erf() local
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_001_pos.ksh42 # 2. Verify the pool created successfully
82 create_blockfile ${disk}p5 $TESTDIR0/$FILEDISK0
96 2|*)
97 create_blockfile ${DISK0}p5 $TESTDIR0/$FILEDISK0
98 create_blockfile ${DISK1}p5 $TESTDIR1/$FILEDISK1
/freebsd/lib/msun/bsdsrc/
H A Db_exp.c12 * 2. Redistributions in binary form must reproduce the above copyright
36 * REVISED BY K.C. NG on 2/6/85, 2/15/85, 3/7/85, 3/24/85, 4/16/85, 6/14/86.
49 * 2. Compute exp(r) by
51 * exp(r) = 1 + r + r*R1/(2-R1),
53 * R1 = x - x^2*(p1+x^2*(p2+x^2*(p3+x^2*(p4+p5*x^2)))).
55 * 3. exp(x) = 2^k * exp(r) .
72 p5 = 4.1437773411069054e-08; /* 0x3e663f2a, 0x09c94b6c */ variable
79 lnhuge = 0x1.6602b15b7ecf2p9, /* (DBL_MAX_EXP + 9) * log(2.) */
80 lntiny = -0x1.77af8ebeae354p9, /* (DBL_MIN_EXP - 53 - 10) * log(2.) */
81 invln2 = 0x1.71547652b82fep0; /* 1 / log(2.) */
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizerInfo.cpp93 const LLT v2s64 = LLT::fixed_vector(2, 64); in SPIRVLegalizerInfo()
94 const LLT v2s32 = LLT::fixed_vector(2, 32); in SPIRVLegalizerInfo()
95 const LLT v2s16 = LLT::fixed_vector(2, 16); in SPIRVLegalizerInfo()
96 const LLT v2s8 = LLT::fixed_vector(2, 8); in SPIRVLegalizerInfo()
97 const LLT v2s1 = LLT::fixed_vector(2, 1); in SPIRVLegalizerInfo()
102 const LLT p2 = LLT::pointer(2, PSize); // UniformConstant in SPIRVLegalizerInfo()
105 const LLT p5 = in SPIRVLegalizerInfo() local
111 p0, p1, p2, p3, p4, p5, p6, s1, s8, s16, in SPIRVLegalizerInfo()
142 p2, p3, p4, p5, p6}; in SPIRVLegalizerInfo()
144 auto allPtrs = {p0, p1, p2, p3, p4, p5, p6}; in SPIRVLegalizerInfo()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dtmpfs15.sh12 # 2. Redistributions in binary form must reproduce the above copyright
41 mkdir $mntpoint/1 $mntpoint/2
43 mkdir p5-Mojo-Pg-2.06
45 mv p5-Mojo-Pg-2.06 ../2
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am65-iot2050-arduino-connector.dtsi32 pinctrl-2 = <&d0_gpio>;
112 /* (P5) MCU_UART0_TXD */
119 /* (P5) WKUP_GPIO0_30 */
126 /* (P5) WKUP_GPIO0_30 */
133 /* (P5) WKUP_GPIO0_30 */
147 /* (P5) WKUP_GPIO0_31 */
154 /* (P5) WKUP_GPIO0_31 */
161 /* (P5) WKUP_GPIO0_31 */
476 pinctrl-2 = <&d4_gpio>;
721 #gpio-cells = <2>;
[all …]
/freebsd/contrib/netbsd-tests/ipf/
H A Dt_pools.sh11 # 2. Redistributions in binary form must reproduce the above copyright
45 cp $(atf_get_srcdir)/regress/$1.pool pool 2>/dev/null
72 test_case p5 ptest text text
92 atf_add_test_case p5
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadi,admv1014.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
58 vcc-lna-1p5-supply:
110 - vcc-lna-1p5-supply
136 vcc-lna-1p5-supply = <&vcc_lna_1p5>;
/freebsd/lib/msun/ld80/
H A Db_expl.c12 * 2. Redistributions in binary form must reproduce the above copyright
53 #define p5 (p4u.e) macro
58 * lnhuge = (LDBL_MAX_EXP + 9) * log(2.)
59 * lntiny = (LDBL_MIN_EXP - 64 - 10) * log(2.)
60 * invln2 = 1 / log(2.)
99 /* Return 2^k*[1+x+x*c/(2+c)] */ in __exp__D()
102 z * (p5 + z * (p6 + z * p7)))))); in __exp__D()
103 c = (x * c) / (2 - c); in __exp__D()

12345678910