Searched refs:f3 (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-11-stable/tests/sys/kqueue/libkqueue/
H A Dkqueue_test.sh15 echo $line | cut -d' ' -f3
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_explode.c157 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \
165 fp->fp_mant[3] = f3; \
175 fp->fp_mant[3] = f3; \
182 fp->fp_mant[3] = f3; \
237 u_int frac, f0, f1, f2, f3; local
248 f3 = l << EXT_SHIFT;
250 FP_TOF(exp, EXT_EXP_BIAS, frac, f0, f1, f2, f3);
/freebsd-11-stable/sys/dev/mlx/
H A Dmlxreg.h507 u_int8_t f3,
517 mc->mc_mailbox[0x7] = f3;
530 u_int8_t f3,
540 mc->mc_mailbox[0x4] = f3;
556 u_int16_t f3,
565 mc->mc_mailbox[0x4] = f3 & 0xff;
566 mc->mc_mailbox[0x5] = (f3 >> 8) & 0xff;
581 u_int32_t f3,
591 mc->mc_mailbox[0x8] = f3 & 0xff;
592 mc->mc_mailbox[0x9] = (f3 >>
503 mlx_make_type1(struct mlx_command *mc, u_int8_t code, u_int16_t f1, u_int32_t f2, u_int8_t f3, u_int32_t f4, u_int8_t f5) argument
526 mlx_make_type2(struct mlx_command *mc, u_int8_t code, u_int8_t f1, u_int8_t f2, u_int8_t f3, u_int8_t f4, u_int8_t f5, u_int8_t f6, u_int32_t f7, u_int8_t f8) argument
552 mlx_make_type3(struct mlx_command *mc, u_int8_t code, u_int8_t f1, u_int8_t f2, u_int16_t f3, u_int8_t f4, u_int8_t f5, u_int32_t f6, u_int8_t f7) argument
577 mlx_make_type4(struct mlx_command *mc, u_int8_t code, u_int16_t f1, u_int32_t f2, u_int32_t f3, u_int8_t f4) argument
599 mlx_make_type5(struct mlx_command *mc, u_int8_t code, u_int8_t f1, u_int8_t f2, u_int32_t f3, u_int32_t f4, u_int8_t f5) argument
[all...]
/freebsd-11-stable/sys/powerpc/fpu/
H A Dfpu_explode.c135 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \
143 fp->fp_mant[3] = f3; \
153 fp->fp_mant[3] = f3; \
160 fp->fp_mant[3] = f3; \
/freebsd-11-stable/contrib/gcc/
H A Dfp-test.c81 volatile float f1 = 1.0, f2 = 1.0, f3 = 1.0; variable
91 f1 = f2 + f3;
92 f1 = f2 - f3;
93 f1 = f2 * f3;
94 f1 = f2 / f3;
/freebsd-11-stable/tests/sys/geom/class/mirror/
H A Dsync_error.sh62 f3=$(mktemp ${base}.XXXXXX)
66 atf_check truncate -s 32M $f3
70 md3=$(attach_md -t vnode -f ${f3})
/freebsd-11-stable/crypto/openssh/
H A Dpoly1305.c42 uint64_t f0,f1,f2,f3; local
154 f3 = ((h3 >> 18) | (h4 << 8)) + (uint64_t)U8TO32_LE(&key[28]);
158 U32TO8_LE(&out[ 8], f2); f3 += (f2 >> 32);
159 U32TO8_LE(&out[12], f3);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ppc_regs.h36 #define f3 3 macro
/freebsd-11-stable/contrib/netbsd-tests/ipf/
H A Dt_filter_exec.sh113 test_case f3 dotest text text
146 atf_add_test_case f3
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal.ksh100 if [ $(tail -n 1 $file.2 | cut -f3 -d ' ') -ne \
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dexample.c214 mlfi_negotiate(ctx, f0, f1, f2, f3, pf0, pf1, pf2, pf3)
219 unsigned long f3;
/freebsd-11-stable/stand/i386/libi386/
H A Dsmbios.c158 uint16_t f2, f3; local
195 f3 = ntohs(SMBIOS_GET16(addr, 6));
199 f3 = le16toh(SMBIOS_GET16(addr, 6));
203 f1, f2, f3, SMBIOS_GET8(addr, 8), SMBIOS_GET8(addr, 9),
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c229 == void try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts);
232 try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts) argument
284 if (err != 0 && (f3 != NULL || err != REG_NOMATCH)) {
293 } else if (f3 == NULL) {
301 } else if ((grump = check(f2, subs[0], f3)) != NULL) {
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dppc-asm.h50 #define f3 3 macro
/freebsd-11-stable/lib/libc/regex/grot/
H A Dmain.c202 == void try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts);
206 try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts) argument
255 if (err != 0 && (f3 != NULL || err != REG_NOMATCH)) {
263 } else if (f3 == NULL) {
271 } else if ((grump = check(f2, subs[0], f3)) != NULL) {
/freebsd-11-stable/sys/mips/include/
H A Dframe.h107 f_register_t f3; member in struct:trapframe
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-hfa.h319 uint64_t f3:9; member in struct:__anon8555::__anon8556
323 uint64_t f3:9;
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-packages.sh193 DESC=`echo "${line}" | cut -f3 -d'|'`
244 DEPS=`echo "${LINE}"|cut -f3 -d'|'`
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-opc.c322 ia64_insn f2, f3;
329 (*o2->extract) (o2, opcode, &f3);
330 if (f2 != f3)
315 ia64_insn f2, f3; local
/freebsd-11-stable/crypto/openssl/crypto/
H A Dppccpuid.pl63 fmr f3,f31
H A Ds390xcpuid.S85 lzdr %f3
/freebsd-11-stable/crypto/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl202 ld [$ivec + 4], %f3
273 st %f3, [$ivec + 4]
291 st %f3, [$ivec + 4]
462 ld [$ivec + 4], %f3
587 st %f3, [$ivec + 4]
605 st %f3, [$ivec + 4]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c1219 double f1, f2, f3; local
1290 f1 = f2 = f3 = 0;
1291 sscanf(ca, "%lf %lf %lf", &f1, &f2, &f3);
1297 instance->ss_lat = sign*1000*(fabs(f3) + 60*(fabs(f2) + 60*f1)); /*miliseconds*/
1300 f1 = f2 = f3 = 0;
1301 sscanf(ca, "%lf %lf %lf", &f1, &f2, &f3);
1307 instance->ss_long = sign*1000*(fabs(f3) + 60*(fabs(f2) + 60*f1)); /*miliseconds*/
1807 char f1[5], f2[5], f3[5], f4[5]; local
1813 snprintf(f3, sizeof(f3), "
1840 char f1[5], f2[5], f3[5], f4[5]; local
[all...]
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S443 lfd %f3, 184(%r3)
846 ldc1 $f3, (4 * 36 + 8 * 3)($4)
937 ldc1 $f3, (8 * 38)($4)
1046 fld f3, (8 * 32 + 8 * 3)(a0)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_ppc64.h99 DEFINE_FPR_PPC64(f3, NULL, LLDB_INVALID_REGNUM), \
245 uint64_t f3; member in struct:_FPR_PPC64

Completed in 316 milliseconds

123