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

  /src/sys/arch/sparc64/sparc64/
db_trace.c 144 struct frame32 *f32; local in function:db_stack_trace_print
155 f32 = (struct frame32 *)(frame);
156 pc = (db_addr_t)KLOAD(f32->fr_pc);
158 frame = (long)KLOAD(f32->fr_fp);
191 f32 = (struct frame32 *)(frame);
193 (*pr)("%x, ", (u_int)KLOAD(f32->fr_arg[i]));
194 (*pr)("%x) at ", (u_int)KLOAD(f32->fr_arg[i]));
  /src/regress/lib/libc/ieeefp/testfloat/
systfloat.c 72 float32 f32; member in union:__anon4beaefe2010a
110 return uz.f32;
152 return uz.f32;
188 const union32 uz = { .f32 = a };
198 const union32 uz = { .f32 = a };
207 const union32 ua = { .f32 = a };
219 const union32 ua = { .f32 = a };
232 const union32 ua = { .f32 = a };
243 const union32 ua = { .f32 = a }, ub = { .f32 = b }
    [all...]
  /src/tests/usr.bin/xlint/lint1/
queries.c 65 f32_t f32; variable in typeref:typename:f32_t
227 f32 = (f32_t)f32;
228 f32 = (f32_t)f64;
229 f32 = (f64_t)f32;
231 f32 = (f64_t)f64;
233 f64 = (f32_t)f32;
236 f64 = (f64_t)f32;
261 c32 = (f32_t)f32;
    [all...]
  /src/sys/arch/hp300/dev/
dvboxreg.h 137 uint8_t f32[0x60b3-0x60af-1]; member in struct:dvboxfb
  /src/sys/arch/hp300/stand/common/
grf_dvreg.h 161 u_char f32[0x60b3-0x60af-1]; member in struct:dvboxfb

Completed in 13 milliseconds