/third_party/boost/libs/math/test/ |
D | gauss_quadrature_test.cpp | 88 template <unsigned Points> 249 template<class Real, unsigned Points> 259 Real Q = gauss<Real, Points>::integrate(f, (Real) 0, (Real) 1, &L1); in test_linear() 262 Q = gauss<Real, Points>::integrate(f, (Real) 0, (Real) 0, &L1); in test_linear() 264 Q = gauss<Real, Points>::integrate(f, (Real) 1, (Real) 0, &L1); in test_linear() 268 template<class Real, unsigned Points> 276 Real Q = gauss<Real, Points>::integrate(f, 0, 1, &L1); in test_quadratic() 283 template<class Real, unsigned Points> 287 Real tol = expected_error<Points>(test_ca_error_id); in test_ca() 291 Real Q = gauss<Real, Points>::integrate(f1, 0, 1, &L1); in test_ca() [all …]
|
D | gauss_kronrod_quadrature_test.cpp | 92 template <unsigned Points> 253 template<class Real, unsigned Points> 264 Real Q = gauss_kronrod<Real, Points>::integrate(f, (Real) 0, (Real) 1, 0, 0, &error, &L1); in test_linear() 268 Q = gauss_kronrod<Real, Points>::integrate(f, (Real) 1, (Real) 0, 0, 0, &error, &L1); in test_linear() 272 Q = gauss_kronrod<Real, Points>::integrate(f, (Real) 0, (Real) 0, 0, 0, &error, &L1); in test_linear() 276 template<class Real, unsigned Points> 285 Real Q = gauss_kronrod<Real, Points>::integrate(f, 0, 1, 0, 0, &error, &L1); in test_quadratic() 292 template<class Real, unsigned Points> 296 Real tol = expected_error<Points>(test_ca_error_id); in test_ca() 301 Real Q = gauss_kronrod<Real, Points>::integrate(f1, 0, 1, 0, 0, &error, &L1); in test_ca() [all …]
|
D | adaptive_gauss_kronrod_quadrature_test.cpp | 73 template<class Real, unsigned Points> 84 …Real Q = gauss_kronrod<Real, Points>::integrate(f, (Real) 0, (Real) 1, 15, get_termination_conditi… in test_linear() 91 template<class Real, unsigned Points> 100 …Real Q = gauss_kronrod<Real, Points>::integrate(f, 0, 1, 15, get_termination_condition<Real>(), &e… in test_quadratic() 109 template<class Real, unsigned Points> 118 …Real Q = gauss_kronrod<Real, Points>::integrate(f1, 0, 1, 15, get_termination_condition<Real>(), &… in test_ca() 126 …Q = gauss_kronrod<Real, Points>::integrate(f2, 0 , 1, 15, get_termination_condition<Real>(), &erro… in test_ca() 134 Q = gauss_kronrod<Real, Points>::integrate(f5, 0, 1, 25); in test_ca() 139 template<class Real, unsigned Points> 149 Q = gauss_kronrod<Real, Points>::integrate(f1, 0 , 1); in test_three_quadrature_schemes_examples() [all …]
|
/third_party/mesa3d/src/mesa/main/ |
D | eval.c | 362 free(map->Points); in map1() 363 map->Points = pnts; in map1() 462 free(map->Points); in map2() 463 map->Points = pnts; in map2() 514 data = map1d->Points; in _mesa_GetnMapdvARB() 518 data = map2d->Points; in _mesa_GetnMapdvARB() 604 data = map1d->Points; in _mesa_GetnMapfvARB() 608 data = map2d->Points; in _mesa_GetnMapfvARB() 696 data = map1d->Points; in _mesa_GetnMapivARB() 700 data = map2d->Points; in _mesa_GetnMapivARB() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | ModuleWithExportedAndNonExportedImportAlias.symbols | 43 export import Points = A; 44 >Points : Symbol(Points, Decl(ModuleWithExportedAndNonExportedImportAlias.ts, 17, 17)) 45 >A : Symbol(Points, Decl(ModuleWithExportedAndNonExportedImportAlias.ts, 0, 0)) 51 export var Origin: Points.Point = { x: 0, y: 0 }; 53 >Points : Symbol(Points, Decl(ModuleWithExportedAndNonExportedImportAlias.ts, 17, 17)) 54 >Point : Symbol(Points.Point, Decl(ModuleWithExportedAndNonExportedImportAlias.ts, 0, 10)) 77 var p: Geometry.Points.Point; 80 >Points : Symbol(Geometry.Points, Decl(ModuleWithExportedAndNonExportedImportAlias.ts, 17, 17))
|
D | ModuleWithExportedAndNonExportedImportAlias.types | 34 export import Points = A; 35 >Points : any 42 export var Origin: Points.Point = { x: 0, y: 0 }; 43 >Origin : Points.Point 44 >Points : any 59 >Origin : Points.Point 73 var p: Geometry.Points.Point; 76 >Points : any
|
D | ModuleWithExportedAndNonExportedImportAlias.js | 20 export import Points = A; 23 export var Origin: Points.Point = { x: 0, y: 0 }; 31 var p: Geometry.Points.Point;
|
D | ModuleWithExportedAndNonExportedImportAlias.errors.txt | 23 export import Points = A; 26 export var Origin: Points.Point = { x: 0, y: 0 }; 34 var p: Geometry.Points.Point;
|
/third_party/typescript/tests/cases/conformance/internalModules/exportDeclarations/ |
D | ModuleWithExportedAndNonExportedImportAlias.ts | 19 export import Points = A; 22 export var Origin: Points.Point = { x: 0, y: 0 }; 30 var p: Geometry.Points.Point;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/ |
D | Annotations.cpp | 36 Points[Name.getValueOr("")].push_back(Code.size()); in Annotations() 68 auto I = Points.find(Name); in point() 69 require(I != Points.end() && I->getValue().size() == 1, in point() 75 auto P = Points.lookup(Name); in points()
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_exec_eval.c | 140 _math_horner_bezier_curve(map->Points, &data[0].f, uu, in vbo_exec_do_EvalCoord1f() 159 _math_horner_bezier_curve(map->Points, vertex, uu, in vbo_exec_do_EvalCoord1f() 188 _math_horner_bezier_surf(map->Points, in vbo_exec_do_EvalCoord2f() 214 _math_de_casteljau_surf(map->Points, vertex, du, dv, uu, vv, in vbo_exec_do_EvalCoord2f() 239 _math_horner_bezier_surf(map->Points, vertex, uu, vv, in vbo_exec_do_EvalCoord2f()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IBM/ |
D | IBM_multimode_draw_arrays.txt | 48 mode Points to an array of primitive modes. 55 first Points to an array of starting indices in 58 count Points to an array of the number of indices 80 mode Points to an array of primitive modes. 87 count Points to an array of the element counts
|
/third_party/openGLES/extensions/IBM/ |
D | IBM_multimode_draw_arrays.txt | 48 mode Points to an array of primitive modes. 55 first Points to an array of starting indices in 58 count Points to an array of the number of indices 80 mode Points to an array of primitive modes. 87 count Points to an array of the element counts
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_gain_map.cpp | 140 if (fMap.Points ().v < 1) in dng_gain_map_interpolator() 144 uint32 lastRow = static_cast<uint32> (fMap.Points ().v - 1); in dng_gain_map_interpolator() 207 if (fMap.Points ().h < 1) in ResetColumn() 211 uint32 lastCol = static_cast<uint32> (fMap.Points ().h - 1); in ResetColumn()
|
/third_party/boost/boost/geometry/algorithms/detail/relate/ |
D | multi_point_geometry.hpp | 60 template <typename Points> 63 boundary_visitor(Points const& points) in boundary_visitor() 98 Points const& m_points; 118 template <typename Points> 121 boundary_visitor(Points const& points) in boundary_visitor() 140 Points const& m_points;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | RendererD3D.cpp | 49 if (drawMode == gl::PrimitiveMode::Points) in skipDraw() 163 mode == gl::PrimitiveMode::Points; in InstancedPointSpritesActive()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | RendererD3D.cpp | 49 if (drawMode == gl::PrimitiveMode::Points) in skipDraw() 178 mode == gl::PrimitiveMode::Points; in InstancedPointSpritesActive()
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | functional.scissors.txt | 27 - Points 50 listed above. Points are tested in a somewhat limited fashion since
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_multi_draw_arrays.txt | 62 first Points to an array of starting indices in 65 count Points to an array of the number of indices 85 count Points to and array of the element counts
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_multi_draw_arrays.txt | 62 first Points to an array of starting indices in 65 count Points to an array of the number of indices 85 count Points to and array of the element counts
|
/third_party/googletest/googlemock/include/gmock/internal/custom/ |
D | README.md | 1 # Customization Points
|
/third_party/skia/modules/svg/include/ |
D | SkSVGPoly.h | 25 SVG_ATTR(Points, SkSVGPointsType, SkSVGPointsType())
|
/third_party/mesa3d/src/mesa/tnl/ |
D | t_vb_render.c | 86 tnl->Driver.Render.Points( ctx, start, count ) 197 tnl->Driver.Render.Points( ctx, start, count ) 282 assert(tnl->Driver.Render.Points); in run_render()
|
/third_party/boost/libs/math/doc/quadrature/ |
D | gauss.qbk | 16 template <class Real, unsigned Points, class ``__Policy`` = boost::math::policies::policy<> > 34 number of evaluation points as specified by /Points/. 43 /Points/ template parameter, but is always a RandomAccessContainer type. Note that only positive (…
|
/third_party/ffmpeg/libavfilter/ |
D | vf_floodfill.c | 29 typedef struct Points { struct 31 } Points; argument 43 Points *points; 274 s->points = av_calloc(inlink->w * inlink->h, 4 * sizeof(Points)); in config_input()
|