/third_party/glslang/Test/ |
D | stringToDouble.vert | 10 double w6 = 1234567890123456.0; 11 double w7 = 12345678901234567.0; 12 double w8 = 123456789012345678.0; 13 double w9 = 12345678901234567893.0; 14 double w10 = 1234567890123456789012345.0; 24 double e9 = 1e100; 25 double e10 = 1e+308; 26 …double e11 = 1e-307; // Was 1e-323, but that's flushed to zero sometimes. 1e-308 can be flushed to… 27 double e12 = 1e+309; 28 double e13 = 1e-324; [all …]
|
/third_party/boost/libs/math/doc/tr1/ |
D | c99_ref.qbk | 10 double acosh(double x); 12 long double acoshl(long double x); 14 double asinh(double x); 16 long double asinhl(long double x); 18 double atanh(double x); 20 long double atanhl(long double x); 22 double cbrt(double x); 24 long double cbrtl(long double x); 26 double copysign(double x, double y); 28 long double copysignl(long double x, long double y); [all …]
|
D | tr1_ref.qbk | 9 double assoc_laguerre(unsigned n, unsigned m, double x); 11 long double assoc_laguerrel(unsigned n, unsigned m, long double x); 14 double assoc_legendre(unsigned l, unsigned m, double x); 16 long double assoc_legendrel(unsigned l, unsigned m, long double x); 19 double beta(double x, double y); 21 long double betal(long double x, long double y); 24 double comp_ellint_1(double k); 26 long double comp_ellint_1l(long double k); 29 double comp_ellint_2(double k); 31 long double comp_ellint_2l(long double k); [all …]
|
/third_party/boost/libs/math/doc/overview/ |
D | tr1.qbk | 19 * Limited to support for the types, `float`, `double` and `long double`. 37 [[boost_math_c99-<suffix>][double][C99 Functions]] 38 [[boost_math_c99l-<suffix>][long double][C99 Functions]] 40 [[boost_math_tr1-<suffix>][double][TR1 Functions]] 41 [[boost_math_tr1l-<suffix>][long double][TR1 Functions]] 110 double acosh(double x); 112 long double acoshl(long double x); 114 double asinh(double x); 116 long double asinhl(long double x); 118 double atanh(double x); [all …]
|
/third_party/glslang/Test/baseResults/ |
D | 400.geom.out | 179 0:131 move second child to first child ( temp double) 180 0:131 'doublev' ( temp double) 183 0:132 move second child to first child ( temp 2-component vector of double) 184 0:132 'dvec2v' ( temp 2-component vector of double) 188 0:133 move second child to first child ( temp 3-component vector of double) 189 0:133 'dvec3v' ( temp 3-component vector of double) 194 0:134 move second child to first child ( temp 4-component vector of double) 195 0:134 'dvec4v' ( temp 4-component vector of double) 201 0:136 add second child into first child ( temp double) 202 0:136 'doublev' ( temp double) [all …]
|
D | stringToDouble.vert.out | 34 0:10 move second child to first child ( temp double) 35 0:10 'w6' ( temp double) 39 0:11 move second child to first child ( temp double) 40 0:11 'w7' ( temp double) 44 0:12 move second child to first child ( temp double) 45 0:12 'w8' ( temp double) 49 0:13 move second child to first child ( temp double) 50 0:13 'w9' ( temp double) 54 0:14 move second child to first child ( temp double) 55 0:14 'w10' ( temp double) [all …]
|
D | 400.vert.out | 2 ERROR: 0:3: 'vertex-shader `double` type input' : not supported for this version or the enabled ext… 3 ERROR: 0:4: 'vertex-shader `double` type input' : not supported for this version or the enabled ext… 4 ERROR: 0:5: 'vertex-shader `double` type input' : not supported for this version or the enabled ext… 22 0:8 'a' ( in double) 26 0:9 'a' ( in double) 30 0:10 'a' ( in double) 34 0:11 'a' ( in double) 35 0:11 'b' ( in double) 38 0:13 'a' ( in double) 42 0:14 'a' ( in double) [all …]
|
D | hlsl.intrinsics.double.frag.out | 1 hlsl.intrinsics.double.frag 7 0:5 'inDV1a' ( in double) 8 0:5 'inDV1b' ( in double) 9 0:5 'inDV1c' ( in double) 10 0:5 'inDV2' ( in 2-component vector of double) 11 0:5 'inDV3' ( in 3-component vector of double) 12 0:5 'inDV4' ( in 4-component vector of double) 17 0:6 move second child to first child ( temp double) 18 0:6 'r00' ( temp double) 19 0:6 fma ( temp double) [all …]
|
/third_party/flutter/flutter/dev/tools/vitool/test/ |
D | vitool_test.dart | 25 const <Point<double>>[Point<double>(1.0, 2.0)] 28 const <Point<double>>[ 29 Point<double>(12.0, 34.0), 30 Point<double>(5.0, 6.6), 34 const <Point<double>>[ 35 Point<double>(12.0, 34.0), 36 Point<double>(5.0, 6.6), 57 const Point<double>(48.0, 48.0) 62 const Point<double>(100.0, 50.0) 70 SvgPathCommand('M', <Point<double>>[Point<double>(0.0, 19.0)]), [all …]
|
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | wrapper_benchmark_messages.proto | 126 double double_field_95 = 95; 127 double double_field_1 = 1; 128 double double_field_79 = 79; 130 double double_field_96 = 96; 133 double double_field_97 = 97; 134 double double_field_65 = 65; 135 double double_field_66 = 66; 136 double double_field_7 = 7; 137 double double_field_62 = 62; 138 double double_field_118 = 118; [all …]
|
/third_party/boost/libs/math/doc/distributions/ |
D | empirical_cdf.qbk | 47 std::normal_distribution<double> dis(0, 1); 49 std::vector<double> v(n); 80 If the input data consists of integers, the output of the call operator is a double. Requires C++17. 93 ECDFConstructorSorted<double>/8 4.52 ns 94 ECDFConstructorSorted<double>/16 5.20 ns 95 ECDFConstructorSorted<double>/32 5.22 ns 96 ECDFConstructorSorted<double>/64 7.37 ns 97 ECDFConstructorSorted<double>/128 7.16 ns 98 ECDFConstructorSorted<double>/256 8.97 ns 99 ECDFConstructorSorted<double>/512 8.44 ns [all …]
|
/third_party/icu/vendor/double-conversion/upstream/ |
D | CMakeLists.txt | 2 project(double-conversion VERSION 3.1.5) 9 double-conversion/bignum.h 10 double-conversion/cached-powers.h 11 double-conversion/diy-fp.h 12 double-conversion/double-conversion.h 13 double-conversion/double-to-string.h 14 double-conversion/fast-dtoa.h 15 double-conversion/fixed-dtoa.h 16 double-conversion/ieee.h 17 double-conversion/string-to-double.h [all …]
|
D | BUILD | 10 name = "double-conversion", 12 "double-conversion/bignum.cc", 13 "double-conversion/bignum-dtoa.cc", 14 "double-conversion/cached-powers.cc", 15 "double-conversion/double-to-string.cc", 16 "double-conversion/fast-dtoa.cc", 17 "double-conversion/fixed-dtoa.cc", 18 "double-conversion/string-to-double.cc", 19 "double-conversion/strtod.cc", 22 "double-conversion/bignum.h", [all …]
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | vector_math.dart | 17 final double determinant = r.copyInverse(other); 28 double entry(int row, int col) { 36 void setEntry(int row, int col, double v) { 45 double arg0, 46 double arg1, 47 double arg2, 48 double arg3, 49 double arg4, 50 double arg5, 51 double arg6, [all …]
|
/third_party/boost/libs/math/doc/interpolators/ |
D | quintic_hermite.qbk | 76 std::vector<double> x{1,2,3, 4, 5, 6}; 77 std::vector<double> y{7,8,9,10,11,12}; 78 std::vector<double> dydx{1,1,1,1,1,1}; 79 std::vector<double> d2ydx2{0,0,0,0,0,0}; 84 double z = spline(3.4); 86 double zprime = spline.prime(3.4); 102 boost::circular_buffer<double> initial_x{1,2,3,4}; 103 boost::circular_buffer<double> initial_y{4,5,6,7}; 104 boost::circular_buffer<double> initial_dydx{1,1,1,1}; 105 boost::circular_buffer<double> initial_d2ydx2{0,0,0,0}; [all …]
|
D | cubic_hermite.qbk | 76 std::vector<double> x{1, 5, 9 , 12}; 77 std::vector<double> y{8,17, 4, -3}; 78 std::vector<double dydx{5, -2, -1}; 82 double z = spline(3.4); 84 double zprime = spline.prime(3.4); 98 boost::circular_buffer<double> initial_x{1,2,3,4}; 99 boost::circular_buffer<double> initial_y{4,5,6,7}; 100 boost::circular_buffer<double> initial_dydx{1,1,1,1}; 103 double y = circular_hermite(3.5); 116 double x0 = 0; [all …]
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/compositor/ |
D | path.dart | 19 <double>[rect.left, rect.top, rect.right, rect.bottom]); 26 void addArc(ui.Rect oval, double startAngle, double sweepAngle) { 68 ui.Rect rect, double startAngle, double sweepAngle, bool forceMoveTo) { 75 double rotation = 0.0, 92 void conicTo(double x1, double y1, double x2, double y2, double w) { 103 double x1, double y1, double x2, double y2, double x3, double y3) { 118 void lineTo(double x, double y) { 123 void moveTo(double x, double y) { 128 void quadraticBezierTo(double x1, double y1, double x2, double y2) { 135 double rotation = 0.0, [all …]
|
/third_party/flatbuffers/tests/ |
D | monster_extra_my_game_generated.dart | 22 double get d0 => const fb.Float64Reader().vTableGet(_bc, _bcOffset, 4, double.nan); 23 double get d1 => const fb.Float64Reader().vTableGet(_bc, _bcOffset, 6, double.nan); 24 double get d2 => const fb.Float64Reader().vTableGet(_bc, _bcOffset, 8, double.infinity); 25 double get d3 => const fb.Float64Reader().vTableGet(_bc, _bcOffset, 10, double.negativeInfinity); 26 double get f0 => const fb.Float32Reader().vTableGet(_bc, _bcOffset, 12, double.nan); 27 double get f1 => const fb.Float32Reader().vTableGet(_bc, _bcOffset, 14, double.nan); 28 double get f2 => const fb.Float32Reader().vTableGet(_bc, _bcOffset, 16, double.infinity); 29 double get f3 => const fb.Float32Reader().vTableGet(_bc, _bcOffset, 18, double.negativeInfinity); 30 …List<double> get dvec => const fb.ListReader<double>(const fb.Float64Reader()).vTableGet(_bc, _bcO… 31 …List<double> get fvec => const fb.ListReader<double>(const fb.Float32Reader()).vTableGet(_bc, _bcO… [all …]
|
/third_party/glib/glib/gnulib/ |
D | gnulib_math.h.in | 25 /* The include_next requires a split double-inclusion guard. */ 60 real-floating (that is, one of float, double, or long double). */ 68 _gl_cxx_ ## func ## d (double d) \ 73 _gl_cxx_ ## func ## l (long double l) \ 85 func (double d) \ 90 func (long double l) \ 100 one of float, double, or long double). */ 112 rpl_ ## func ## d (double d) \ 119 rpl_ ## func ## l (long double l) \ 125 : sizeof (value) == sizeof (double) ? rpl_ ## func ## d (value) \ [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/physics/ |
D | spring_simulation.dart | 34 double ratio = 1.0, 39 final double mass; 44 final double stiffness; 55 final double damping; 92 double start, 93 double end, 94 double velocity, { 100 final double _endPosition; 110 double x(double time) => _endPosition + _solution.x(time); 113 double dx(double time) => _solution.dx(time); [all …]
|
/third_party/flutter/flutter/packages/flutter/test/gestures/ |
D | lsq_solver_test.dart | 10 bool approx(double value, double expectation) { 11 const double eps = 1e-6; 16 final List<double> x = <double>[0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0]; 17 final List<double> y = <double>[1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]; 18 final List<double> w = <double>[1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]; 30 final List<double> x = <double>[0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0]; 31 final List<double> y = <double>[1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0]; 32 final List<double> w = <double>[1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]; 44 final List<double> x = <double>[0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0]; 45 final List<double> y = <double>[1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]; [all …]
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | constrained_box_test.dart | 11 …expect(tester.renderObject<RenderBox>(find.byType(Placeholder)).getMinIntrinsicWidth(double.infini… 12 …expect(tester.renderObject<RenderBox>(find.byType(Placeholder)).getMaxIntrinsicWidth(double.infini… 13 …expect(tester.renderObject<RenderBox>(find.byType(Placeholder)).getMinIntrinsicHeight(double.infin… 14 …expect(tester.renderObject<RenderBox>(find.byType(Placeholder)).getMaxIntrinsicHeight(double.infin… 26 …expect(tester.renderObject<RenderBox>(find.byType(ConstrainedBox)).getMinIntrinsicWidth(double.inf… 27 …expect(tester.renderObject<RenderBox>(find.byType(ConstrainedBox)).getMaxIntrinsicWidth(double.inf… 28 …expect(tester.renderObject<RenderBox>(find.byType(ConstrainedBox)).getMinIntrinsicHeight(double.in… 29 …expect(tester.renderObject<RenderBox>(find.byType(ConstrainedBox)).getMaxIntrinsicHeight(double.in… 41 …expect(tester.renderObject<RenderBox>(find.byType(ConstrainedBox)).getMinIntrinsicWidth(double.inf… 42 …expect(tester.renderObject<RenderBox>(find.byType(ConstrainedBox)).getMaxIntrinsicWidth(double.inf… [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 208 /// double __acos_finite(double x); 214 /// double __acosh_finite(double x); 220 /// long double __acoshl_finite(long double x); 223 /// long double __acosl_finite(long double x); 226 /// double __asin_finite(double x); 232 /// long double __asinl_finite(long double x); 235 /// double atan2_finite(double y, double x); 241 /// long double atan2l_finite(long double y, long double x); 244 /// double __atanh_finite(double x); 250 /// long double __atanhl_finite(long double x); [all …]
|
/third_party/boost/libs/math/doc/statistics/ |
D | linear_regression.qbk | 49 std::vector<double> x{1, 3, 7, 12}; 50 std::vector<double> y{8,13, 26, 35}; 105 BMSimpleOrdinaryLeastSquares<double>/8 52.4 ns 1.13779G/s 106 BMSimpleOrdinaryLeastSquares<double>/16 122 ns 1002.14M/s 107 BMSimpleOrdinaryLeastSquares<double>/32 307 ns 795.253M/s 108 BMSimpleOrdinaryLeastSquares<double>/64 685 ns 712.628M/s 109 BMSimpleOrdinaryLeastSquares<double>/128 1445 ns 675.805M/s 110 BMSimpleOrdinaryLeastSquares<double>/256 2966 ns 658.488M/s 111 BMSimpleOrdinaryLeastSquares<double>/512 6062 ns 644.35M/s 112 BMSimpleOrdinaryLeastSquares<double>/1024 12166 ns 642.173M/s [all …]
|
/third_party/flutter/flutter/examples/layers/rendering/src/ |
D | sector_layout.dart | 11 const double kTwoPi = 2 * math.pi; 16 this.maxDeltaRadius = double.infinity, 22 const SectorConstraints.tight({ double deltaRadius = 0.0, double deltaTheta = 0.0 }) 28 final double minDeltaRadius; 29 final double maxDeltaRadius; 30 final double minDeltaTheta; 31 final double maxDeltaTheta; 33 double constrainDeltaRadius(double deltaRadius) { 37 double constrainDeltaTheta(double deltaTheta) { 62 double deltaRadius = 0.0, [all …]
|