Lines Matching refs:resolve

49 //   (a) When called with half, it will resolve to half because half is an exact
51 // (b) When called with float it will resolve to float because float is an
53 // (c) When called with double it will resolve to double because it is an
76 // (b) When called with float it will resolve to float because float is an
78 // (c) When called with double it will resolve to double because it is an
99 // (a) When called with half, it will resolve to half because it is an exact
101 // (b) When called with flaot, it will resolve to double because double is a
103 // (c) When called with double, it will resolve to double because it is an
125 // (a) When called with half, it will resolve to half because half is an exact
127 // (b) When called with float it will resolve to float because float is an
129 // (c) When called with double it fails to resolve the ambigjuous conversion.
149 // (a) When called with half, it will resolve to double because double is a
151 // (b) When called with float it will resolve to double because double is a
153 // (c) When called with double it will resolve to double because it is an
175 // (a) When called with half, it will resolve to float because float is a
177 // (b) When called with float it will resolve to float because float is an
179 // (c) When called with double it will resolve to float because it is a
201 // (a) When called with half, it will resolve to half because half is an
203 // (b) When called with float it will resolve to half because half is a
205 // (c) When called with double it will resolve to float because it is a