| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/ |
| H A D | fpu_regs.h | 53 float fval; member in union:x86_fpu_reg_u
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/ |
| H A D | fpu_regs.h | 53 float fval; member in union:x86_fpu_reg_u
|
| /xsrc/external/mit/xfontsel/dist/ |
| H A D | xfontsel.c | 706 FieldValue *fval = fieldValues[f]->value; local in function:AddScalables 708 for (i = 0; i < max; i++, fval++) { 712 if (fval->string && !strcmp(fval->string, "0")) 716 ocount = fval->count; 719 oofonts = ofonts = fval->font; 720 fval->font = nfonts; 721 fval->count = ncount; 722 fval->allocated = ncount; 732 fval 806 FieldValue *fval = fieldValues[6]->value; local in function:FixScalables [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir.cpp | 332 ImmediateValue::ImmediateValue(Program *prog, float fval) argument 340 reg.data.f32 = fval; 465 ImmediateValue::compare(CondCode cc, float fval) const 473 case CC_LT: return reg.data.f32 < fval; 474 case CC_LE: return reg.data.f32 <= fval; 475 case CC_GT: return reg.data.f32 > fval; 476 case CC_GE: return reg.data.f32 >= fval; 477 case CC_EQ: return reg.data.f32 == fval; 478 case CC_NE: return reg.data.f32 != fval;
|
| H A D | nv50_ir.h | 799 bool compare(CondCode cc, float fval) const;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir.cpp | 333 ImmediateValue::ImmediateValue(Program *prog, float fval) argument 341 reg.data.f32 = fval; 466 ImmediateValue::compare(CondCode cc, float fval) const 474 case CC_LT: return reg.data.f32 < fval; 475 case CC_LE: return reg.data.f32 <= fval; 476 case CC_GT: return reg.data.f32 > fval; 477 case CC_GE: return reg.data.f32 >= fval; 478 case CC_EQ: return reg.data.f32 == fval; 479 case CC_NE: return reg.data.f32 != fval;
|
| H A D | nv50_ir.h | 851 bool compare(CondCode cc, float fval) const;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | ptrveloc.c | 222 float fval = 1.0/vel->const_acceleration; local in function:AccelInitDecelProperty 226 PropModeReplace, 1, &fval, FALSE); 268 float fval = 1.0/vel->min_acceleration; local in function:AccelInitAdaptDecelProperty 272 PropModeReplace, 1, &fval, FALSE); 315 float fval = vel->corr_mul; local in function:AccelInitScaleProperty 319 PropModeReplace, 1, &fval, FALSE);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | ptrveloc.c | 266 float fval = 1.0 / vel->const_acceleration; local in function:AccelInitDecelProperty 271 1, &fval, FALSE); 311 float fval = 1.0 / vel->min_acceleration; local in function:AccelInitAdaptDecelProperty 317 1, &fval, FALSE); 359 float fval = vel->corr_mul; local in function:AccelInitScaleProperty 364 1, &fval, FALSE);
|