Home
last modified time | relevance | path

Searched defs:spread (Results 1 – 25 of 29) sorted by relevance

12

/third_party/typescript/tests/cases/compiler/
DdeclarationEmitReadonlyComputedProperty.ts20 export const spread = { constant
/third_party/skia/third_party/externals/freetype/src/sdf/
Dftsdf.h78 FT_UInt spread; member
Dftsdfrend.h77 FT_UInt spread; member
Dftsdf.c3022 FT_UInt spread, in sdf_generate()
3192 FT_UInt spread, in sdf_generate_bounding_box()
3416 FT_UInt spread, in sdf_generate_subdivision()
3494 FT_UInt spread, in sdf_generate_with_overlaps()
Dftbsdf.c1101 FT_16D16 spread; in finalize_sdf() local
/third_party/typescript/tests/baselines/reference/
DobjectSpreadNegative.js23 let spread = { ...{ b: true }, ...{s: "foo" } }; variable
24 spread = { s: "foo" }; // error, missing 'b' variable
109 spread = { s: "foo" }; // error, missing 'b' variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNILPSched.cpp170 int spread = (int)left->getDepth() - (int)right->getDepth(); in pickBest() local
181 int spread = (int)left->getHeight() - (int)right->getHeight(); in pickBest() local
/third_party/skia/modules/svg/src/
DSkSVGGradient.cpp101 bool SkSVGAttributeParser::parse(SkSVGSpreadMethod* spread) { in parse()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-constructor-gen.cc120 auto spread = Parameter<Object>(Descriptor::kSpread); in TF_BUILTIN() local
130 auto spread = Parameter<Object>(Descriptor::kSpread); in TF_BUILTIN() local
144 auto spread = Parameter<Object>(Descriptor::kSpread); in TF_BUILTIN() local
158 TNode<Object> target, TNode<Object> new_target, TNode<Object> spread, in BuildConstructWithSpread()
Dbuiltins-call-gen.cc355 TNode<Object> spread, TNode<Int32T> args_count, TNode<Context> context) { in CallOrConstructWithSpread()
527 auto spread = Parameter<Object>(Descriptor::kSpread); in TF_BUILTIN() local
536 auto spread = Parameter<Object>(Descriptor::kSpread); in TF_BUILTIN() local
551 auto spread = Parameter<Object>(Descriptor::kSpread); in TF_BUILTIN() local
/third_party/typescript/tests/cases/conformance/types/spread/
DobjectSpreadNegative.ts24 let spread = { ...{ b: true }, ...{s: "foo" } }; variable
/third_party/ffmpeg/libavfilter/
Daf_aspectralstats.c36 float spread; member
245 …pectral_skewness(const float *const spectral, int size, int max_freq, float centroid, float spread) in spectral_skewness()
261 …pectral_kurtosis(const float *const spectral, int size, int max_freq, float centroid, float spread) in spectral_kurtosis()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfmal.c172 int spread; in fmal() local
/third_party/musl/src/math/
Dfmal.c172 int spread; in fmal() local
/third_party/ffmpeg/libavcodec/
Dopus_pvq.c111 enum CeltSpread spread, const int encode) in celt_exp_rotation()
418 enum CeltSpread spread, uint32_t blocks, float gain, in celt_alg_quant()
434 enum CeltSpread spread, uint32_t blocks, float gain, in celt_alg_unquant()
Dpsymodel.h54 float spread; /* Energy spread over the band */ member
Daaccoder.c587 float sfb_energy = 0.0f, threshold = 0.0f, spread = 2.0f; in search_for_pns() local
718 float sfb_energy = 0.0f, threshold = 0.0f, spread = 2.0f; in mark_pns() local
Daaccoder_twoloop.h222 float uplim = 0.0f, energy = 0.0f, spread = 0.0f; in search_for_quantizers_twoloop() local
Dopus_celt.h124 enum CeltSpread spread; member
/third_party/node/deps/v8/src/compiler/
Djs-generic-lowering.cc938 Node* spread = node->RemoveInput(n.LastArgumentIndex()); in LowerJSConstructWithSpread() local
1044 Node* spread = node->RemoveInput(n.LastArgumentIndex()); in LowerJSCallWithSpread() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2777 int spread = (int)left->getDepth() - (int)right->getDepth(); in operator ()() local
2787 int spread = (int)left->getHeight() - (int)right->getHeight(); in operator ()() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_reg.h993 spread(struct brw_reg reg, unsigned s) in spread() function
/third_party/node/deps/v8/src/ast/
Dprettyprinter.cc300 Spread* spread = subexpr->AsSpread(); in VisitArrayLiteral() local
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc1834 inline bool IsSpreadAcceptable(int spread, int ncases) { in IsSpreadAcceptable()
1905 int64_t spread = max - min + 1; in IsSwitchOptimizable() local
4168 Spread* spread = nullptr; in BuildDestructuringArrayAssignment() local
/third_party/node/deps/v8/src/parsing/
Dparser-base.h2118 ExpressionT spread = in ParseArrowParametersWithRest() local

12