Home
last modified time | relevance | path

Searched defs:divisor (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/
Dmuldc3_test.c55 double _Complex divisor; in test__muldc3() local
59 __real__ divisor = c; in test__muldc3() local
60 __imag__ divisor = d; in test__muldc3() local
Dmulxc3_test.c58 long double _Complex divisor; in test__mulxc3() local
62 __real__ divisor = c; in test__mulxc3() local
63 __imag__ divisor = d; in test__mulxc3() local
Dmultc3_test.c58 long double _Complex divisor; in test__multc3() local
62 __real__ divisor = c; in test__multc3() local
63 __imag__ divisor = d; in test__multc3() local
Ddivxc3_test.c58 long double _Complex divisor; in test__divxc3() local
62 __real__ divisor = c; in test__divxc3() local
63 __imag__ divisor = d; in test__divxc3() local
Ddivdc3_test.c55 double _Complex divisor; in test__divdc3() local
59 __real__ divisor = c; in test__divdc3() local
60 __imag__ divisor = d; in test__divdc3() local
Ddivtc3_test.c59 long double _Complex divisor; in test__divtc3() local
63 __real__ divisor = c; in test__divtc3() local
64 __imag__ divisor = d; in test__divtc3() local
Ddivsc3_test.c55 float _Complex divisor; in test__divsc3() local
59 __real__ divisor = c; in test__divsc3() local
60 __imag__ divisor = d; in test__divsc3() local
Dmulsc3_test.c55 float _Complex divisor; in test__mulsc3() local
59 __real__ divisor = c; in test__mulsc3() local
60 __imag__ divisor = d; in test__mulsc3() local
/frameworks/base/core/java/android/widget/
DCalendarView.java1397 int divisor = 2 * nDays; in drawWeekNumbers() local