Searched full:spaced (Results 1 – 25 of 220) sorted by relevance
123456789
| /third_party/glib/glib/ |
| D | gprimes.h | 39 /* This function returns prime numbers spaced by approximately 1.5-2.0 41 * prime-valued sizes. The closest spaced prime function returns the
|
| /third_party/glib/glib/tests/ |
| D | spawn-singlethread.c | 329 … "\\\"\"doublequotes spaced after backslashes\\\\\"", /* this would be special escaped on win32 */ in test_spawn_sync() 336 "$odd spaced$dollars$", in test_spawn_sync() 337 "%odd spaced%spercents%", in test_spawn_sync() 338 "\"odd spaced\"doublequotes\"", in test_spawn_sync() 339 "'odd spaced'singlequotes'", in test_spawn_sync() 340 "\\odd spaced\\backslashes\\", /* this wasn't handled correctly on win32 in glib <=2.58 */ in test_spawn_sync() 341 "/odd spaced/slashes/", in test_spawn_sync()
|
| /third_party/boost/libs/math/doc/interpolators/ |
| D | barycentric_rational_interpolation.qbk | 43 Barycentric rational interpolation is a high-accuracy interpolation method for non-uniformly spaced… 46 However, using the cubic B-spline requires uniformly-spaced samples, which are not always available. 84 where samples are clustered at the endpoints and somewhat uniformly spaced throughout the center.
|
| D | cardinal_cubic_b_spline.qbk | 42 …Boost allows fast and accurate interpolation of a function which is known at equally spaced points. 46 There are many use cases for interpolating a function at equally spaced points.
|
| /third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
| D | gprimes.in.h | 50 /* This function returns prime numbers spaced by approximately 1.5-2.0 52 * prime-valued sizes. The closest spaced prime function returns the
|
| /third_party/skia/bench/ |
| D | HardStopGradientBench_ScaleNumColors.cpp | 40 * different colors. The positions are evenly spaced, 70 // Evenly spaced afterwards in onPreDraw()
|
| /third_party/flutter/skia/bench/ |
| D | HardStopGradientBench_ScaleNumColors.cpp | 40 * different colors. The positions are evenly spaced, 70 // Evenly spaced afterwards in onPreDraw()
|
| /third_party/PyYAML/tests/data/ |
| D | spec-02-22.data | 3 spaced: 2001-12-14 21:59:43.10 -5
|
| /third_party/openssl/doc/man3/ |
| D | X509_NAME_print_ex.pod | 62 B<XN_FLAG_SEP_SPLUS_SPC> uses spaced semicolon and plus. B<XN_FLAG_SEP_MULTILINE> uses 63 spaced newline and plus respectively.
|
| /third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
| D | sliver_grid.dart | 96 /// equally sized and spaced tiles. 125 /// A [SliverGridLayout] that uses equally sized and spaced tiles. 146 /// Creates a layout that uses equally sized and spaced tiles. 275 /// This delegate creates grids with equally sized and spaced tiles. 362 /// This delegate creates grids with equally sized and spaced tiles.
|
| /third_party/mindspore/mindspore/core/ops/ |
| D | lin_space.h | 29 /// \brief Returns a Tensor whose value is evenly spaced in the interval start and stop (including …
|
| /third_party/boost/libs/math/example/ |
| D | cardinal_cubic_b_spline_example.cpp | 23 /*`This example demonstrates how to use the cubic b spline interpolator for regularly spaced data. 54 …// Since the census is taken every 10 years, the data is equally spaced, so we can use the cubic b… in main()
|
| /third_party/css-what/ |
| D | .eslintrc.json | 21 "spaced-comment": 2,
|
| /third_party/harfbuzz/src/ |
| D | hb-ot-post-table.hh | 278 * spaced, non-zero if the font is not 279 * proportionally spaced (i.e. monospaced). */
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-post-table.hh | 279 * spaced, non-zero if the font is not 280 * proportionally spaced (i.e. monospaced). */
|
| /third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
| D | space-infix-ops.ts | 25 missingSpace: "Operator '{{operator}}' must be spaced.",
|
| /third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
| D | Han_Latin_Names.txt | 18 # Need Spacedhan so the name transliterations get spaced properly
|
| /third_party/icu/icu4c/source/data/translit/ |
| D | Han_Latin_Names.txt | 19 # Need Spacedhan so the name transliterations get spaced properly
|
| /third_party/skia/third_party/externals/icu/source/data/translit/ |
| D | Han_Latin_Names.txt | 19 # Need Spacedhan so the name transliterations get spaced properly
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-post-table.hh | 296 * spaced, non-zero if the font is not 297 * proportionally spaced (i.e. monospaced). */
|
| /third_party/boost/libs/math/doc/internals/ |
| D | minimax.qbk | 119 [[graph N][Prints N evaluations of f(x) at evenly spaced points over the 140 Tests are conducted at N evenly spaced points over the range
|
| /third_party/jsframework/ |
| D | .eslintrc | 88 "spaced-comment": 2,
|
| /third_party/jsframework/mock-generate/ |
| D | .eslintrc | 88 "spaced-comment": 2,
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
| D | OES_point_sprite.txt | 109 antialiased point sizes are all evenly spaced by the point size 256 widths must be equally spaced. If an unsupported width is requested,
|
| /third_party/boost/boost/math/interpolators/ |
| D | cubic_b_spline.hpp | 16 // The main restriction of this method is that the samples of f must be evenly spaced.
|
123456789