Home
last modified time | relevance | path

Searched refs:max_cmp_min (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/generics/
H A Dcalc.rs377 let max_cmp_min = match max.partial_cmp(&min) { in simplify_and_sort_direct_children() localVariable
389 if matches!(max_cmp_min, cmp::Ordering::Less) { in simplify_and_sort_direct_children()
/dports/www/firefox/firefox-99.0/servo/components/style/values/generics/
H A Dcalc.rs379 let max_cmp_min = match max.partial_cmp(&min) { in simplify_and_sort_direct_children() localVariable
391 if matches!(max_cmp_min, cmp::Ordering::Less) { in simplify_and_sort_direct_children()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/generics/
H A Dcalc.rs377 let max_cmp_min = match max.partial_cmp(&min) { in simplify_and_sort_direct_children() localVariable
389 if matches!(max_cmp_min, cmp::Ordering::Less) { in simplify_and_sort_direct_children()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/generics/
H A Dcalc.rs370 let max_cmp_min = match max.partial_cmp(&min) { in simplify_and_sort_direct_children() localVariable
382 if matches!(max_cmp_min, cmp::Ordering::Less) { in simplify_and_sort_direct_children()