/src/tests/lib/libc/gen/ |
t_fmtcheck.c | 36 const char *fmtcheck(const char *f1, const char *f2) 94 const char *f, *cf, *f1, *f2; local in function:ATF_TC_BODY 99 f2 = test_fmts[i].fmt2; 100 f = fmtcheck(f1, f2); 104 cf = f2; 109 "(should have returned %s)", i, f1, f2,
|
/src/lib/libm/arch/powerpc/ |
s_fmaf.S | 8 fmadds %f1, %f1, %f2, %f3
|
s_fma.S | 12 fmadd %f1, %f1, %f2, %f3
|
/src/sys/arch/hp300/dev/ |
hyperreg.h | 44 uint8_t f2[0x4000-0x5f-1]; member in struct:hyboxfb
|
/src/lib/libc/arch/mips/gen/ |
modf.S | 52 li.d $f2, 4503599627370496e0 # f2 <- 2^52 60 c.olt.d $f4, $f2 # f4 ? < f2 64 add.d $f4,$f2,$f4 # round off to integer 66 sub.d $f0,$f4,$f2 # Remove fudge factor 69 sub.d $f0,$f2,$f4 # Remove fudge factor and negate
|
/src/lib/libc/arch/sparc64/gen/ |
fixunsdfsi.S | 67 std %f2, [%sp + 64 + BIAS + 8] 70 ldd [%g1], %f2 73 ldd [%g1 + %lo(Lbig)], %f2 75 fcmped %f0, %f2 ! d < 2^63, or NaN, or -Inf? 84 fsubd %f0, %f2, %f0 ! d -= 2^63 91 ldd [%sp + 64 + BIAS + 8], %f2 98 ldd [%sp + 64 + BIAS + 8], %f2
|
modf.S | 82 * %f2:f3 `magic number' 2^52, in fpu registers 106 ldd [%l0], %f2 109 ldd [%l0 + %lo(Lmagic)], %f2 113 * Is %f4:f5 >= %f2:f3 ? If so, it is all integer bits. 116 fcmped %f4, %f2 136 faddd %f4, %f2, %f4 ! %f4:f5 += 2^52 137 fsubd %f4, %f2, %f4 ! %f4:f5 -= 2^52 174 * %f2:f3 (2^52) came out `greater or unordered'. In this
|
/src/lib/libc/stdlib/ |
merge.c | 117 u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; local in function:mergesort_r 152 f2 = l1 = list1 + (p2 - list2); 156 while (f1 < l1 && f2 < l2) { 157 if ((*cmp)(f1, f2, cookie) <= 0) { 158 q = f2; 163 b = f2, t = l2; 219 ICOPY_LIST(f2, tp2, b); 222 CCOPY_LIST(f2, tp2, b); 228 ICOPY_ELT(f2, tp2, i); 231 CCOPY_ELT(f2, tp2, i) 291 u_char *f1, *f2, *s, *l2, *last, *p2; local in function:setup [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/src/ |
dmub_reg.h | 67 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \ 70 FN(reg, f2), v2) 72 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ 75 FN(reg, f2), v2, \ 78 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ 81 FN(reg, f2), v2, \ 94 #define REG_UPDATE_2(reg, f1, v1, f2, v2) \ 97 FN(reg, f2), v2) 99 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \ 102 FN(reg, f2), v2, [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
reg_helper.h | 69 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \ 72 FN(reg, f2), v2) 74 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ 77 FN(reg, f2), v2,\ 80 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ 83 FN(reg, f2), v2,\ 87 #define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ 91 FN(reg, f2), v2,\ 96 #define REG_SET_6(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ 100 FN(reg, f2), v2, [all...] |
/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
enable_execute_stack_test.c | 67 pfunc f2 = (pfunc)(uintptr_t)execution_buffer; local in function:main 68 if ((*f2)() != 2)
|
clear_cache_test.c | 71 pfunc f2 = (pfunc)(uintptr_t)execution_buffer; local in function:main 72 if ((*f2)() != 2)
|
/src/lib/libc/arch/sparc/gen/ |
fixunsdfsi.S | 66 ldd [%g1], %f2 69 ldd [%g1 + %lo(Lbig)], %f2 71 fcmped %f0, %f2 ! d < 2^31, or NaN, or -Inf? 80 fsubd %f0, %f2, %f0 ! d -= 2^31
|
modf.S | 82 * %f2:f3 `magic number' 2^52, in fpu registers 108 ldd [%l0], %f2 111 ldd [%l0 + %lo(Lmagic)], %f2 117 * Is %f4:f5 >= %f2:f3 ? If so, it is all integer bits. 120 fcmped %f4, %f2 141 faddd %f4, %f2, %f4 ! %f4:f5 += 2^52 142 fsubd %f4, %f2, %f4 ! %f4:f5 -= 2^52 183 * %f2:f3 (2^52) came out `greater or unordered'. In this
|
/src/sys/arch/m68k/fpe/ |
fpu_explode.c | 115 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \ 122 fp->fp_mant[2] = f2; \ 131 fp->fp_mant[2] = f2; \ 137 fp->fp_mant[2] = f2; \ 167 uint32_t frac, f0, f1, f2; local in function:fpu_dtof 174 f2 = j << (32 - DBL_SHIFT); 176 FP_TOF(exp, DBL_EXP_BIAS, frac, f0, f1, f2, 0); 186 uint32_t f0, f1, f2; local in function:fpu_xtof 192 f2 = k << (32 - EXT_SHIFT); 201 fp->fp_mant[2] = f2; [all...] |
/src/sys/arch/powerpc/fpu/ |
fpu_explode.c | 140 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \ 147 fp->fp_mant[2] = f2; \ 157 fp->fp_mant[2] = f2; \ 164 fp->fp_mant[2] = f2; \ 195 u_int frac, f0, f1, f2; local in function:fpu_dtof 202 f2 = lo << (32 - DBL_SHIFT); 204 FP_TOF(exp, DBL_EXP_BIAS, frac, f0, f1, f2, 0);
|
/src/sys/external/bsd/drm/dist/scripts/ |
drm-scripts-gentree.pl | 226 my $f2 = $file; 227 $f2 =~ s/^\Q$SRC\E/$DESTDIR/; 231 print("mkdir -p '$f2'\n"); 232 system("mkdir -p '$f2'"); # should check for error 235 print "from $file to $f2\n"; 238 filter_source($file, $f2); 240 system("cp $file $f2");
|
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/ |
ed25519_ref10_fe_51.h | 115 uint64_t f2 = f[2]; local in function:fe25519_cmov 121 uint64_t x2 = f2 ^ g[2]; 133 f[2] = f2 ^ x2; 152 uint64_t f2 = f[2]; local in function:fe25519_cswap 164 uint64_t x2 = f2 ^ g2; 176 f[2] = f2 ^ x2; 196 uint64_t f2 = f[2]; local in function:fe25519_copy 202 h[2] = f2; 247 uint64_t f0, f1, f2, f3, f4; local in function:fe25519_mul 254 f2 = f[2] 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...] |
/src/sys/arch/sparc/fpu/ |
fpu_explode.c | 140 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \ 147 fp->fp_mant[2] = f2; \ 157 fp->fp_mant[2] = f2; \ 164 fp->fp_mant[2] = f2; \ 195 u_int frac, f0, f1, f2; local in function:fpu_dtof 202 f2 = j << (32 - DBL_SHIFT); 204 FP_TOF(exp, DBL_EXP_BIAS, frac, f0, f1, f2, 0); 214 u_int frac, f0, f1, f2, f3; local in function:fpu_qtof 224 f2 = (k << EXT_SHIFT) | (l >> (32 - EXT_SHIFT)); 227 FP_TOF(exp, EXT_EXP_BIAS, frac, f0, f1, f2, f3) [all...] |
/src/sys/dev/ic/ |
mlxvar.h | 215 mlx_make_type1(struct mlx_ccb *mc, u_int8_t code, u_int16_t f1, u_int32_t f2, 221 mc->mc_mbox[0x3] = ((f2 >> 18) & 0xc0) | ((f1 >> 8) & 0x3f); 222 mc->mc_mbox[0x4] = f2; 223 mc->mc_mbox[0x5] = (f2 >> 8); 224 mc->mc_mbox[0x6] = (f2 >> 16); 234 mlx_make_type2(struct mlx_ccb *mc, u_int8_t code, u_int8_t f1, u_int8_t f2, 241 mc->mc_mbox[0x3] = f2; 254 mlx_make_type3(struct mlx_ccb *mc, u_int8_t code, u_int8_t f1, u_int8_t f2, 261 mc->mc_mbox[0x3] = f2; 274 mlx_make_type4(struct mlx_ccb *mc, u_int8_t code, u_int16_t f1, u_int32_t f2, [all...] |
/src/sys/fs/nfs/common/ |
nfsdport.h | 87 #define NFSVNO_CMPFH(f1, f2) \ 88 ((f1)->fh_fsid.val[0] == (f2)->fh_fsid.val[0] && \ 89 (f1)->fh_fsid.val[1] == (f2)->fh_fsid.val[1] && \ 90 bcmp(&(f1)->fh_fid, &(f2)->fh_fid, sizeof(struct fid)) == 0)
|
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
clear_cache_test.c | 79 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128); local in function:main 81 if ((*f2)() != 2)
|
enable_execute_stack_test.c | 74 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128); local in function:main 76 if ((*f2)() != 2)
|
/src/sys/kern/ |
sys_futex.c | 1000 * futex_wake(f, nwake, f2, nrequeue, bitset) 1002 * Wake up to nwake waiters on f matching bitset; then, if f2 is 1004 * bitset to f2. Return the number of waiters actually woken or 1005 * requeued. Caller must hold the locks of f and f2, if provided. 1008 futex_wake(struct futex *f, unsigned nwake, struct futex *f2, 1016 KASSERT(f2 == NULL || mutex_owned(&f2->fx_qlock)); 1046 if (f2) { 1047 /* Move up to nrequeue waiters from f's queue to f2's queue. */ 1058 futex_wait_enqueue(fw, f2); [all...] |
/src/games/dm/ |
dm.c | 130 char lbuf[BUFSIZ], f1[40], f2[40], f3[40], f4[40], f5[40]; local in function:read_config 137 if (sscanf(lbuf, "%39s%39s", f1, f2) != 2 || 140 c_tty(f2); 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);
|