Searched refs:templ (Results 1 – 4 of 4) sorted by relevance
635 long templ = 0; in FPU_store_single() local674 templ = tmp.sigl; in FPU_store_single()731 templ = (tmp.sigh >> 8) & 0x007fffff; in FPU_store_single()745 templ = 0x7f800000; in FPU_store_single()757 templ |= ((exp+SINGLE_Ebias) & 0xff) << 23; in FPU_store_single()763 templ = 0; in FPU_store_single()784 templ = 0x7f800000; in FPU_store_single()792 templ = st0_ptr->sigh >> 8; in FPU_store_single()799 templ |= (0x40000000 >> 8); in FPU_store_single()801 templ |= 0x7f800000; in FPU_store_single()[all …]
115 #define xor_speed(templ) do_xor_speed((templ), b1, b2) in calibrate_xor_block() argument
119 simscsi_detect (Scsi_Host_Template *templ) in simscsi_detect() argument121 templ->proc_name = "simscsi"; in simscsi_detect()
1071 unsigned long templ; in mxser_ioctl() local1099 if(get_user(templ, (unsigned long *) arg)) in mxser_ioctl()1101 arg = templ; in mxser_ioctl()