Home
last modified time | relevance | path

Searched refs:f2 (Results 26 – 50 of 456) sorted by relevance

12345678910>>...19

/freebsd/sys/powerpc/fpu/
H A Dfpu_explode.c132 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \ argument
139 fp->fp_mant[2] = f2; \
149 fp->fp_mant[2] = f2; \
156 fp->fp_mant[2] = f2; \
187 u_int frac, f0, f1, f2; in fpu_dtof() local
194 f2 = j << (32 - DBL_SHIFT); in fpu_dtof()
196 FP_TOF(exp, DBL_EXP_BIAS, frac, f0, f1, f2, 0); in fpu_dtof()
/freebsd/contrib/ntp/include/
H A Dntp_lists.h332 #define CONCAT_FIFO(f1, f2, nextlink) \ argument
335 CHECK_FIFO_CONSISTENCY(f2); \
337 if ((f2).pptail != NULL) { \
339 (*(f1).pptail)->nextlink = (f2).phead; \
340 if ((f2).pptail == &(f2).phead) \
344 (f1).pptail = (f2).pptail; \
347 (f1) = (f2); \
349 MAYBE_Z_LISTS((f2).phead); \
350 MAYBE_Z_LISTS((f2).pptail); \
/freebsd/sys/dev/mlx/
H A Dmlxreg.h506 u_int32_t f2, in mlx_make_type1() argument
514 mc->mc_mailbox[0x4] = f2 & 0xff; in mlx_make_type1()
515 mc->mc_mailbox[0x5] = (f2 >> 8) & 0xff; in mlx_make_type1()
529 u_int8_t f2, in mlx_make_type2() argument
539 mc->mc_mailbox[0x3] = f2; in mlx_make_type2()
555 u_int8_t f2, in mlx_make_type3() argument
564 mc->mc_mailbox[0x3] = f2; in mlx_make_type3()
580 u_int32_t f2, in mlx_make_type4() argument
587 mc->mc_mailbox[0x4] = f2 & 0xff; in mlx_make_type4()
602 u_int8_t f2, in mlx_make_type5() argument
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c232 try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts) in try() argument
253 if (err != 0 && (!opt('C', f1) || err != efind(f2))) { in try()
263 line, type, f2); in try()
273 strcpy(f2copy, f2); in try()
277 if (strchr(f2, '(') == NULL || strchr(f2, ')') == NULL) in try()
279 subs[0].rm_so = strchr(f2, '(') - f2 + 1; in try()
280 subs[0].rm_eo = strchr(f2, ')') - f2; in try()
301 } else if ((grump = check(f2, subs[0], f3)) != NULL) { in try()
320 grump = check(f2, subs[i], should[i]); in try()
/freebsd/lib/libc/regex/grot/
H A Dmain.c203 try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts) in try() argument
222 if (err != 0 && (!opt('C', f1) || err != efind(f2))) { in try()
231 line, type, f2); in try()
241 strcpy(f2copy, f2); in try()
245 if (strchr(f2, '(') == NULL || strchr(f2, ')') == NULL) in try()
247 subs[0].rm_so = strchr(f2, '(') - f2 + 1; in try()
248 subs[0].rm_eo = strchr(f2, ')') - f2; in try()
268 } else if ((grump = check(f2, subs[0], f3)) != NULL) { in try()
287 grump = check(f2, subs[i], should[i]); in try()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h154 int32_t f2 = f[2]; in fe25519_cmov() local
187 f[2] = f2 ^ x2; in fe25519_cmov()
204 int32_t f2 = f[2]; in fe25519_cswap() local
248 f[2] = f2 ^ x2; in fe25519_cswap()
278 int32_t f2 = f[2]; in fe25519_copy() local
289 h[2] = f2; in fe25519_copy()
372 int32_t f2 = f[2]; in fe25519_mul() local
642 int32_t f2 = f[2]; in fe25519_sq() local
684 int64_t f2f2 = f2 * (int64_t) f2; in fe25519_sq()
814 int32_t f2 = f[2]; in fe25519_sq2() local
[all …]
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dsv_expm1_2u5.c70 svfloat64_t f2 = svmul_x (pg, f, f); in SV_NAME_D1() local
71 svfloat64_t f4 = svmul_x (pg, f2, f2); in SV_NAME_D1()
74 = svmla_x (pg, f, f2, sv_estrin_10_f64_x (pg, f, f2, f4, f8, d->poly)); in SV_NAME_D1()
H A Dsv_tanh_3u.c50 svfloat64_t f2 = svmul_x (pg, f, f); in expm1_inline() local
51 svfloat64_t f4 = svmul_x (pg, f2, f2); in expm1_inline()
53 pg, f, f2, in expm1_inline()
54 sv_estrin_10_f64_x (pg, f, f2, f4, svmul_x (pg, f4, f4), d->poly)); in expm1_inline()
H A Dsv_sinh_3u.c54 svfloat64_t f2 = svmul_x (pg, f, f); in expm1_inline() local
55 svfloat64_t f4 = svmul_x (pg, f2, f2); in expm1_inline()
58 = svmla_x (pg, f, f2, sv_estrin_10_f64_x (pg, f, f2, f4, f8, d->poly)); in expm1_inline()
H A Dv_expm1_2u5.c93 float64x2_t f2 = vmulq_f64 (f, f); in V_NAME_D1() local
94 float64x2_t f4 = vmulq_f64 (f2, f2); in V_NAME_D1()
96 float64x2_t p = vfmaq_f64 (f, f2, v_estrin_10_f64 (f, f2, f4, f8, d->poly)); in V_NAME_D1()
H A Dv_tanh_3u.c51 float64x2_t f2 = vmulq_f64 (f, f); in expm1_inline() local
52 float64x2_t f4 = vmulq_f64 (f2, f2); in expm1_inline()
54 f, f2, v_estrin_10_f64 (f, f2, f4, vmulq_f64 (f4, f4), d->poly)); in expm1_inline()
H A Datanh_3u.c45 double f2 = f * f; in log1p_inline() local
46 double f4 = f2 * f2; in log1p_inline()
49 f, estrin_18_f64 (f, f2, f4, f8, f8 * f8, __log1p_data.coeffs) * f, f); in log1p_inline()
H A Dsv_log1p_2u5.c96 svfloat64_t f2 = svmul_x (pg, f, f), f4 = svmul_x (pg, f2, f2), in SV_NAME_D1() local
98 svfloat64_t p = sv_estrin_18_f64_x (pg, f, f2, f4, f8, f16, d->poly); in SV_NAME_D1()
102 svfloat64_t y = svmla_x (pg, svadd_x (pg, ylo, yhi), f2, p); in SV_NAME_D1()
H A Dv_sinh_3u.c63 float64x2_t f2 = vmulq_f64 (f, f); in expm1_inline() local
64 float64x2_t f4 = vmulq_f64 (f2, f2); in expm1_inline()
66 float64x2_t p = vfmaq_f64 (f, f2, v_estrin_10_f64 (f, f2, f4, f8, d->poly)); in expm1_inline()
H A Dlog1p_2u.c28 double f2 = f * f; in eval_poly() local
29 double f4 = f2 * f2; in eval_poly()
31 return estrin_18_f64 (f, f2, f4, f8, f8 * f8, __log1p_data.coeffs); in eval_poly()
/freebsd/contrib/tcpdump/
H A Dprint-smb.c214 f2 = fn->descript.req_f2; in print_trans2()
220 f2 = fn->descript.rep_f2; in print_trans2()
229 smb_fdata(ndo, data, f2 ? f2 : "Data=\n", data + dcnt, unicodestr); in print_trans2()
343 f2 = "|Name=[S]\n"; in print_trans()
353 f2 = "|Unknown "; in print_trans()
403 f2 = "*|Dialect=[Y]\n"; in print_negprot()
422 if (f2) in print_negprot()
462 if (f2) in print_sesssetup()
497 if (f2) in print_lockingandx()
830 const char *f1, *f2; in print_smb() local
[all …]
/freebsd/tests/sys/geom/class/concat/
H A Dappend2.sh29 f2=$(mktemp) || exit 1
30 truncate -s $((1024 * 1024 + $ss)) $f2
35 attach_md us1 -f $f2 -S $ss || exit 1
61 attach_md us1 -f $f2 -S $ss || exit 1
/freebsd/crypto/openssl/crypto/
H A Dsparccpuid.S131 fmovs %f0,%f2
276 .word 0x85b08d82 !fxor %f2,%f2,%f2
279 .word 0x85b08d82 !fxor %f2,%f2,%f2
282 .word 0x85b08d82 !fxor %f2,%f2,%f2
285 .word 0x85b08d82 !fxor %f2,%f2,%f2
288 .word 0x85b08d82 !fxor %f2,%f2,%f2
325 .word 0x85b08d82 !fxor %f2,%f2,%f2
327 .word 0x81b80440 !fmaddd %f0,%f0,%f2,%f0
358 .word 0x81b09206 !faesencx %f2,%f6,%f0
/freebsd/tests/sys/geom/class/mirror/
H A Dcomponent_selection.sh21 f2=$(mktemp ${base}.XXXXXX)
27 atf_check truncate -s 2M $f2
33 attach_md md2 -t vnode -f ${f2}
86 md3gen=$(gmirror dump /dev/${md3}.nop | grep genid | cut -d: -f2)
92 md2gen=$(gmirror dump /dev/${md2}.nop | grep genid | cut -d: -f2)
105 md1gen=$(gmirror dump /dev/${md1}.nop | grep genid | cut -d: -f2)
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_compressed.ksh45 log_must rm $clone_mnt/f2
63 log_must diff $send_mnt/f2 $mntpnt/inc1/f2
69 [[ -f $mntpnt/inc2/f2 ]] && log_fail "File f2 should not exist."
H A Dredacted.kshlib60 log_must dd if=/dev/urandom of=$mntpnt/f2 bs=$bs count=32
88 log_must mkholes -d 0:$M -d $((7 * M)):$M $mntpnt/f2
94 log_must dd if=/dev/urandom of=$mntpnt/f2 bs=1M count=1
95 log_must dd if=/dev/urandom of=$mntpnt/f2 bs=1M count=1 seek=7 \
122 log_must dd if=/dev/urandom of=$mntpnt/f2 bs=$bs count=32
129 log_must dd if=/dev/zero of=$mntpnt/f2 bs=$bs count=16 conv=notrunc
134 log_must stride_dd -i /dev/urandom -o $mntpnt/f2 -b $bs -c 11 -s 3
139 log_must stride_dd -i /dev/urandom -o $mntpnt/f2 -b $bs -c 7 -s 5
/freebsd/secure/caroot/trusted/
H A DDigiCert_TLS_RSA4096_Root_G5.pem36 f2:3c:b6:85:13:98:32:9d:16:a8:29:c2:0b:1c:38:
38 9b:17:2d:f2:81:da:5d:b0:e1:23:17:3e:88:4a:12:
48 5c:2f:f2:7f:ef:15:f4:0c:15:ac:0a:b0:f1:d3:0d:
52 9b:ba:6b:2d:3f:9d:3b:c4:17:e7:1d:2e:fb:f2:cf:
54 f2:30:2b:06:73:50:d5:98:3b:06:e9:c7:8a:0c:60:
61 c1:14:40:1f:9c:66:d5:0c:09:46:d6:f2:d0:d1:48:
82 e6:99:7d:30:88:21:37:cd:30:17:3d:b8:f2:bc:a8:75:a0:43:
95 d0:14:16:fa:21:8a:02:d5:8a:09:94:77:2e:f2:59:28:8b:7c:
98 0c:ea:96:d9:49:ca:a1:08:f2:97:3b:6d:9b:04:18:24:44:8e:
99 7c:01:f2:dc:25:d8:5e:86:9a:b1:39:db:f5:91:32:6a:d1:a6:
[all …]
H A DBJCA_Global_Root_CA1.pem31 b8:7c:90:35:9d:18:79:88:e3:97:01:3c:47:81:f2:
32 0e:a2:98:0d:9e:3f:37:e0:19:b2:90:f2:46:1c:92:
38 c0:f2:9c:c5:12:2a:2e:1c:b5:04:33:da:a4:38:11:
45 1b:dd:15:af:84:ea:9c:c7:ca:f5:0e:ea:f2:5d:29:
74 52:82:ac:21:34:1f:23:f2:a2:d8:f9:b8:af:37:36:20:89:d1:
89 c7:2e:8c:5b:63:e0:e8:dc:1e:d2:ec:61:1e:f2:de:e5:ef:f6:
95 d8:da:37:5a:a0:78:2b:f4:d4:7d:eb:76:ed:f2:61:70:a5:65:
101 28:ca:f2:32:0b:93:8c:29:4f:3c:60:32:cd:05:96:61:ec:f2:
102 af:fe:b3:70:2c:2e:a6:f2
H A DQuoVadis_Root_CA_2_G3.pem18 44:57:34:24:5b:81:89:9b:35:f2:ce:b8:2b:3b:5b:a7:26:f0:75:28
35 f0:d2:b4:d5:4d:09:72:49:f9:f2:87:e3:a9:da:7d:
37 dc:a6:73:91:90:61:a6:03:14:20:f2:e7:87:a3:88:
45 fe:41:9a:b3:83:5d:f2:84:56:ef:a5:57:43:ce:29:
48 b2:cd:1e:22:6e:2a:f8:41:d4:f2:ca:14:07:8d:8a:
62 48:f2:59:b6:16:f2:3c:0d:90:02:c6:70:2e:01:ad:
83 c0:f2:78:02:24:54:93:af:89:87:88:c9:4a:80:1d:ea:d0:6e:
89 5e:97:53:f2:32:02:09:30:a3:58:f0:0d:01:d5:72:c6:b1:7c:
99 48:a6:50:5f:88:20:30:6e:f2:82:43:ab:3d:97:84:e7:53:fb:
/freebsd/contrib/file/src/
H A Dfmtcheck.c235 fmtcheck(const char *f1, const char *f2) in fmtcheck() argument
240 if (!f1) return f2; in fmtcheck()
244 f2p = f2; in fmtcheck()
248 return f2; in fmtcheck()
251 return f2; in fmtcheck()

12345678910>>...19