Searched refs:dx2 (Results 1 – 4 of 4) sorted by relevance
113 double dx2; in tanhl() local142 dx2 = x2; in tanhl()144 RETURNI(((((((((((((((T33*dx2 + T31)*dx2 + T29)*dx2 + T27)*dx2 + in tanhl()150 long double q = ((((((((((((((T33*dx2 + T31)*dx2 + T29)*dx2 + T27)*dx2 + in tanhl()
87 double dx2; in coshl() local109 dx2 = x2; in coshl()110 RETURNI((((((((((((C26*dx2 + C24)*dx2 + C22)*dx2 + in coshl()
86 double dx2; in sinhl() local113 dx2 = x2; in sinhl()114 RETURNI(((((((((((S25*dx2 + S23)*dx2 + in sinhl()
55 int dx1, dy1, dx2, dy2; in overlap() local77 dx2 = dx1 + dst->_maxx; in overlap()80 if (dx2 >= sx1 && dx1 <= sx2 && dy2 >= sy1 && dy1 <= sy2) { in overlap()86 int dmaxcol = Min(sx2, dx2) - dx1; in overlap()