Home | History | Annotate | Download | only in main

Lines Matching defs:af

357    double af, bf;
358 af = (3 << 22) + 0.5 + (double)f;
361 __asm__ ("fstps %0" : "=m" (ai) : "t" (af) : "st");
370 double af, bf;
373 af = (3 << 22) + 0.5 + (double)f;
375 u.f = (float) af; ai = u.i;
404 double af, bf;
405 af = (3 << 22) + 0.5 + (double)f;
408 __asm__ ("fstps %0" : "=m" (ai) : "t" (af) : "st");
417 double af, bf;
419 af = (3 << 22) + 0.5 + (double)f;
421 u.f = (float) af; ai = u.i;