Searched defs:divisor (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/
H A Ddivdc3_test.c55 double _Complex divisor; local
59 __real__ divisor = c; local
60 __imag__ divisor = d; local
65 switch (classify(divisor))
90 switch (classify(divisor))
121 switch (classify(divisor))
146 switch (classify(divisor))
171 switch (classify(divisor))
H A Ddivsc3_test.c55 float _Complex divisor; local
59 __real__ divisor = c; local
60 __imag__ divisor = d; local
65 switch (classify(divisor))
90 switch (classify(divisor))
121 switch (classify(divisor))
146 switch (classify(divisor))
171 switch (classify(divisor))
H A Ddivtc3_test.c59 long double _Complex divisor; local
63 __real__ divisor = c; local
64 __imag__ divisor = d; local
69 switch (classify(divisor))
94 switch (classify(divisor))
125 switch (classify(divisor))
150 switch (classify(divisor))
175 switch (classify(divisor))
H A Ddivxc3_test.c58 long double _Complex divisor; local
62 __real__ divisor = c; local
63 __imag__ divisor = d; local
68 switch (classify(divisor))
93 switch (classify(divisor))
124 switch (classify(divisor))
149 switch (classify(divisor))
174 switch (classify(divisor))
H A Dmuldc3_test.c55 double _Complex divisor; local
59 __real__ divisor = c; local
60 __imag__ divisor = d; local
65 switch (classify(divisor))
90 switch (classify(divisor))
117 switch (classify(divisor))
142 switch (classify(divisor))
167 switch (classify(divisor))
H A Dmulsc3_test.c55 float _Complex divisor; local
59 __real__ divisor = c; local
60 __imag__ divisor = d; local
65 switch (classify(divisor))
90 switch (classify(divisor))
121 switch (classify(divisor))
146 switch (classify(divisor))
171 switch (classify(divisor))
H A Dmultc3_test.c58 long double _Complex divisor; local
62 __real__ divisor = c; local
63 __imag__ divisor = d; local
68 switch (classify(divisor))
93 switch (classify(divisor))
120 switch (classify(divisor))
145 switch (classify(divisor))
170 switch (classify(divisor))
H A Dmulxc3_test.c58 long double _Complex divisor; local
62 __real__ divisor = c; local
63 __imag__ divisor = d; local
68 switch (classify(divisor))
93 switch (classify(divisor))
120 switch (classify(divisor))
145 switch (classify(divisor))
170 switch (classify(divisor))

Completed in 59 milliseconds