Home | History | Annotate | Download | only in main

Lines Matching defs:bi

343    int ai, bi;
349 __asm__ ("fstps %0" : "=m" (bi) : "t" (bf) : "st");
350 return (ai - bi) >> 1;
356 int ai, bi;
363 u.f = (float) bf; bi = u.i;
364 return (ai - bi) >> 1;
390 int ai, bi;
396 __asm__ ("fstps %0" : "=m" (bi) : "t" (bf) : "st");
397 return (ai - bi + 1) >> 1;
403 int ai, bi;
409 u.f = (float) bf; bi = u.i;
410 return (ai - bi + 1) >> 1;