Home
last modified time | relevance | path

Searched refs:AppendDouble (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/base/
H A Dmath_util.cc695 res->AppendDouble(pt.x()); in AddToTracedValue()
696 res->AppendDouble(pt.y()); in AddToTracedValue()
704 res->AppendDouble(pt.x()); in AddToTracedValue()
705 res->AppendDouble(pt.y()); in AddToTracedValue()
706 res->AppendDouble(pt.z()); in AddToTracedValue()
723 res->AppendDouble(v.x()); in AddToTracedValue()
724 res->AppendDouble(v.y()); in AddToTracedValue()
732 res->AppendDouble(v.x()); in AddToTracedValue()
733 res->AppendDouble(v.y()); in AddToTracedValue()
756 res->AppendDouble(rect.x()); in AddToTracedValue()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/base/
H A Dmath_util.cc695 res->AppendDouble(pt.x()); in AddToTracedValue()
696 res->AppendDouble(pt.y()); in AddToTracedValue()
704 res->AppendDouble(pt.x()); in AddToTracedValue()
705 res->AppendDouble(pt.y()); in AddToTracedValue()
706 res->AppendDouble(pt.z()); in AddToTracedValue()
723 res->AppendDouble(v.x()); in AddToTracedValue()
724 res->AppendDouble(v.y()); in AddToTracedValue()
732 res->AppendDouble(v.x()); in AddToTracedValue()
733 res->AppendDouble(v.y()); in AddToTracedValue()
756 res->AppendDouble(rect.x()); in AddToTracedValue()
[all …]
/dports/www/node10/node-v10.24.1/test/cctest/
H A Dtest_traced_value.cc42 traced_value->AppendDouble(1.234); in TEST()
43 traced_value->AppendDouble(NAN); in TEST()
44 traced_value->AppendDouble(INFINITY); in TEST()
45 traced_value->AppendDouble(-INFINITY); in TEST()
46 traced_value->AppendDouble(1.23e7); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDOMMatrix.cpp516 auto AppendDouble = [&aRv, &cbuf, &matrixStr](double d, in Stringify() local
535 if (!AppendDouble(M11()) || !AppendDouble(M12()) || !AppendDouble(M13()) || in Stringify()
536 !AppendDouble(M14()) || !AppendDouble(M21()) || !AppendDouble(M22()) || in Stringify()
537 !AppendDouble(M23()) || !AppendDouble(M24()) || !AppendDouble(M31()) || in Stringify()
538 !AppendDouble(M32()) || !AppendDouble(M33()) || !AppendDouble(M34()) || in Stringify()
539 !AppendDouble(M41()) || !AppendDouble(M42()) || !AppendDouble(M43()) || in Stringify()
540 !AppendDouble(M44(), true)) { in Stringify()
548 if (!AppendDouble(A()) || !AppendDouble(B()) || !AppendDouble(C()) || in Stringify()
549 !AppendDouble(D()) || !AppendDouble(E()) || !AppendDouble(F(), true)) { in Stringify()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDOMMatrix.cpp504 auto AppendDouble = [&aRv, &cbuf, &matrixStr](double d, in Stringify() local
523 if (!AppendDouble(M11()) || !AppendDouble(M12()) || !AppendDouble(M13()) || in Stringify()
524 !AppendDouble(M14()) || !AppendDouble(M21()) || !AppendDouble(M22()) || in Stringify()
525 !AppendDouble(M23()) || !AppendDouble(M24()) || !AppendDouble(M31()) || in Stringify()
526 !AppendDouble(M32()) || !AppendDouble(M33()) || !AppendDouble(M34()) || in Stringify()
527 !AppendDouble(M41()) || !AppendDouble(M42()) || !AppendDouble(M43()) || in Stringify()
528 !AppendDouble(M44(), true)) { in Stringify()
536 if (!AppendDouble(A()) || !AppendDouble(B()) || !AppendDouble(C()) || in Stringify()
537 !AppendDouble(D()) || !AppendDouble(E()) || !AppendDouble(F(), true)) { in Stringify()
/dports/www/firefox/firefox-99.0/dom/base/
H A DDOMMatrix.cpp516 auto AppendDouble = [&aRv, &cbuf, &matrixStr](double d, in Stringify() local
535 if (!AppendDouble(M11()) || !AppendDouble(M12()) || !AppendDouble(M13()) || in Stringify()
536 !AppendDouble(M14()) || !AppendDouble(M21()) || !AppendDouble(M22()) || in Stringify()
537 !AppendDouble(M23()) || !AppendDouble(M24()) || !AppendDouble(M31()) || in Stringify()
538 !AppendDouble(M32()) || !AppendDouble(M33()) || !AppendDouble(M34()) || in Stringify()
539 !AppendDouble(M41()) || !AppendDouble(M42()) || !AppendDouble(M43()) || in Stringify()
540 !AppendDouble(M44(), true)) { in Stringify()
548 if (!AppendDouble(A()) || !AppendDouble(B()) || !AppendDouble(C()) || in Stringify()
549 !AppendDouble(D()) || !AppendDouble(E()) || !AppendDouble(F(), true)) { in Stringify()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDOMMatrix.cpp516 auto AppendDouble = [&aRv, &cbuf, &matrixStr](double d, in Stringify() local
535 if (!AppendDouble(M11()) || !AppendDouble(M12()) || !AppendDouble(M13()) || in Stringify()
536 !AppendDouble(M14()) || !AppendDouble(M21()) || !AppendDouble(M22()) || in Stringify()
537 !AppendDouble(M23()) || !AppendDouble(M24()) || !AppendDouble(M31()) || in Stringify()
538 !AppendDouble(M32()) || !AppendDouble(M33()) || !AppendDouble(M34()) || in Stringify()
539 !AppendDouble(M41()) || !AppendDouble(M42()) || !AppendDouble(M43()) || in Stringify()
540 !AppendDouble(M44(), true)) { in Stringify()
548 if (!AppendDouble(A()) || !AppendDouble(B()) || !AppendDouble(C()) || in Stringify()
549 !AppendDouble(D()) || !AppendDouble(E()) || !AppendDouble(F(), true)) { in Stringify()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/layers/
H A Dui_resource_layer_impl.cc148 state->AppendDouble(vertex_opacity_[0]); in AsValueInto()
149 state->AppendDouble(vertex_opacity_[1]); in AsValueInto()
150 state->AppendDouble(vertex_opacity_[2]); in AsValueInto()
151 state->AppendDouble(vertex_opacity_[3]); in AsValueInto()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/layers/
H A Dui_resource_layer_impl.cc148 state->AppendDouble(vertex_opacity_[0]); in AsValueInto()
149 state->AppendDouble(vertex_opacity_[1]); in AsValueInto()
150 state->AppendDouble(vertex_opacity_[2]); in AsValueInto()
151 state->AppendDouble(vertex_opacity_[3]); in AsValueInto()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/tiles/
H A Dtile.cc58 value->AppendDouble(raster_transform_.scale()); in AsValueInto()
59 value->AppendDouble(raster_transform_.translation().x()); in AsValueInto()
60 value->AppendDouble(raster_transform_.translation().y()); in AsValueInto()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/gcm_driver/
H A Dgcm_internals_helper.cc29 row->AppendDouble(checkin.time.ToJsTime()); in SetCheckinInfo()
40 row->AppendDouble(connection.time.ToJsTime()); in SetConnectionInfo()
52 row->AppendDouble(registration.time.ToJsTime()); in SetRegistrationInfo()
65 row->AppendDouble(receive.time.ToJsTime()); in SetReceivingInfo()
79 row->AppendDouble(send.time.ToJsTime()); in SetSendingInfo()
94 row->AppendDouble(failure.time.ToJsTime()); in SetDecryptionFailureInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/tiles/
H A Dtile.cc59 value->AppendDouble(raster_transform_.scale()); in AsValueInto()
60 value->AppendDouble(raster_transform_.translation().x()); in AsValueInto()
61 value->AppendDouble(raster_transform_.translation().y()); in AsValueInto()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/bson/
H A Draw_value_test.go63 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, 3.14159)}
74 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, want)}
104 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, 3.14159)}
115 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, want)}
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/bson/
H A Draw_value_test.go63 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, 3.14159)}
74 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, want)}
104 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, 3.14159)}
115 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, want)}
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/bson/
H A Draw_value_test.go63 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, 3.14159)}
74 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, want)}
104 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, 3.14159)}
115 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, want)}
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/bson/
H A Draw_value_test.go63 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, 3.14159)}
74 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, want)}
104 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, 3.14159)}
115 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, want)}
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/bson/
H A Draw_value_test.go63 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, 3.14159)}
74 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, want)}
104 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, 3.14159)}
115 val := RawValue{Type: bsontype.Double, Value: bsoncore.AppendDouble(nil, want)}
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Darray_union_test.cc294 virtual void AppendDouble(double dbl) { in AppendDouble() function in arrow::UnionBuilderTest
303 AppendDouble(1.0); in AppendBasics()
304 AppendDouble(-1.0); in AppendBasics()
309 AppendDouble(0.5); in AppendBasics()
329 AppendDouble(1.0); in AppendInferred()
330 AppendDouble(-1.0); in AppendInferred()
331 AppendDouble(0.5); in AppendInferred()
357 AppendDouble(0.5); in AppendListOfInferred()
389 void AppendDouble(double dbl) override { in AppendDouble() function in arrow::SparseUnionBuilderTest
390 Base::AppendDouble(dbl); in AppendDouble()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/array/
H A Darray_union_test.cc296 virtual void AppendDouble(double dbl) { in AppendDouble() function in arrow::UnionBuilderTest
305 AppendDouble(1.0); in AppendBasics()
306 AppendDouble(-1.0); in AppendBasics()
311 AppendDouble(0.5); in AppendBasics()
348 AppendDouble(1.0); in AppendInferred()
349 AppendDouble(-1.0); in AppendInferred()
350 AppendDouble(0.5); in AppendInferred()
378 AppendDouble(0.5); in AppendListOfInferred()
411 void AppendDouble(double dbl) override { in AppendDouble() function in arrow::SparseUnionBuilderTest
412 Base::AppendDouble(dbl); in AppendDouble()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/array/
H A Darray_union_test.cc304 virtual void AppendDouble(double dbl) { in AppendDouble() function in arrow::UnionBuilderTest
313 AppendDouble(1.0); in AppendBasics()
314 AppendDouble(-1.0); in AppendBasics()
319 AppendDouble(0.5); in AppendBasics()
356 AppendDouble(1.0); in AppendInferred()
357 AppendDouble(-1.0); in AppendInferred()
358 AppendDouble(0.5); in AppendInferred()
386 AppendDouble(0.5); in AppendListOfInferred()
419 void AppendDouble(double dbl) override { in AppendDouble() function in arrow::SparseUnionBuilderTest
420 Base::AppendDouble(dbl); in AppendDouble()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/webui/
H A Dweb_ui_message_handler_unittest.cc65 list.AppendDouble(zero_value); in TEST()
70 list.AppendDouble(neg_value); in TEST()
75 list.AppendDouble(pos_value); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/webui/
H A Dweb_ui_message_handler_unittest.cc65 list.AppendDouble(zero_value); in TEST()
70 list.AppendDouble(neg_value); in TEST()
75 list.AppendDouble(pos_value); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/accessibility/
H A Daccessibility_event_rewriter_delegate.cc112 event_args->AppendDouble(point.x()); in SendPointScanPoint()
113 event_args->AppendDouble(point.y()); in SendPointScanPoint()
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Dbsoncore_test.go82 AppendDouble,
140 []interface{}{make([]byte, 0), Value{Type: bsontype.Double, Data: AppendDouble(nil, 3.14159)}},
151 …[]interface{}{make([]byte, 0), "foobar", Value{Type: bsontype.Double, Data: AppendDouble(nil, 3.14…
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Dbsoncore_test.go82 AppendDouble,
140 []interface{}{make([]byte, 0), Value{Type: bsontype.Double, Data: AppendDouble(nil, 3.14159)}},
151 …[]interface{}{make([]byte, 0), "foobar", Value{Type: bsontype.Double, Data: AppendDouble(nil, 3.14…

123456789