Lines Matching defs:templ
566 long templ = 0;
603 templ = tmp.sigl;
649 templ = (tmp.sigh >> 8) & 0x007fffff;
662 templ = 0x7f800000;
671 templ |= ((exp + SINGLE_Ebias) & 0xff) << 23;
675 templ = 0;
691 templ = 0x7f800000;
697 templ = st0_ptr->sigh >> 8;
703 templ |= (0x40000000 >> 8);
705 templ |= 0x7f800000;
711 templ = 0xffc00000;
742 templ |= 0x80000000;
746 FPU_put_user(templ, (unsigned long __user *)single);