Searched refs:has_double (Results 1 – 6 of 6) sorted by relevance
255 bool has_double() const in has_double() function
261 if (!state->has_double()) in get_implicit_conversion_operation()3044 if (state->has_double() in validate_fragment_flat_interpolation_input()
734 return state->has_double(); in fp64()746 return state->has_int64() && state->has_double(); in int64_fp64()
1278 has_double = False1282 has_double = True1284 if has_double:
1379 has_double = False1383 has_double = True1385 if has_double:
1790 if ((!state || state->has_double()) && this->is_double()) in can_implicitly_convert_to()1794 if ((!state || state->has_double()) && desired->is_double()) { in can_implicitly_convert_to()