Home
last modified time | relevance | path

Searched refs:computed_value (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/lang/gravity/gravity-0.8.5/src/optionals/
H A Dgravity_opt_math.c70 gravity_int_t computed_value; in math_abs() local
74 computed_value = (gravity_int_t)labs((long)value.n); in math_abs()
76 RETURN_VALUE(VALUE_FROM_INT(computed_value), rindex); in math_abs()
80 gravity_float_t computed_value; in math_abs() local
82 computed_value = (gravity_float_t)fabs((double)value.f); in math_abs()
84 computed_value = (gravity_float_t)fabsf((float)value.f); in math_abs()
86 RETURN_VALUE(VALUE_FROM_FLOAT(computed_value), rindex); in math_abs()
104 RETURN_VALUE(VALUE_FROM_FLOAT(computed_value), rindex); in math_acos()
109 RETURN_VALUE(VALUE_FROM_FLOAT(computed_value), rindex); in math_acos()
127 RETURN_VALUE(VALUE_FROM_FLOAT(computed_value), rindex); in math_asin()
[all …]
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/spomky-labs/cbor-php/src/
H A DSignedIntegerObject.php50 $computed_value = gmp_sub($minusOne, $value);
53 case gmp_intval($computed_value) < 24:
54 $ai = gmp_intval($computed_value);
57 case gmp_cmp($computed_value, gmp_init('FF', 16)) < 0:
59 … $data = self::hex2bin(str_pad(gmp_strval($computed_value, 16), 2, '0', STR_PAD_LEFT));
61 case gmp_cmp($computed_value, gmp_init('FFFF', 16)) < 0:
63 … $data = self::hex2bin(str_pad(gmp_strval($computed_value, 16), 4, '0', STR_PAD_LEFT));
65 case gmp_cmp($computed_value, gmp_init('FFFFFFFF', 16)) < 0:
67 … $data = self::hex2bin(str_pad(gmp_strval($computed_value, 16), 8, '0', STR_PAD_LEFT));
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/spomky-labs/cbor-php/src/
H A DSignedIntegerObject.php85 $computed_value = $minusOne->minus($integer);
88 case $computed_value->isLessThan(BigInteger::of(24)):
89 $ai = $computed_value->toInt();
92 case $computed_value->isLessThan(BigInteger::fromBase('FF', 16)):
94 $data = self::hex2bin(str_pad($computed_value->toBase(16), 2, '0', STR_PAD_LEFT));
96 case $computed_value->isLessThan(BigInteger::fromBase('FFFF', 16)):
98 $data = self::hex2bin(str_pad($computed_value->toBase(16), 4, '0', STR_PAD_LEFT));
100 case $computed_value->isLessThan(BigInteger::fromBase('FFFFFFFF', 16)):
102 $data = self::hex2bin(str_pad($computed_value->toBase(16), 8, '0', STR_PAD_LEFT));
/dports/www/nextcloud/nextcloud/3rdparty/spomky-labs/cbor-php/src/
H A DSignedIntegerObject.php85 $computed_value = $minusOne->minus($integer);
88 case $computed_value->isLessThan(BigInteger::of(24)):
89 $ai = $computed_value->toInt();
92 case $computed_value->isLessThan(BigInteger::fromBase('FF', 16)):
94 $data = self::hex2bin(str_pad($computed_value->toBase(16), 2, '0', STR_PAD_LEFT));
96 case $computed_value->isLessThan(BigInteger::fromBase('FFFF', 16)):
98 $data = self::hex2bin(str_pad($computed_value->toBase(16), 4, '0', STR_PAD_LEFT));
100 case $computed_value->isLessThan(BigInteger::fromBase('FFFFFFFF', 16)):
102 $data = self::hex2bin(str_pad($computed_value->toBase(16), 8, '0', STR_PAD_LEFT));
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/longhand/
H A Dbox.mako.rs74 type ComputedValue = computed_value::T;
85 computed_value::T::Left in to_computed_value()
87 computed_value::T::Right in to_computed_value()
94 computed_value::T::Right in to_computed_value()
96 computed_value::T::Left in to_computed_value()
100 SpecifiedValue::${value} => computed_value::T::${value}, in to_computed_value()
129 type ComputedValue = computed_value::T;
140 computed_value::T::Left in to_computed_value()
142 computed_value::T::Right in to_computed_value()
149 computed_value::T::Right in to_computed_value()
[all …]
H A Dinherited_text.mako.rs81 type ComputedValue = computed_value::T;
84 fn to_computed_value(&self, _: &Context) -> computed_value::T { in to_computed_value()
87 SpecifiedValue::${value} => computed_value::T::${value}, in to_computed_value()
90 SpecifiedValue::Distribute => computed_value::T::InterCharacter, in to_computed_value()
95 fn from_computed_value(computed: &computed_value::T) -> SpecifiedValue { in from_computed_value()
98 computed_value::T::${value} => SpecifiedValue::${value}, in from_computed_value()
228 pub mod computed_value { module
232 pub fn get_initial_value() -> computed_value::T { in get_initial_value()
H A Dfont.mako.rs350 … let weight = longhands::font_weight::computed_value::T::from_gecko_weight(system.weight); in to_computed_value()
352 font_family: longhands::font_family::computed_value::T( in to_computed_value()
362 font_size_adjust: longhands::font_size_adjust::computed_value in to_computed_value()
365 ${kwprop}: longhands::${kwprop}::computed_value::T::from_gecko_keyword( in to_computed_value()
372 font_language_override: longhands::font_language_override::computed_value in to_computed_value()
407 pub ${name}: longhands::${name}::computed_value::T,
/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/css/
H A Dcomputed_values.py148 if computed_value and len(computed_value) == 1:
149 value = computed_value[0]
154 while (computed_value and
156 and len(computed_value) == 1):
161 computed_value = default
168 return computed_value
227 if computed_value is None:
500 computed_value = value
511 computed_value = value
523 computed_value = value
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/properties/
H A Dgecko.mako.rs1013 longhands::font_weight::computed_value::T(weight) in clone_font_weight()
1104 longhands::_x_lang::computed_value::T(unsafe { in clone__x_lang()
1137 ) -> longhands::_moz_min_font_size_ratio::computed_value::T { in clone__moz_min_font_size_ratio()
1333 v: longhands::display::computed_value::T, in set_adjusted_display()
1692 longhands::${ident}::computed_value::List(
1761 longhands::${shorthand}_repeat::computed_value::List(
1835 longhands::${shorthand}_size::computed_value::List(
1886 longhands::${shorthand}_image::computed_value::List(
1938 use self::longhands::list_style_type::computed_value::T; in set_list_style_type()
1964 use self::longhands::list_style_type::computed_value::T; in clone_list_style_type()
[all …]
H A Dhelpers.mako.rs27 pub mod computed_value { module
128 pub mod computed_value { module
342 computed_value::List(Default::default()) in get_initial_value()
346 computed_value::List(v) in get_initial_value()
375 ) -> computed_value::Iter<'a, 'cx, 'cx_a> { in compute_iter()
382 type ComputedValue = computed_value::T;
389 computed_value::List(computed_value::UnderlyingList::from_iter( in to_computed_value()
559 pub mod computed_value { module
588 Keyword(computed_value::T),
598 type ComputedValue = computed_value::T;
[all …]
/dports/www/firefox/firefox-99.0/servo/components/style/properties/
H A Dgecko.mako.rs908 longhands::font_weight::computed_value::T(weight) in clone_font_weight()
982 longhands::_x_lang::computed_value::T(unsafe { in clone__x_lang()
1015 ) -> longhands::_moz_min_font_size_ratio::computed_value::T { in clone__moz_min_font_size_ratio()
1211 v: longhands::display::computed_value::T, in set_adjusted_display()
1591 longhands::${ident}::computed_value::List(
1660 longhands::${shorthand}_repeat::computed_value::List(
1734 longhands::${shorthand}_size::computed_value::List(
1785 longhands::${shorthand}_image::computed_value::List(
1837 use self::longhands::list_style_type::computed_value::T; in set_list_style_type()
1863 use self::longhands::list_style_type::computed_value::T; in clone_list_style_type()
[all …]
H A Dhelpers.mako.rs27 pub mod computed_value { module
128 pub mod computed_value { module
342 computed_value::List(Default::default()) in get_initial_value()
346 computed_value::List(v) in get_initial_value()
375 ) -> computed_value::Iter<'a, 'cx, 'cx_a> { in compute_iter()
382 type ComputedValue = computed_value::T;
389 computed_value::List(computed_value::UnderlyingList::from_iter( in to_computed_value()
560 pub mod computed_value { module
589 Keyword(computed_value::T),
599 type ComputedValue = computed_value::T;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/properties/
H A Dgecko.mako.rs908 longhands::font_weight::computed_value::T(weight)
982 longhands::_x_lang::computed_value::T(unsafe {
1015 ) -> longhands::_moz_min_font_size_ratio::computed_value::T {
1211 v: longhands::display::computed_value::T, in append_serialization()
1570 longhands::${ident}::computed_value::List(
1639 longhands::${shorthand}_repeat::computed_value::List(
1713 longhands::${shorthand}_size::computed_value::List(
1764 longhands::${shorthand}_image::computed_value::List(
1816 use self::longhands::list_style_type::computed_value::T;
1842 use self::longhands::list_style_type::computed_value::T;
[all …]
H A Dhelpers.mako.rs27 pub mod computed_value { module
128 pub mod computed_value { module
342 computed_value::List(Default::default()) in get_initial_value()
346 computed_value::List(v) in get_initial_value()
375 ) -> computed_value::Iter<'a, 'cx, 'cx_a> { in compute_iter()
382 type ComputedValue = computed_value::T;
389 computed_value::List(computed_value::UnderlyingList::from_iter( in to_computed_value()
559 pub mod computed_value { module
588 Keyword(computed_value::T),
598 type ComputedValue = computed_value::T;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/properties/
H A Dgecko.mako.rs908 longhands::font_weight::computed_value::T(weight) in clone_font_weight()
982 longhands::_x_lang::computed_value::T(unsafe { in clone__x_lang()
1015 ) -> longhands::_moz_min_font_size_ratio::computed_value::T { in clone__moz_min_font_size_ratio()
1211 v: longhands::display::computed_value::T, in set_adjusted_display()
1570 longhands::${ident}::computed_value::List(
1639 longhands::${shorthand}_repeat::computed_value::List(
1713 longhands::${shorthand}_size::computed_value::List(
1764 longhands::${shorthand}_image::computed_value::List(
1816 use self::longhands::list_style_type::computed_value::T; in set_list_style_type()
1842 use self::longhands::list_style_type::computed_value::T; in clone_list_style_type()
[all …]
H A Dhelpers.mako.rs27 pub mod computed_value { module
128 pub mod computed_value { module
342 computed_value::List(Default::default()) in get_initial_value()
346 computed_value::List(v) in get_initial_value()
375 ) -> computed_value::Iter<'a, 'cx, 'cx_a> { in compute_iter()
382 type ComputedValue = computed_value::T;
389 computed_value::List(computed_value::UnderlyingList::from_iter( in to_computed_value()
559 pub mod computed_value { module
588 Keyword(computed_value::T),
598 type ComputedValue = computed_value::T;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/
H A Dgecko.mako.rs526 longhands::${ident}::computed_value::T {
1820 longhands::justify_items::computed_value::T { in clone_justify_items()
1864 longhands::${value.name}::computed_value::T {
3038 v: longhands::display::computed_value::T in match_display_keyword()
3067 v: longhands::display::computed_value::T, in set_adjusted_display()
3743 longhands::${ident}::computed_value::T (
3940 longhands::background_size::computed_value::T(
4175 longhands::quotes::computed_value::T( in clone_quotes()
4270 longhands::box_shadow::computed_value::T(buf) in clone_box_shadow()
4516 longhands::filter::computed_value::T(filters) in clone_filter()
[all …]
H A Dhelpers.mako.rs23 pub mod computed_value { module
108 pub mod computed_value { module
177 pub fn get_initial_value() -> computed_value::T { in get_initial_value()
179 computed_value::T(vec![]) in get_initial_value()
183 computed_value::T(v) in get_initial_value()
206 -> computed_value::Iter<'a, 'cx, 'cx_a> { in compute_iter()
212 type ComputedValue = computed_value::T;
397 pub mod computed_value { module
413 Keyword(computed_value::T),
422 type ComputedValue = computed_value::T;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/
H A Dstyle_adjuster.rs10 use crate::properties::longhands::display::computed_value::T as Display;
11 use crate::properties::longhands::float::computed_value::T as Float;
12 use crate::properties::longhands::overflow_x::computed_value::T as Overflow;
13 use crate::properties::longhands::position::computed_value::T as Position;
174 use properties::longhands::_moz_inert::computed_value::T as Inert; in adjust_for_inert()
175 use properties::longhands::_moz_user_focus::computed_value::T as UserFocus; in adjust_for_inert()
176 use properties::longhands::_moz_user_input::computed_value::T as UserInput; in adjust_for_inert()
177 use properties::longhands::_moz_user_modify::computed_value::T as UserModify; in adjust_for_inert()
178 use properties::longhands::cursor::computed_value::T as Cursor; in adjust_for_inert()
179 use properties::longhands::pointer_events::computed_value::T as PointerEvents; in adjust_for_inert()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/
H A Dstyle_adjuster.rs10 use crate::properties::longhands::display::computed_value::T as Display;
11 use crate::properties::longhands::float::computed_value::T as Float;
12 use crate::properties::longhands::overflow_x::computed_value::T as Overflow;
13 use crate::properties::longhands::position::computed_value::T as Position;
174 use properties::longhands::_moz_inert::computed_value::T as Inert; in adjust_for_inert()
175 use properties::longhands::_moz_user_focus::computed_value::T as UserFocus; in adjust_for_inert()
176 use properties::longhands::_moz_user_input::computed_value::T as UserInput; in adjust_for_inert()
177 use properties::longhands::_moz_user_modify::computed_value::T as UserModify; in adjust_for_inert()
178 use properties::longhands::cursor::computed_value::T as Cursor; in adjust_for_inert()
179 use properties::longhands::pointer_events::computed_value::T as PointerEvents; in adjust_for_inert()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/properties/longhands/
H A Dinherited_text.mako.rs119 type ComputedValue = computed_value::T;
122 fn to_computed_value(&self, _: &Context) -> computed_value::T { in to_computed_value()
125 SpecifiedValue::${value} => computed_value::T::${value}, in to_computed_value()
128 SpecifiedValue::Distribute => computed_value::T::InterCharacter, in to_computed_value()
133 fn from_computed_value(computed: &computed_value::T) -> SpecifiedValue { in from_computed_value()
136 computed_value::T::${value} => SpecifiedValue::${value}, in from_computed_value()
/dports/devel/py-vsts/vsts-0.1.25/vsts/cloud_load_test/v4_1/models/
H A Dcounter_sample.py50 …def __init__(self, base_value=None, computed_value=None, counter_frequency=None, counter_instance_… argument
53 self.computed_value = computed_value
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/
H A Dstyle_adjuster.rs12 use properties::longhands::display::computed_value::T as Display;
13 use properties::longhands::float::computed_value::T as Float;
14 use properties::longhands::overflow_x::computed_value::T as Overflow;
15 use properties::longhands::position::computed_value::T as Position;
263 use properties::longhands::_moz_math_variant::computed_value::T as MozMathVariant; in adjust_for_mathvariant()
264 use properties::longhands::font_style::computed_value::T as FontStyle; in adjust_for_mathvariant()
265 use properties::longhands::font_weight::computed_value::T as FontWeight; in adjust_for_mathvariant()
417 use properties::longhands::text_align::computed_value::T as TextAlign; in adjust_for_table_text_align()
496 use properties::longhands::unicode_bidi::computed_value::T as UnicodeBidi; in adjust_for_ruby()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/
H A Dstyle_adjuster.rs10 use crate::properties::longhands::display::computed_value::T as Display;
11 use crate::properties::longhands::float::computed_value::T as Float;
12 use crate::properties::longhands::overflow_x::computed_value::T as Overflow;
13 use crate::properties::longhands::position::computed_value::T as Position;
367 use crate::properties::longhands::_moz_math_variant::computed_value::T as MozMathVariant; in adjust_for_mathvariant()
368 use crate::properties::longhands::font_weight::computed_value::T as FontWeight; in adjust_for_mathvariant()
563 use crate::properties::longhands::text_align::computed_value::T as TextAlign; in adjust_for_table_text_align()
652 use crate::properties::longhands::unicode_bidi::computed_value::T as UnicodeBidi; in adjust_for_ruby()
765 use crate::properties::longhands::_moz_appearance::computed_value::T as Appearance; in adjust_for_appearance()
766 use crate::properties::longhands::line_height::computed_value::T as LineHeight; in adjust_for_appearance()
/dports/www/firefox/firefox-99.0/servo/components/style/
H A Dstyle_adjuster.rs10 use crate::properties::longhands::display::computed_value::T as Display;
11 use crate::properties::longhands::float::computed_value::T as Float;
12 use crate::properties::longhands::overflow_x::computed_value::T as Overflow;
13 use crate::properties::longhands::position::computed_value::T as Position;
359 use crate::properties::longhands::_moz_math_variant::computed_value::T as MozMathVariant; in adjust_for_mathvariant()
360 use crate::properties::longhands::font_weight::computed_value::T as FontWeight; in adjust_for_mathvariant()
527 use crate::properties::longhands::text_align::computed_value::T as TextAlign; in adjust_for_table_text_align()
616 use crate::properties::longhands::unicode_bidi::computed_value::T as UnicodeBidi; in adjust_for_ruby()
729 use crate::properties::longhands::appearance::computed_value::T as Appearance; in adjust_for_appearance()
730 use crate::properties::longhands::line_height::computed_value::T as LineHeight; in adjust_for_appearance()

1234567