Lines Matching defs:is_power
1736 const bool is_power = (power != 1.0f && is_decimal && has_min_max && (v_max - v_min < FLT_MAX));
1768 bool is_drag_direction_change_with_power = is_power && ((adjust_delta < 0 && g.DragCurrentAccum > 0) || (adjust_delta > 0 && g.DragCurrentAccum < 0));
1786 if (is_power)
1804 if (is_power)
2082 const bool is_power = (power != 1.0f) && (data_type == ImGuiDataType_Float || data_type == ImGuiDataType_Double);
2084 if (is_power)
2111 const bool is_power = (power != 1.0f) && is_decimal;
2126 if (is_power && v_min * v_max < 0.0f)
2172 if ((decimal_precision > 0) || is_power)
2198 if (is_power)