Lines Matching refs:resolve
50 // (a) When called with half, it will resolve to half because half is an exact
52 // (b) When called with float it will resolve to float because float is an
54 // (c) When called with double it will resolve to double because it is an
76 // (a) When called with half, it will fail to resolve because it cannot
78 // (b) When called with float it will resolve to float because float is an
80 // (c) When called with double it will resolve to double because it is an
101 // (a) When called with half, it will resolve to half because it is an exact
103 // (b) When called with flaot, it will resolve to double because double is a
105 // (c) When called with double, it will resolve to double because it is an
127 // (a) When called with half, it will resolve to half because half is an exact
129 // (b) When called with float it will resolve to float because float is an
131 // (c) When called with double it will resolve to float because it is the
152 // (a) When called with half, it will resolve to double because double is a
154 // (b) When called with float it will resolve to double because double is a
156 // (c) When called with double it will resolve to double because it is an
178 // (a) When called with half, it will resolve to float because float is a
180 // (b) When called with float it will resolve to float because float is an
182 // (c) When called with double it will resolve to float because it is a
204 // (a) When called with half, it will resolve to half because half is an
206 // (b) When called with float it will resolve to half because half is a
208 // (c) When called with double it will resolve to float because it is a