Searched refs:has_double (Results 1 – 4 of 4) sorted by relevance
255 bool has_double() const in has_double() function
261 if (!state->has_double()) in get_implicit_conversion_operation()3122 if (state->has_double() in validate_fragment_flat_interpolation_input()
762 return state->has_double(); in fp64()774 return state->has_int64() && state->has_double(); in int64_fp64()
1981 if ((!state || state->has_double()) && this->is_double()) in can_implicitly_convert_to()1985 if ((!state || state->has_double()) && desired->is_double()) { in can_implicitly_convert_to()