Home
last modified time | relevance | path

Searched defs:dividend (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/
Dmuldc3_test.c54 double _Complex dividend; in test__muldc3() local
57 __real__ dividend = a; in test__muldc3() local
58 __imag__ dividend = b; in test__muldc3() local
Dmulxc3_test.c57 long double _Complex dividend; in test__mulxc3() local
60 __real__ dividend = a; in test__mulxc3() local
61 __imag__ dividend = b; in test__mulxc3() local
Dmultc3_test.c57 long double _Complex dividend; in test__multc3() local
60 __real__ dividend = a; in test__multc3() local
61 __imag__ dividend = b; in test__multc3() local
Ddivxc3_test.c57 long double _Complex dividend; in test__divxc3() local
60 __real__ dividend = a; in test__divxc3() local
61 __imag__ dividend = b; in test__divxc3() local
Ddivdc3_test.c54 double _Complex dividend; in test__divdc3() local
57 __real__ dividend = a; in test__divdc3() local
58 __imag__ dividend = b; in test__divdc3() local
Ddivtc3_test.c58 long double _Complex dividend; in test__divtc3() local
61 __real__ dividend = a; in test__divtc3() local
62 __imag__ dividend = b; in test__divtc3() local
Ddivsc3_test.c54 float _Complex dividend; in test__divsc3() local
57 __real__ dividend = a; in test__divsc3() local
58 __imag__ dividend = b; in test__divsc3() local
Dmulsc3_test.c54 float _Complex dividend; in test__mulsc3() local
57 __real__ dividend = a; in test__mulsc3() local
58 __imag__ dividend = b; in test__mulsc3() local