Home
last modified time | relevance | path

Searched refs:to_base (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_ruby_base.cc56 DCHECK(to_base); in MoveChildren()
64 MoveInlineChildren(to_base, before_child); in MoveChildren()
66 MoveBlockChildren(to_base, before_child); in MoveChildren()
77 DCHECK(to_base); in MoveInlineChildren()
83 if (to_base->ChildrenInline()) { in MoveInlineChildren()
85 to_block = to_base; in MoveInlineChildren()
94 to_block = to_base->CreateAnonymousBlock(); in MoveInlineChildren()
95 to_base->Children()->AppendChildNode(to_base, to_block); in MoveInlineChildren()
105 DCHECK(to_base); in MoveBlockChildren()
110 if (to_base->ChildrenInline()) in MoveBlockChildren()
[all …]
H A Dlayout_ruby_base.h62 void MoveChildren(LayoutRubyBase* to_base,
64 void MoveInlineChildren(LayoutRubyBase* to_base,
66 void MoveBlockChildren(LayoutRubyBase* to_base,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_ruby_base.cc68 DCHECK(to_base); in MoveChildren()
76 MoveInlineChildren(to_base, before_child); in MoveChildren()
78 MoveBlockChildren(to_base, before_child); in MoveChildren()
90 DCHECK(to_base); in MoveInlineChildren()
96 if (to_base->ChildrenInline()) { in MoveInlineChildren()
98 to_block = to_base; in MoveInlineChildren()
107 to_block = to_base->CreateAnonymousBlock(); in MoveInlineChildren()
108 to_base->Children()->AppendChildNode(to_base, to_block); in MoveInlineChildren()
119 DCHECK(to_base); in MoveBlockChildren()
124 if (to_base->ChildrenInline()) in MoveBlockChildren()
[all …]
H A Dlayout_ruby_base.h71 void MoveChildren(LayoutRubyBase* to_base,
73 void MoveInlineChildren(LayoutRubyBase* to_base,
75 void MoveBlockChildren(LayoutRubyBase* to_base,
/dports/math/p5-Math-BaseCalc/Math-BaseCalc-1.019/t/
H A D01_basic_tests.t23 my $result = $calc->to_base(13);
29 my $result = $calc->to_base(46);
35 my $result = $calc->to_base(13933);
41 my $result = $calc->to_base('-17');
66 my $r1 = $calc->to_base(2**30 + 5);
67 my $result = $calc->from_base($calc->to_base(2**30 + 5));
76 my $third = $calc->to_base($first * $second);
H A D05-trans.t13 is($x->to_base(76), '114');
17 is($x->to_base(7648), 'jmg');
26 is($x->to_base(7648), 'jmg');
H A D03_large_int.t21 my $base36 = $calc36->to_base($int);
22 is($base36, $int_base36, "to_base has done proper conversion of $int");
H A D04-bigint.t23 my $base36 = $calc36->to_base($num);
24 is($base36, $expect, "to_base has done proper conversion of $num");
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/golden/
H A Dudf_conv-2-5e5904af10b5d23f20ae28dc4b9a49ab1 conv(num, from_base, to_base) - convert num from from_base to to_base
2 If to_base is negative, treat num as a signed integer,otherwise, treat it as an unsigned integer.
H A Dudf_conv-1-d552befca345f3396464529cfde9f75a1 conv(num, from_base, to_base) - convert num from from_base to to_base
/dports/databases/soci/soci-4.0.1/include/soci/
H A Dunsigned-types.h42 static void to_base(unsigned char const & in,
73 static void to_base(unsigned short const & in,
104 static void to_base(unsigned int const & in,
H A Dboost-optional.h40 static void to_base(boost::optional<T> const & in,
45 type_conversion<T>::to_base(in.get(), out, ind);
H A Dvalues.h177 type_conversion<T>::to_base(value, baseValue, *pind);
192 type_conversion<T>::to_base(
208 type_conversion<T>::to_base(value, baseValue, *pind);
/dports/devel/p5-SVN-Notify-Snapshot/SVN-Notify-Snapshot-0.04/lib/SVN/Notify/
H A DSnapshot.pm42 my ($to_base, $to_path, $to_suffix) = fileparse($to, qr{\..*});
48 ? $self->{snapshot_base} : $to_base
52 $to = "$to_path/$to_base-".$self->{revision}.$to_suffix;
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dfunc_conv.cpp286 int64_t to_base = parm[2]->data()->getIntVal(row, isNull); in getStrVal() local
288 if (isNull || abs(static_cast<int>(to_base)) > 36 || abs(static_cast<int>(to_base)) < 2 || in getStrVal()
300 str = helpers::convNumToStr(dec, ans, to_base); in getStrVal()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dfunc_conv.cpp286 int64_t to_base = parm[2]->data()->getIntVal(row, isNull); in getStrVal() local
288 if (isNull || abs(static_cast<int>(to_base)) > 36 || abs(static_cast<int>(to_base)) < 2 || in getStrVal()
300 str = helpers::convNumToStr(dec, ans, to_base); in getStrVal()
/dports/devel/py-aiortc/aiortc-1.2.1/src/aiortc/
H A Dmediastreams.py19 pts: int, from_base: fractions.Fraction, to_base: fractions.Fraction
21 if from_base != to_base:
22 pts = int(pts * from_base / to_base)
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/panfrost/bifrost/test/
H A Dbi_test_pack.c465 for (unsigned to_base = 0; to_base < 3; ++to_base) { in bit_convert_helper() local
467 if ((from_size == to_size) && (from_base == to_base)) in bit_convert_helper()
471 if (from_base && to_base) in bit_convert_helper()
475 if (from_size != to_size && from_base == 0 && to_base) in bit_convert_helper()
478 if (from_size != to_size && from_base && to_base == 0) in bit_convert_helper()
482 if (from_size > to_size && from_base == to_base && from_base) in bit_convert_helper()
485 ins.dest_type = Ts[to_base] | to_size; in bit_convert_helper()
/dports/misc/vxl/vxl-3.3.2/contrib/mul/ipts/
H A Dipts_scale_space_peaks.h57 vimt_transform_2d to_base = image.world2im().inverse();
58 vimt_transform_2d to_above = image_above.world2im() * to_base;
59 vimt_transform_2d to_below = image_below.world2im() * to_base;
93 vgl_point_2d<double> p = to_base(i,j);
/dports/math/p5-Math-BaseCalc/Math-BaseCalc-1.019/lib/Math/
H A DBaseCalc.pm84 sub to_base { subroutine
86 return '-'.$self->to_base(-1*$num) if $num<0; # Handle negative numbers
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Delements.cc174 DCHECK(to_base.map() != roots.fixed_cow_array_map()); in CopyObjectToObjectElements()
182 int length = to_base.length() - start; in CopyObjectToObjectElements()
192 FixedArray to = FixedArray::cast(to_base); in CopyObjectToObjectElements()
215 int length = to_base.length() - start; in CopyDictionaryToObjectElements()
221 DCHECK(to_base != from_base); in CopyDictionaryToObjectElements()
224 FixedArray to = FixedArray::cast(to_base); in CopyDictionaryToObjectElements()
258 int length = to_base.length() - start; in CopyDoubleToObjectElements()
299 FixedDoubleArray::cast(to_base).set_the_hole(i); in CopyDoubleToDoubleElements()
334 FixedDoubleArray::cast(to_base).set_the_hole(i); in CopySmiToDoubleElements()
364 to_end = to_base.length(); in CopyPackedSmiToDoubleElements()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Delements.cc174 DCHECK(to_base.map() != roots.fixed_cow_array_map()); in CopyObjectToObjectElements()
182 int length = to_base.length() - start; in CopyObjectToObjectElements()
192 FixedArray to = FixedArray::cast(to_base); in CopyObjectToObjectElements()
215 int length = to_base.length() - start; in CopyDictionaryToObjectElements()
221 DCHECK(to_base != from_base); in CopyDictionaryToObjectElements()
224 FixedArray to = FixedArray::cast(to_base); in CopyDictionaryToObjectElements()
258 int length = to_base.length() - start; in CopyDoubleToObjectElements()
299 FixedDoubleArray::cast(to_base).set_the_hole(i); in CopyDoubleToDoubleElements()
334 FixedDoubleArray::cast(to_base).set_the_hole(i); in CopySmiToDoubleElements()
364 to_end = to_base.length(); in CopyPackedSmiToDoubleElements()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Delements.cc131 DCHECK(to_base->map() != in CopyObjectToObjectElements()
139 to_base->length() - to_start); in CopyObjectToObjectElements()
142 int length = to_base->length() - start; in CopyObjectToObjectElements()
154 FixedArray* to = FixedArray::cast(to_base); in CopyObjectToObjectElements()
181 int length = to_base->length() - start; in CopyDictionaryToObjectElements()
189 DCHECK(to_base != from_base); in CopyDictionaryToObjectElements()
192 FixedArray* to = FixedArray::cast(to_base); in CopyDictionaryToObjectElements()
225 to_base->length() - to_start); in CopyDoubleToObjectElements()
231 int length = to_base->length() - start; in CopyDoubleToObjectElements()
276 to_base->length() - to_start); in CopyDoubleToDoubleElements()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Delements.cc200 DCHECK(to_base.map() != roots.fixed_cow_array_map()); in CopyObjectToObjectElements()
208 int length = to_base.length() - start; in CopyObjectToObjectElements()
218 FixedArray to = FixedArray::cast(to_base); in CopyObjectToObjectElements()
241 int length = to_base.length() - start; in CopyDictionaryToObjectElements()
247 DCHECK(to_base != from_base); in CopyDictionaryToObjectElements()
250 FixedArray to = FixedArray::cast(to_base); in CopyDictionaryToObjectElements()
284 int length = to_base.length() - start; in CopyDoubleToObjectElements()
325 FixedDoubleArray::cast(to_base).set_the_hole(i); in CopyDoubleToDoubleElements()
360 FixedDoubleArray::cast(to_base).set_the_hole(i); in CopySmiToDoubleElements()
390 to_end = to_base.length(); in CopyPackedSmiToDoubleElements()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dosr_cs_wkt_grammar.y285 T_FITTED_CS begin_node_name ',' to_base ',' base_cs end_node
287 to_base:

12345678