Searched refs:tfc (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dfp_complete.c247 t_float tfb, tfc; local
263 tfc.i = float32_to_float64(sfb.i);
264 ldt(inst.float_detail.fc, &tfc, l);
277 tfc.i = FLOAT64QNAN;
278 ldt(inst.float_detail.fc, &tfc, l);
285 t_float tfb, tfc; local
292 tfc.i = float64_add(tfb.i, (float64)0);
293 ldt(inst.float_detail.fc, &tfc, l);
299 t_float tfb, tfc; local
310 tfc
332 t_float tfb, tfc; local
511 t_float tfa, tfb, tfc; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_stge.c810 uint64_t tfc; local
931 tfc = TFD_FrameId(nexttx) | TFD_WordAlign(/*totlen & */3) |
943 tfc |= TFD_VLANTagInsert |
949 tfd->tfd_control = htole64(tfc);

Completed in 117 milliseconds