Searched refs:absy (Results 1 – 5 of 5) sorted by relevance
87 T absy = T(ybits); in remquo() local92 nativeRemainder = nativeRemainder - absy; in remquo()94 nativeRemainder = absy - nativeRemainder; in remquo()
107 bool absy = ins->src_abs[0] && ins->src_abs[1]; in bi_ambiguous_abs() local109 return classy && typey && absy; in bi_ambiguous_abs()
254 int absy = glyph->hoty + y; in get_glyph_pixel() local257 absy < 0 || absy >= glyph->height) in get_glyph_pixel()261 unsigned char block = glyph->data[absy * stride + (absx/8)]; in get_glyph_pixel()
636 double absx, absy, c, m, r; in m_remainder() local643 absy = fabs(y); in m_remainder()644 m = fmod(absx, absy); in m_remainder()666 c = absy - m; in m_remainder()702 r = m - 2.0 * fmod(0.5 * (absx - m), absy); in m_remainder()
847 Integer absy{y}; in MultiplyUnsigned()849 absy = y.Negate().value; in MultiplyUnsigned()856 Product product{absx.MultiplyUnsigned(absy)}; in MultiplyUnsigned()