Searched refs:sf (Results 1 - 25 of 261) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/compat/
H A Dvector-2_y.c9 TEST (2, sf, 301.0)
10 TEST (4, sf, 302.0)
11 TEST (16, sf, 304.0)
H A Dvector-2_x.c9 SETUP (2, sf);
10 SETUP (4, sf);
11 SETUP (16, sf);
22 CHECK (2, sf);
23 CHECK (4, sf);
24 CHECK (16, sf);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dc99-bool-3.c9 } sf; variable in typeref:struct:foo
19 *((unsigned char *)&sf + i) = (unsigned char) -1;
20 sf.a = 2;
21 if (sf.a != 1)
23 sf.a = 0;
24 if (sf.a != 0)
26 sf.a = 0.2;
27 if (sf.a != 1)
29 sf.a = &sf;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/compat/
H A Dvector-2_x.c10 SETUP (2, sf);
11 SETUP (4, sf);
12 SETUP (16, sf);
13 SETUP (8, sf);
25 CHECK (2, sf);
26 CHECK (4, sf);
27 CHECK (8, sf);
28 CHECK (16, sf);
H A Dvector-2_y.c10 TEST (2, sf, 301.0)
11 TEST (4, sf, 302.0)
12 TEST (8, sf, 303.0)
13 TEST (16, sf, 304.0)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Dopc-f.pl3 @sf = ( "", ".s0", ".s1", ".s2", ".s3" );
10 foreach $s (@sf) {
20 foreach $s (@sf) {
27 foreach $s (@sf) {
58 foreach $s (@sf) {
80 foreach $s (@sf) {
87 foreach $s (@sf) {
97 foreach $s (@sf) {
106 foreach $s (@sf) {
132 foreach $s (@sf) {
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dsource.c41 Source_File *sf;
43 for (sf = first_src_file; sf; sf = sf->next)
45 if (FILENAME_CMP (path, sf->name) == 0)
49 if (!sf)
52 sf = (Source_File *) xmalloc (sizeof (*sf));
54 memset (sf,
40 Source_File *sf; local
68 Source_File *sf; local
92 annotate_source(Source_File *sf, unsigned int max_width, void (*annote) (char *, unsigned int, int, void *), void *arg) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/dfp/
H A Dconvert-bfp-fold.c12 float sf; variable
25 sf = d32;
26 if (sf != 2.0f)
39 sf = d64;
40 if (sf != -7.0f)
53 sf = d128;
54 if (sf != 30.0f)
66 sf = 30.0f;
67 d128 = sf;
71 d64 = sf;
[all...]
H A Dconvert-bfp.c14 volatile float sf; variable
28 sf = d32;
29 if (sf != 2.0f)
45 sf = d64;
46 if (sf != -7.0f)
62 sf = d128;
63 if (sf != 30.0f)
75 sf = 30.0f; local
76 d32 = sf;
80 d64 = sf;
97 sf = 30.0f; local
[all...]
H A Dconvert-bfp-8.c13 volatile float sf; variable
17 CONVERT_VALID (401, sd, sf, 1.e-39df, 0.f, FLT_MIN)
18 CONVERT_VALID (402, sd, sf, -1.e-39df, 0.f, FLT_MIN)
19 CONVERT_VALID (403, sd, sf, 1.1e-38df, 0.f, FLT_MIN)
20 CONVERT_VALID (404, sd, sf, -1.1e-38df, 0.f, FLT_MIN)
22 CONVERT_VALID (411, dd, sf, 1.e-39dd, 0.f, FLT_MIN)
23 CONVERT_VALID (412, dd, sf, -1.e-39dd, 0.f, FLT_MIN)
24 CONVERT_VALID (413, dd, sf, 1.1e-38dd, 0.f, FLT_MIN)
25 CONVERT_VALID (414, dd, sf, -1.1e-38dd, 0.f, FLT_MIN)
32 CONVERT_VALID (431, td, sf,
[all...]
H A Dconvert-bfp-7.c13 volatile float sf; variable
17 CONVERT_TO_PINF (301, sd, sf, 4.e+38df, f)
18 CONVERT_TO_PINF (303, dd, sf, 4.e+38dd, f)
19 CONVERT_TO_PINF (302, sd, sf, 9.9e+384df, f)
20 CONVERT_TO_PINF (304, dd, sf, 9.9e+384dd, f)
21 CONVERT_TO_PINF (305, td, sf, 4.e+38dl, f)
22 CONVERT_TO_PINF (306, td, sf, 1.e+39dl, f)
23 CONVERT_TO_MINF (311, sd, sf, -4.e+38df, f)
24 CONVERT_TO_MINF (312, dd, sf, -4.e+38dd, f)
25 CONVERT_TO_MINF (313, sd, sf,
[all...]
H A Dconvert-bfp-3.c9 volatile float sf; variable
H A Dconvert-bfp-4.c9 volatile float sf; variable
H A Dconvert-bfp-5.c9 volatile float sf; variable
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A Dpr43905.C1 extern void sf ( __const char *);
4 sf ( __PRETTY_FUNCTION__);
7 sf ( __PRETTY_FUNCTION__);
/netbsd-6-1-5-RELEASE/games/adventure/
H A Dsave.c119 struct savefile *sf; local
121 sf = malloc(sizeof(*sf));
122 if (sf == NULL) {
125 sf->f = fopen(name, forwrite ? "w" : "r");
126 if (sf->f == NULL) {
127 free(sf);
133 sf->name = name;
134 sf->warned = false;
135 sf
147 savefile_rawread(struct savefile *sf, void *data, size_t len) argument
164 savefile_rawwrite(struct savefile *sf, const void *data, size_t len) argument
181 savefile_close(struct savefile *sf) argument
204 savefile_bintextread(struct savefile *sf, void *data, size_t len) argument
231 savefile_binread(struct savefile *sf, void *data, size_t len) argument
266 savefile_bintextwrite(struct savefile *sf, const void *data, size_t len) argument
295 savefile_binwrite(struct savefile *sf, const void *data, size_t len) argument
363 savefile_key(struct savefile *sf, uint32_t key) argument
376 savefile_getpad(struct savefile *sf) argument
392 savefile_cread(struct savefile *sf, void *data, size_t len) argument
424 savefile_cwrite(struct savefile *sf, const void *data, size_t len) argument
664 struct savefile *sf; local
755 struct savefile *sf; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Damd64obsd-nat.c73 struct switchframe sf;
106 read_memory (pcb->pcb_rsp, (gdb_byte *) &sf, sizeof sf);
107 if (sf.sf_rbp == pcb->pcb_rbp)
111 regcache_raw_supply (regcache, 12, &sf.sf_r12);
112 regcache_raw_supply (regcache, 13, &sf.sf_r13);
113 regcache_raw_supply (regcache, 14, &sf.sf_r14);
114 regcache_raw_supply (regcache, 15, &sf.sf_r15);
115 regcache_raw_supply (regcache, AMD64_RBX_REGNUM, &sf.sf_rbx);
116 regcache_raw_supply (regcache, AMD64_RIP_REGNUM, &sf
72 struct switchframe sf; local
[all...]
H A Di386obsd-nat.c40 struct switchframe sf; local
69 read_memory (pcb->pcb_esp, (char *) &sf, sizeof sf);
71 regcache_raw_supply (regcache, I386_EDI_REGNUM, &sf.sf_edi);
72 regcache_raw_supply (regcache, I386_ESI_REGNUM, &sf.sf_esi);
73 regcache_raw_supply (regcache, I386_EBX_REGNUM, &sf.sf_ebx);
74 regcache_raw_supply (regcache, I386_EIP_REGNUM, &sf.sf_eip);
82 sf.sf_eip = read_memory_integer(pcb->pcb_esp + 4, 4, byte_order);
83 regcache_raw_supply (regcache, I386_EIP_REGNUM, &sf.sf_eip);
H A Damd64nbsd-nat.c81 struct switchframe sf;
111 read_memory (pcb->pcb_rsp, (gdb_byte *) &sf, sizeof sf);
113 regcache_raw_supply (regcache, 12, &sf.sf_r12);
114 regcache_raw_supply (regcache, 13, &sf.sf_r13);
115 regcache_raw_supply (regcache, 14, &sf.sf_r14);
116 regcache_raw_supply (regcache, 15, &sf.sf_r15);
117 regcache_raw_supply (regcache, AMD64_RBX_REGNUM, &sf.sf_rbx);
118 regcache_raw_supply (regcache, AMD64_RIP_REGNUM, &sf.sf_rip);
80 struct switchframe sf; local
H A Dmipsnbsd-nat.c131 struct label_t sf; local
133 sf = pcb->pcb_context;
138 regcache_raw_supply (regcache, MIPS_S0_REGNUM, &sf.val[_L_S0]);
139 regcache_raw_supply (regcache, MIPS_S1_REGNUM, &sf.val[_L_S1]);
140 regcache_raw_supply (regcache, MIPS_S2_REGNUM, &sf.val[_L_S2]);
141 regcache_raw_supply (regcache, MIPS_S3_REGNUM, &sf.val[_L_S3]);
142 regcache_raw_supply (regcache, MIPS_S4_REGNUM, &sf.val[_L_S4]);
143 regcache_raw_supply (regcache, MIPS_S5_REGNUM, &sf.val[_L_S5]);
144 regcache_raw_supply (regcache, MIPS_S6_REGNUM, &sf.val[_L_S6]);
145 regcache_raw_supply (regcache, MIPS_S7_REGNUM, &sf
[all...]
H A Di386nbsd-nat.c53 struct switchframe sf; local
79 read_memory (pcb->pcb_esp, (gdb_byte *) &sf, sizeof sf);
81 if ( (unsigned long)sf.sf_eip >= (unsigned long)0xc0100000 )
87 regcache_raw_supply (regcache, I386_EDI_REGNUM, &sf.sf_edi);
88 regcache_raw_supply (regcache, I386_ESI_REGNUM, &sf.sf_esi);
91 regcache_raw_supply (regcache, I386_EBX_REGNUM, &sf.sf_ebx);
92 regcache_raw_supply (regcache, I386_EIP_REGNUM, &sf.sf_eip);
/netbsd-6-1-5-RELEASE/sys/dev/sdmmc/
H A Dsdmmc_cis.c53 sdmmc_cisptr(struct sdmmc_function *sf) argument
58 if (sf->number == 0) {
59 cisptr |= sdmmc_io_read_1(sf, SD_IO_CCCR_CISPTR + 0) << 0;
60 cisptr |= sdmmc_io_read_1(sf, SD_IO_CCCR_CISPTR + 1) << 8;
61 cisptr |= sdmmc_io_read_1(sf, SD_IO_CCCR_CISPTR + 2) << 16;
63 struct sdmmc_function *sf0 = sf->sc->sc_fn0;
64 int num = sf->number;
74 decode_funce_common(struct sdmmc_function *sf, struct sdmmc_cis *cis, argument
80 struct sdmmc_function *sf0 = sf->sc->sc_fn0;
81 device_t dev = sf
106 decode_funce_function(struct sdmmc_function *sf, struct sdmmc_cis *cis, int tpllen, uint32_t reg) argument
137 decode_vers_1(struct sdmmc_function *sf, struct sdmmc_cis *cis, int tpllen, uint32_t reg) argument
168 sdmmc_read_cis(struct sdmmc_function *sf, struct sdmmc_cis *cis) argument
275 sdmmc_print_cis(struct sdmmc_function *sf) argument
302 sdmmc_check_cis_quirks(struct sdmmc_function *sf) argument
[all...]
H A Dsdmmc_io.c148 struct sdmmc_function *sf0, *sf; local
178 sf = sdmmc_function_alloc(sc);
179 sf->number = i;
180 sf->rca = sf0->rca;
181 SIMPLEQ_INSERT_TAIL(&sc->sf_head, sf, sf_list);
192 sdmmc_io_init(struct sdmmc_softc *sc, struct sdmmc_function *sf) argument
200 if (sf->number == 0) {
201 reg = sdmmc_io_read_1(sf, SD_IO_CCCR_CAPABILITY);
203 sdmmc_io_write_1(sf, SD_IO_CCCR_BUS_WIDTH,
205 sf
269 sdmmc_io_function_ready(struct sdmmc_function *sf) argument
285 sdmmc_io_function_enable(struct sdmmc_function *sf) argument
312 sdmmc_io_function_disable(struct sdmmc_function *sf) argument
329 sdmmc_io_rw_direct(struct sdmmc_softc *sc, struct sdmmc_function *sf, int reg, u_char *datap, int arg) argument
367 sdmmc_io_rw_extended(struct sdmmc_softc *sc, struct sdmmc_function *sf, int reg, u_char *datap, int datalen, int arg) argument
406 sdmmc_io_read_1(struct sdmmc_function *sf, int reg) argument
418 sdmmc_io_write_1(struct sdmmc_function *sf, int reg, uint8_t data) argument
428 sdmmc_io_read_2(struct sdmmc_function *sf, int reg) argument
440 sdmmc_io_write_2(struct sdmmc_function *sf, int reg, uint16_t data) argument
450 sdmmc_io_read_4(struct sdmmc_function *sf, int reg) argument
462 sdmmc_io_write_4(struct sdmmc_function *sf, int reg, uint32_t data) argument
473 sdmmc_io_read_multi_1(struct sdmmc_function *sf, int reg, u_char *data, int datalen) argument
496 sdmmc_io_write_multi_1(struct sdmmc_function *sf, int reg, u_char *data, int datalen) argument
592 sdmmc_intr_enable(struct sdmmc_function *sf) argument
606 sdmmc_intr_disable(struct sdmmc_function *sf) argument
[all...]
/netbsd-6-1-5-RELEASE/tools/m4/
H A DMakefile14 @ln -sf ${.ALLSRC:M*.c} $@
16 @ln -sf ${.ALLSRC:M*.h} $@
18 @ln -sf ${.ALLSRC:M*.c} $@
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dsunos_machdep.c80 struct sunos_sigframe sf; local
111 sf.sf_signo = sig;
112 sf.sf_code = code;
113 sf.sf_scp = &fp->sf_sc;
114 sf.sf_addr = 0; /* XXX */
119 sf.sf_sc.sc_onstack = l->l_sigstk.ss_flags & SS_ONSTACK;
120 native_sigset_to_sigset13(mask, &sf.sf_sc.sc_mask);
121 sf.sf_sc.sc_sp = oldsp;
122 sf.sf_sc.sc_pc = tf->tf_pc;
123 sf
[all...]

Completed in 268 milliseconds

1234567891011