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

  /src/sys/external/bsd/drm2/dist/drm/
drm_framebuffer.c 661 struct drm_framebuffer *fb, *tfb; local in function:drm_fb_release
676 list_for_each_entry_safe(fb, tfb, &priv->fbs, filp_head) {
  /src/sys/arch/alpha/alpha/
fp_complete.c 268 t_float tfb, tfc; local in function:cvt_qs_ts_st_gf_qf
289 stt(inst.float_detail.fb, &tfb, l);
290 sfc.i = float64_to_float32(tfb.i);
306 t_float tfb, tfc; local in function:cvt_gd
310 stt(inst.float_detail.fb, &tfb, l);
311 (void) float64_to_float32(tfb.i);
313 tfc.i = float64_add(tfb.i, (float64)0);
320 t_float tfb, tfc; local in function:cvt_qt_dg_qg
338 stt(inst.float_detail.fb, &tfb, l);
339 tfc.i = int64_to_float64(tfb.i)
353 t_float tfb, tfc; local in function:cvt_tq_gq
560 t_float tfa, tfb, tfc; local in function:alpha_fp_interpret
    [all...]

Completed in 57 milliseconds