| /third_party/boost/boost/math/distributions/ |
| D | inverse_gamma.hpp | 40 RealType shape, // shape aka alpha in check_inverse_gamma_shape() 78 RealType shape, // shape aka alpha in check_inverse_gamma() 103 RealType shape()const in shape() function in boost::math::inverse_gamma_distribution 150 RealType shape = dist.shape(); in pdf() local 198 RealType shape = dist.shape(); in cdf() local 227 RealType shape = dist.shape(); in quantile() local 253 RealType shape = c.dist.shape(); in cdf() local 277 RealType shape = c.dist.shape(); in quantile() local 305 RealType shape = dist.shape(); in mean() local 332 RealType shape = dist.shape(); in variance() local [all …]
|
| D | gamma.hpp | 29 RealType shape, in check_gamma_shape() 62 RealType shape, in check_gamma() 84 RealType shape()const in shape() function in boost::math::gamma_distribution 126 RealType shape = dist.shape(); in pdf() local 150 RealType shape = dist.shape(); in cdf() local 170 RealType shape = dist.shape(); in quantile() local 194 RealType shape = c.dist.shape(); in cdf() local 215 RealType shape = c.dist.shape(); in quantile() local 240 RealType shape = dist.shape(); in mean() local 258 RealType shape = dist.shape(); in variance() local [all …]
|
| D | weibull.hpp | 28 RealType shape, in check_weibull_shape() 61 RealType shape, in check_weibull() 83 RealType shape()const in shape() function in boost::math::weibull_distribution 126 RealType shape = dist.shape(); in pdf() local 160 RealType shape = dist.shape(); in cdf() local 181 RealType shape = dist.shape(); in quantile() local 205 RealType shape = c.dist.shape(); in cdf() local 226 RealType shape = c.dist.shape(); in quantile() local 251 RealType shape = dist.shape(); in mean() local 265 RealType shape = dist.shape(); in variance() local [all …]
|
| D | pareto.hpp | 64 RealType shape, in check_pareto_shape() 123 RealType shape, in check_pareto() 151 RealType shape()const in shape() function in boost::math::pareto_distribution 184 RealType shape = dist.shape(); in pdf() local 203 RealType shape = dist.shape(); in cdf() local 227 RealType shape = dist.shape(); in quantile() local 255 RealType shape = c.dist.shape(); in cdf() local 277 RealType shape = c.dist.shape(); in quantile() local 340 RealType shape = dist.shape(); in variance() local 365 RealType shape = dist.shape(); in skewness() local [all …]
|
| D | skew_normal.hpp | 37 RealType shape, in check_skew_normal_shape() 82 RealType shape()const in shape() function in boost::math::skew_normal_distribution 122 const RealType shape = dist.shape(); in pdf() local 167 const RealType shape = dist.shape(); in cdf() local 216 const RealType shape = c.dist.shape(); in cdf() local 266 inline RealType shape(const skew_normal_distribution<RealType, Policy>& dist) in shape() function 311 const RealType shape = dist.shape(); in mode_fallback() local 433 const RealType shape = distribution.shape(); in operator ()() local 453 const RealType shape = dist.shape(); in mode() local 634 const RealType shape = dist.shape(); in quantile() local [all …]
|
| /third_party/uboot/u-boot-2020.01/drivers/demo/ |
| D | demo-shape.c | 32 static const struct shape { in shape_hello() struct 33 int start; in shape_hello() 34 int end; in shape_hello() 35 int dstart; in shape_hello() 36 int dend; in shape_hello() 42 struct shape shape; in shape_hello() local
|
| /third_party/boost/libs/python/src/numpy/ |
| D | ndarray.cpp | 42 bool is_c_contiguous(std::vector<Py_intptr_t> const & shape, in is_c_contiguous() 56 bool is_f_contiguous(std::vector<Py_intptr_t> const & shape, in is_f_contiguous() 88 python::object const & shape, in from_data_impl() 110 std::vector<Py_intptr_t> const & shape, in from_data_impl() 155 Py_intptr_t ndarray::shape(int n) const in shape() function in boost::python::numpy::ndarray 237 ndarray zeros(python::tuple const & shape, dtype const & dt) in zeros() 246 ndarray zeros(int nd, Py_intptr_t const * shape, dtype const & dt) in zeros() 252 ndarray empty(python::tuple const & shape, dtype const & dt) in empty() 261 ndarray empty(int nd, Py_intptr_t const * shape, dtype const & dt) in empty()
|
| /third_party/skia/experimental/sorttoy/ |
| D | sorttoy.cpp | 280 Shape shape, in test1() 299 Shape shape, in test2() 320 Shape shape, in test3() 342 Shape shape, in test4() 368 Shape shape, in test5() 402 Shape shape, in test6() 424 Shape shape, in test7()
|
| D | Fake.cpp | 112 void FakeDevice::drawShape(ID id, PaintersOrder paintersOrder, Shape shape, SkIRect r, FakePaint p)… in drawShape() 121 void FakeDevice::clipShape(ID id, PaintersOrder paintersOrder, Shape shape, SkIRect r) { in clipShape() 163 void FakeCanvas::drawShape(ID id, Shape shape, SkIRect r, FakePaint p) { in drawShape() 169 void FakeCanvas::clipShape(ID id, Shape shape, SkIRect r) { in clipShape()
|
| D | Cmds.cpp | 46 Shape shape, in DrawCmd() 57 Shape shape, in DrawCmd() 183 ClipCmd::ClipCmd(ID id, Shape shape, SkIRect r) in ClipCmd() 189 ClipCmd::ClipCmd(ID id, PaintersOrder paintersOrderWhenAdded, Shape shape, SkIRect r) in ClipCmd()
|
| /third_party/typescript/tests/baselines/reference/ |
| D | propTypeValidatorInference.js | 72 shape: PropTypes.shape(innerProps).isRequired, property 81 shape: PropTypes.shape(innerProps).isRequired, property 110 shape: PropTypes.shape(innerProps).isRequired, property 118 shape: PropTypes.shape(innerProps).isRequired, property
|
| D | discriminatedUnionErrorMessage.js | 9 let shape: Shape = { variable 17 var shape = { variable
|
| /third_party/boost/libs/python/test/numpy/ |
| D | ndarray.cpp | 12 np::ndarray zeros(p::tuple shape, np::dtype dt) { return np::zeros(shape, dt);} in zeros() 15 np::ndarray empty1(p::tuple shape, np::dtype dt) { return np::empty(shape,dt);} in empty1() 17 np::ndarray c_empty(p::tuple shape, np::dtype dt) in c_empty()
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrBlurUtils.cpp | 65 const GrShape& shape, in sw_draw_with_mask_filter() 175 const GrShape& shape, in create_mask_GPU() 203 static bool get_unclipped_shape_dev_bounds(const GrShape& shape, const SkMatrix& matrix, in get_unclipped_shape_dev_bounds() 232 const GrShape& shape, in get_shape_and_clip_bounds() 258 const GrShape* shape = &origShape; in draw_shape_with_mask_filter() local 433 const GrShape& shape, in drawShapeWithMaskFilter() 446 const GrShape& shape) { in drawShapeWithMaskFilter()
|
| /third_party/typescript/tests/cases/compiler/ |
| D | propTypeValidatorInference.ts | 32 export function shape<P extends ValidationMap<any>>(type: P): Requireable<InferProps<P>>; function 71 shape: PropTypes.shape(innerProps).isRequired, constant 80 shape: PropTypes.shape(innerProps).isRequired, constant
|
| /third_party/skia/src/gpu/ |
| D | GrBlurUtils.cpp | 99 const GrStyledShape& shape, in sw_create_filtered_mask() 192 const GrStyledShape& shape, in create_mask_GPU() 238 static bool get_unclipped_shape_dev_bounds(const GrStyledShape& shape, const SkMatrix& matrix, in get_unclipped_shape_dev_bounds() 267 const GrStyledShape& shape, in get_shape_and_clip_bounds() 292 const GrStyledShape& shape, in compute_key_and_clip_bounds() 373 const GrStyledShape& shape, in hw_create_filtered_mask() 473 const GrStyledShape* shape = &origShape; in draw_shape_with_mask_filter() local 557 const GrStyledShape& shape, in drawShapeWithMaskFilter() 570 const GrStyledShape& shape) { in drawShapeWithMaskFilter()
|
| /third_party/skia/src/gpu/ops/ |
| D | SmallPathShapeData.cpp | 14 SmallPathShapeDataKey::SmallPathShapeDataKey(const GrStyledShape& shape, uint32_t dim) { in SmallPathShapeDataKey() 25 SmallPathShapeDataKey::SmallPathShapeDataKey(const GrStyledShape& shape, const SkMatrix& ctm) { in SmallPathShapeDataKey()
|
| /third_party/skia/experimental/graphite/src/ |
| D | DrawList.cpp | 49 const Shape& shape, in stencilAndFillPath() 62 const Shape& shape, in fillConvexPath() 77 const Shape& shape, in strokePath()
|
| D | DrawContext.cpp | 53 const Shape& shape, in stencilAndFillPath() 62 const Shape& shape, in fillConvexPath() 71 const Shape& shape, in strokePath()
|
| /third_party/boost/libs/math/test/ |
| D | test_gamma_dist.cpp | 39 RealType NaivePDF(RealType shape, RealType scale, RealType x) in NaivePDF() 50 void check_gamma(RealType shape, RealType scale, RealType x, RealType p, RealType q, RealType tol) in check_gamma()
|
| /third_party/skia/src/gpu/v1/ |
| D | StencilMaskHelper.cpp | 296 const GrStyledShape& shape, in draw_path() 322 const GrStyledShape& shape, in stencil_path() 424 GrStyledShape shape(*clipPath, GrStyle::SimpleFill()); in drawPath() local 472 bool StencilMaskHelper::drawShape(const GrShape& shape, in drawShape()
|
| /third_party/boost/libs/multi_array/example/ |
| D | basic2.cpp | 21 boost::array<int, 3> shape = {{ 3, 4, 2 }}; in main() local
|
| /third_party/boost/boost/python/numpy/ |
| D | ndarray.hpp | 46 Py_intptr_t * shape; member 175 Container shape, in from_data_impl() 211 Container shape, in from_data() 236 Container shape, in from_data()
|
| /third_party/skia/third_party/externals/harfbuzz/test/ |
| D | meson.build | 2 subdir('shape') subdir
|
| /third_party/flutter/skia/third_party/externals/sdl/src/video/ |
| D | SDL_shape.c | 67 SDL_CalculateShapeBitmap(SDL_WindowShapeMode mode,SDL_Surface *shape,Uint8* bitmap,Uint8 ppb) in SDL_CalculateShapeBitmap() 207 SDL_CalculateShapeTree(SDL_WindowShapeMode mode,SDL_Surface* shape) in SDL_CalculateShapeTree() 247 SDL_SetWindowShape(SDL_Window *window,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) in SDL_SetWindowShape()
|