Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/runtime/test/Unit/
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
66 switch (classify(dividend)) in test__divtc3()
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
62 switch (classify(dividend)) in test__muldc3()
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
65 switch (classify(dividend)) in test__divxc3()
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
62 switch (classify(dividend)) in test__mulsc3()
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
65 switch (classify(dividend)) in test__multc3()
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
65 switch (classify(dividend)) in test__mulxc3()
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
62 switch (classify(dividend)) in test__divdc3()
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
62 switch (classify(dividend)) in test__divsc3()