HomeSort by: relevance | last modified time | path
    Searched defs:f3 (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/sparc/fpu/
fpu_explode.c 140 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \
148 fp->fp_mant[3] = f3; \
158 fp->fp_mant[3] = f3; \
165 fp->fp_mant[3] = f3; \
214 u_int frac, f0, f1, f2, f3; local in function:fpu_qtof
225 f3 = l << EXT_SHIFT;
227 FP_TOF(exp, EXT_EXP_BIAS, frac, f0, f1, f2, f3);
  /src/sys/arch/hp300/dev/
gboxreg.h 78 uint8_t f3[6]; member in struct:gboxfb
topcatreg.h 64 uint8_t f3[0x4080-0x404c-1]; member in struct:tcboxfb
dvboxreg.h 65 uint8_t f3[0x405b-0x4047-1]; member in struct:dvboxfb
  /src/games/dm/
dm.c 130 char lbuf[BUFSIZ], f1[40], f2[40], f3[40], f4[40], f5[40]; local in function:read_config
144 f1, f2, f3, f4, f5) != 5 || strcasecmp(f1, "game"))
146 c_game(f2, f3, f4, f5);
149 if (sscanf(lbuf, "%39s%39s%39s%39s", f1, f2, f3, f4) != 4 ||
152 c_day(f2, f3, f4);
  /src/sys/arch/hp300/stand/common/
grf_gbreg.h 94 u_char f3[6]; member in struct:gboxfb
grf_tcreg.h 88 u_char f3[0x4080-0x404c-1]; member in struct:tcboxfb
grf_dvreg.h 89 u_char f3[0x405b-0x4047-1]; member in struct:dvboxfb
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_bvgraph_test.cc 179 uptr f3 = g.size() - 2; local in function:Test_isReachable
184 EXPECT_FALSE(g.isReachable(f3, target));
188 g.addEdge(f2, f3);
192 EXPECT_FALSE(g.isReachable(f3, target));
198 EXPECT_FALSE(g.isReachable(f3, target));
207 g.addEdge(f3, t1);
211 EXPECT_TRUE(g.isReachable(f3, target));
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10_fe_51.h 116 uint64_t f3 = f[3]; local in function:fe25519_cmov
122 uint64_t x3 = f3 ^ g[3];
134 f[3] = f3 ^ x3;
153 uint64_t f3 = f[3]; local in function:fe25519_cswap
165 uint64_t x3 = f3 ^ g3;
177 f[3] = f3 ^ x3;
197 uint64_t f3 = f[3]; local in function:fe25519_copy
203 h[3] = f3;
247 uint64_t f0, f1, f2, f3, f4; local in function:fe25519_mul
255 f3 = f[3]
338 uint64_t f0, f1, f2, f3, f4; local in function:fe25519_sq
417 uint64_t f0, f1, f2, f3, f4; local in function:fe25519_sq2
    [all...]
ed25519_ref10_fe_25_5.h 155 int32_t f3 = f[3]; local in function:fe25519_cmov
166 int32_t x3 = f3 ^ g[3];
188 f[3] = f3 ^ x3;
205 int32_t f3 = f[3]; local in function:fe25519_cswap
227 int32_t x3 = f3 ^ g3;
249 f[3] = f3 ^ x3;
279 int32_t f3 = f[3]; local in function:fe25519_copy
290 h[3] = f3;
373 int32_t f3 = f[3]; local in function:fe25519_mul
402 int32_t f3_2 = 2 * f3;
643 int32_t f3 = f[3]; local in function:fe25519_sq
815 int32_t f3 = f[3]; local in function:fe25519_sq2
988 int32_t f3 = f[3]; local in function:fe25519_scalar_product
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_ppc_regs.h 36 #define f3 3 macro
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/ia64/
eficontext.h 104 UINT64 f3[2]; member in struct:__anon904514ee0108
  /src/sys/arch/riscv/riscv/
db_disasm.c 557 #define INSN_F3(n, f3, moretests, pflags) \
561 .funct3 = f3, .funct7 = 0, .rs2 = 0, \
573 #define INSN_F53(n, f5, f3, moretests, pflags) \
577 .funct3 = f3, .funct7 = f5 << 2, .rs2 = 0, \
589 #define INSN_F73(n, f7, f3, moretests, pflags) \
593 .funct3 = f3, .funct7 = f7, .rs2 = 0, \
597 #define INSN_F37(n, f3, f7, moretests, pflags) \
598 INSN_F73(n, f7, f3, moretests, pflags)
833 unsigned i, f3, f7, testf7; local in function:riscv_disasm_match
836 f3 = INSN_FUNCT3(insn)
    [all...]
  /src/sys/dev/ic/
arn9003.c 2323 int32_t div, f1, f2, f3, m, p, c; local in function:ar9003_get_iq_corr
2373 f3 = sin[0] - sin[1];
2374 f2 = (f1 * f1 + f3 * f3) / SCALE;
2380 f3 * ( phs[0][0] - phs[1][0])) / f2;
2382 txphs = (f3 * (-mag[0][0] + mag[1][0]) +

Completed in 19 milliseconds