Home
last modified time | relevance | path

Searched refs:bigger (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/third_party/typescript/tests/baselines/reference/
DcontrolFlowAnalysisOnBareThisKeyword.js3 function bigger(this: {}) { function
17 function bigger() {
DcontrolFlowAnalysisOnBareThisKeyword.symbols8 function bigger(this: {}) {
9 >bigger : Symbol(bigger, Decl(controlFlowAnalysisOnBareThisKeyword.ts, 0, 51))
DcontrolFlowAnalysisOnBareThisKeyword.types8 function bigger(this: {}) {
9 >bigger : (this: {}) => void
/third_party/flutter/skia/third_party/externals/sdl/src/audio/
Dsdlgenaudiocvt.pl373 my $bigger = getBiggerCtype($ffloat, $fsize);
485 … sample${idx} = ($fctype) (((($bigger) $swapped) + (($bigger) last_sample${idx})) $interp);
519 my $bigger = getBiggerCtype($ffloat, $fsize);
567 $bigger last_sample${idx} = ($bigger) $val;
579 const $bigger sample${idx} = ($bigger) $val;
/third_party/protobuf/src/google/protobuf/stubs/
Dbytestream.cc125 char* bigger = new char[new_capacity]; in Expand() local
126 memcpy(bigger, buf_, size_); in Expand()
128 buf_ = bigger; in Expand()
/third_party/skia/src/codec/
DSkAndroidCodec.cpp269 auto bigger = this->getSampledDimensions(sampleSize - 1); in computeSampleSize() local
270 if (bigger == *desiredSize || !smaller_than(bigger, *desiredSize)) { in computeSampleSize()
271 *desiredSize = bigger; in computeSampleSize()
/third_party/curl/tests/data/
Dtest108931 bigger monster
80 bigger monster
Dtest119731 bigger monster
82 bigger monster
Dtest109033 bigger
87 bigger monster
Dtest301533 bigger
/third_party/flutter/skia/src/codec/
DSkAndroidCodec.cpp281 auto bigger = this->getSampledDimensions(sampleSize - 1); in computeSampleSize() local
282 if (bigger == *desiredSize || !smaller_than(bigger, *desiredSize)) { in computeSampleSize()
283 *desiredSize = bigger; in computeSampleSize()
/third_party/typescript/tests/cases/compiler/
DcontrolFlowAnalysisOnBareThisKeyword.ts3 function bigger(this: {}) { function
/third_party/skia/third_party/externals/brotli/c/tools/
Dbrotli.md59 compression level (0-9); bigger values cause denser, but slower compression
77 compression level (0-11); bigger values cause denser, but slower compression
84 `(2**NUM - 16)`; 0 lets compressor decide over the optimal value; bigger
/third_party/node/deps/cares/
Dmsvc_ver.inc22 # Pick an arbitrary bigger number for all later versions
/third_party/cares/
Dmsvc_ver.inc22 # Pick an arbitrary bigger number for all later versions
/third_party/boost/libs/spirit/doc/qi/
Dwarming_up.qbk40 [note When we combine parsers, we end up with a "bigger" parser, but
41 it's still a parser. Parsers can get bigger and bigger, nesting more and more,
42 but whenever you glue two parsers together, you end up with one bigger parser.
/third_party/boost/libs/spirit/doc/x3/tutorial/
Dwarming_up.qbk40 [note When we combine parsers, we end up with a "bigger" parser, but
41 it's still a parser. Parsers can get bigger and bigger, nesting more and more,
42 but whenever you glue two parsers together, you end up with one bigger parser.
/third_party/gstreamer/gstplugins_good/ext/jpeg/
DREADME7 new image and finds all 16x16 blocks that have a squared difference bigger than
/third_party/libwebsockets/READMEs/
DREADME.problems.md26 As a library, lws is always just a component in a bigger application.
28 When users have a problem involving lws, what is happening in the bigger
/third_party/flutter/skia/site/dev/design/conical/
Dindex.md37 there are multiple (at most 2) solutions of $t$, choose the bigger one.
56 smaller one (so $t$ could be the bigger one).
67 find the bigger one if $1 - f > 0$, and smaller one if $1 - f < 0$, so the corresponding $t$ is
68 always the bigger one (note that $f \neq 1$, otherwise we'll swap $C_0, r_0$ with $C_1, r_1$).
90 2. we still need to handle cases of choosing the bigger/smaller $x_t$;
113 positive $x_t > 0$ and bigger $t$, we have our final algorithm:
137 In step 7, we try to select either the smaller or bigger $\hat x_t$ based on whether the final $t$
/third_party/skia/site/docs/dev/design/conical/
D_index.md43 bigger one.
65 could be the bigger one).
77 $x_t$ solutions, we may want to find the bigger one if $1 - f > 0$, and smaller
78 one if $1 - f < 0$, so the corresponding $t$ is always the bigger one (note that
105 2. we still need to handle cases of choosing the bigger/smaller $x_t$;
136 that we only want positive $x_t > 0$ and bigger $t$, we have our final
162 In step 7, we try to select either the smaller or bigger $\hat x_t$ based on
/third_party/uboot/u-boot-2020.01/doc/board/intel/
Dbayleybay.rst27 Note that the debug version of the FSP is bigger in size. If this version
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/tomsmocomp/
DWierdBob.inc40 "psubusb %%mm7, %%mm3\n\t" // nonzero where new weights bigger, else 0
68 "psubusb %%mm7, %%mm3\n\t" // nonzero where new weights bigger, else 0
97 "psubusb %%mm7, %%mm3\n\t" // nonzero where new weights bigger, else 0
177 "psubusb %%mm7, %%mm3\n\t" // nonzero where new weights bigger, else 0
/third_party/boost/libs/spirit/doc/karma/
Dwarming_up.qbk49 [note When we combine generators, we end up with a "bigger" generator, but
50 it's still a generator. Generators can get bigger and bigger, nesting more
52 bigger generator. This is an important concept.
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dviewport.dart14 /// A widget that is bigger on the inside.
46 /// Creates a widget that is bigger on the inside.
218 /// A widget that is bigger on the inside and shrink wraps its children in the
244 /// Creates a widget that is bigger on the inside and shrink wraps its

12345678910>>...12