Home | History | Annotate | Download | only in main

Lines Matching defs:af

344    double af, bf;
345 af = (3 << 22) + 0.5 + (double)f;
348 __asm__ ("fstps %0" : "=m" (ai) : "t" (af) : "st");
357 double af, bf;
360 af = (3 << 22) + 0.5 + (double)f;
362 u.f = (float) af; ai = u.i;
391 double af, bf;
392 af = (3 << 22) + 0.5 + (double)f;
395 __asm__ ("fstps %0" : "=m" (ai) : "t" (af) : "st");
404 double af, bf;
406 af = (3 << 22) + 0.5 + (double)f;
408 u.f = (float) af; ai = u.i;