Searched refs:di2 (Results 1 – 2 of 2) sorted by relevance
582 double di2; in __vpowf_n() local651 di2 = (__TBL_expfb + 150)[ind2 >> 8]; in __vpowf_n()654 di2 *= __TBL_exp2f[ind2 & 255]; in __vpowf_n()659 pz[0] = (float) (yy2 * di2); in __vpowf_n()761 double y2, yy2, di2; in __vpowfx_n() local796 di2 = (__TBL_expfb + 150)[ind2 >> 8]; in __vpowfx_n()799 di2 *= __TBL_exp2f[ind2 & 255]; in __vpowfx_n()804 pz[0] = (float) (yy2 * di2); in __vpowfx_n()
587 const mhd_drive_info_t *di2 = p2; in compare_drives() local589 const char *n2 = di2->dif_name; in compare_drives()629 u: return (strcmp(di1->dif_name, di2->dif_name)); in compare_drives()