Searched defs:divisor (Results 1 – 9 of 9) sorted by relevance
55 double _Complex divisor; in test__muldc3() local59 __real__ divisor = c; in test__muldc3() local60 __imag__ divisor = d; in test__muldc3() local
58 long double _Complex divisor; in test__mulxc3() local62 __real__ divisor = c; in test__mulxc3() local63 __imag__ divisor = d; in test__mulxc3() local
58 long double _Complex divisor; in test__multc3() local62 __real__ divisor = c; in test__multc3() local63 __imag__ divisor = d; in test__multc3() local
58 long double _Complex divisor; in test__divxc3() local62 __real__ divisor = c; in test__divxc3() local63 __imag__ divisor = d; in test__divxc3() local
55 double _Complex divisor; in test__divdc3() local59 __real__ divisor = c; in test__divdc3() local60 __imag__ divisor = d; in test__divdc3() local
59 long double _Complex divisor; in test__divtc3() local63 __real__ divisor = c; in test__divtc3() local64 __imag__ divisor = d; in test__divtc3() local
55 float _Complex divisor; in test__divsc3() local59 __real__ divisor = c; in test__divsc3() local60 __imag__ divisor = d; in test__divsc3() local
55 float _Complex divisor; in test__mulsc3() local59 __real__ divisor = c; in test__mulsc3() local60 __imag__ divisor = d; in test__mulsc3() local
1397 int divisor = 2 * nDays; in drawWeekNumbers() local