/src/lib/libc/arch/sparc64/gen/ |
modf.S | 83 * %f4:f5 double v, in fpu registers 102 fabsd %f0, %f4 ! %f4:f5 = v 103 fcmped %fcc1, %f0, %f4 ! %fcc1 = (val == abs(val)) 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^5 [all...] |
/src/lib/libc/arch/mips/gen/ |
modf.S | 59 abs.d $f4, $f12 # f4 <- |f12| 60 c.olt.d $f4, $f2 # f4 ? < f2 63 c.eq.d $f12,$f4 # was f12 positive ? 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/sparc/gen/ |
modf.S | 83 * %f4:f5 double v, in fpu registers 114 ldd [%fp - 16], %f4 ! %f4:f5 = v 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^5 [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
reg_helper.h | 80 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ 85 FN(reg, f4), v4) 87 #define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ 93 FN(reg, f4), v4,\ 96 #define REG_SET_6(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ 102 FN(reg, f4), v4,\ 106 #define REG_SET_7(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ 112 FN(reg, f4), v4,\ 117 #define REG_SET_8(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ 123 FN(reg, f4), v4, [all...] |
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/ |
ed25519_ref10_fe_51.h | 117 uint64_t f4 = f[4]; local in function:fe25519_cmov 123 uint64_t x4 = f4 ^ g[4]; 135 f[4] = f4 ^ x4; 154 uint64_t f4 = f[4]; local in function:fe25519_cswap 166 uint64_t x4 = f4 ^ g4; 178 f[4] = f4 ^ x4; 198 uint64_t f4 = f[4]; local in function:fe25519_copy 204 h[4] = f4; 247 uint64_t f0, f1, f2, f3, f4; local in function:fe25519_mul 256 f4 = f[4] 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 | 156 int32_t f4 = f[4]; local in function:fe25519_cmov 167 int32_t x4 = f4 ^ g[4]; 189 f[4] = f4 ^ x4; 206 int32_t f4 = f[4]; local in function:fe25519_cswap 228 int32_t x4 = f4 ^ g4; 250 f[4] = f4 ^ x4; 280 int32_t f4 = f[4]; local in function:fe25519_copy 291 h[4] = f4; 374 int32_t f4 = f[4]; local in function:fe25519_mul 447 int64_t f4g0 = f4 * (int64_t) g0 644 int32_t f4 = f[4]; local in function:fe25519_sq 816 int32_t f4 = f[4]; local in function:fe25519_sq2 989 int32_t f4 = f[4]; local in function:fe25519_scalar_product [all...] |
/src/sys/dev/ic/ |
mlxvar.h | 216 u_int8_t f3, u_int32_t f4, u_int8_t f5) 226 mc->mc_mbox[0x8] = f4; 227 mc->mc_mbox[0x9] = (f4 >> 8); 228 mc->mc_mbox[0xa] = (f4 >> 16); 229 mc->mc_mbox[0xb] = (f4 >> 24); 235 u_int8_t f3, u_int8_t f4, u_int8_t f5, u_int8_t f6, 243 mc->mc_mbox[0x5] = f4; 255 u_int16_t f3, u_int8_t f4, u_int8_t f5, u_int32_t f6, 264 mc->mc_mbox[0x6] = f4; 275 u_int32_t f3, u_int8_t f4) [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/src/ |
dmub_reg.h | 78 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ 83 FN(reg, f4), v4) 105 #define REG_UPDATE_4(reg, f1, v1, f2, v2, f3, v3, f4, v4) \ 110 FN(reg, f4), v4)
|
/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/sparc/sparc/ |
sigcode_state.s | 114 std %f4, [%sp + CCFSZ + 24]; \ 141 ldd [%sp + CCFSZ + 24], %f4; \
|
/src/sys/arch/hp300/dev/ |
gboxreg.h | 82 uint8_t f4[0xff3]; member in struct:gboxfb
|
topcatreg.h | 66 uint8_t f4[0x4088-0x4080-1]; member in struct:tcboxfb
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_ppc_regs.h | 37 #define f4 4 macro
|
/src/common/lib/libc/arch/sparc64/string/ |
memcpy.S | 573 faligndata %f0, %f2, %f4 ! Isolate 1st byte 575 stda %f4, [%o1] ASI_FL8_P ! Store 1st byte 592 faligndata %f0, %f2, %f4 ! Move 1st short low part of f8 594 stda %f4, [%o1] ASI_FL16_P ! Store 1st short 613 faligndata %f0, %f2, %f4 ! Move 1st short low part of f8 646 faligndata %f0, %f2, %f4 ! Generate result 649 fmovd %f4, %f48 651 std %f4, [%o1] ! Store result 797 faligndata %f2, %f4, %f36 799 faligndata %f4, %f6, %f3 [all...] |
/src/lib/libc/compat/arch/sparc/sys/ |
compat___sigtramp1.S | 106 std %f4, [%sp + CCFSZ + 24]; \ 133 ldd [%sp + CCFSZ + 24], %f4; \
|
/src/sys/arch/powerpc/powerpc/ |
fpu_subr.S | 42 lfd %f4,FPREG_F4(%r3) 83 stfd %f4,FPREG_F4(%r3)
|
/src/sys/arch/sparc64/sparc64/ |
sigcode32.s | 124 std %f4, [%sp + CCFSZ + 24] 155 ldd [%sp + CCFSZ + 24], %f4
|
sunos_sigcode.s | 124 std %f4, [%sp + CCFSZ + 24] 156 ldd [%sp + CCFSZ + 24], %f4
|
/src/tests/ipf/ |
t_filter_exec.sh | 114 test_case f4 dotest text text 147 atf_add_test_case f4
|
/src/sys/arch/hp300/stand/common/ |
grf_gbreg.h | 98 u_char f4[0xff3]; member in struct:gboxfb
|
/src/tests/ipf/input/ |
Makefile | 31 f4 \
|
/src/usr.bin/hexdump/ |
display.c | 127 float f4; local in function:print 151 memmove(&f4, bp, sizeof(f4)); 152 (void)printf(pr->fmt, f4);
|
/src/tests/ipf/expected/ |
Makefile | 33 f4 \
|
/src/tests/usr.bin/xlint/lint1/ |
c11.c | 169 void f4(double a[restrict static 3][5]);
|
/src/tests/lib/libc/regex/ |
main.c | 241 == void try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts); 244 try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts) 321 if (err != 0 || f4 == NULL) { 328 nshould = split(f4, &should[1], NSHOULD-1, ",");
|