Home
last modified time | relevance | path

Searched defs:spread (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/sdf/
H A Dftsdf.h78 FT_UInt spread; member
H A Dftsdfrend.h77 FT_UInt spread; member
H A Dftbsdf.c1101 FT_16D16 spread; in finalize_sdf() local
[all...]
H A Dftsdf.c3020 sdf_generate( const SDF_Params internal_params, const SDF_Shape* shape, FT_UInt spread, const FT_Bitmap* bitmap ) sdf_generate() argument
3190 sdf_generate_bounding_box( const SDF_Params internal_params, const SDF_Shape* shape, FT_UInt spread, const FT_Bitmap* bitmap ) sdf_generate_bounding_box() argument
3414 sdf_generate_subdivision( const SDF_Params internal_params, SDF_Shape* shape, FT_UInt spread, const FT_Bitmap* bitmap ) sdf_generate_subdivision() argument
3492 sdf_generate_with_overlaps( SDF_Params internal_params, SDF_Shape* shape, FT_UInt spread, const FT_Bitmap* bitmap ) sdf_generate_with_overlaps() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DobjectSpreadNegative.js
/third_party/skia/modules/svg/src/
H A DSkSVGGradient.cpp101 bool SkSVGAttributeParser::parse(SkSVGSpreadMethod* spread) { in parse() argument
/third_party/musl/src/math/
H A Dfmal.c172 int spread; in fmal() local
[all...]
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dfmal.c172 int spread; in fmal() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dpsymodel.h54 float spread; /* Energy spread over the band */ member
H A Daaccoder_twoloop.h222 float uplim = 0.0f, energy = 0.0f, spread = 0.0f; in search_for_quantizers_twoloop() local
H A Dopus_celt.h124 enum CeltSpread spread; member
H A 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; mark_pns() local
[all...]
H A Dopus_pvq.c109 celt_exp_rotation(float *X, uint32_t len, uint32_t stride, uint32_t K, enum CeltSpread spread, const int encode) celt_exp_rotation() argument
417 celt_alg_quant(OpusRangeCoder *rc, float *X, uint32_t N, uint32_t K, enum CeltSpread spread, uint32_t blocks, float gain, CeltPVQ *pvq) celt_alg_quant() argument
433 celt_alg_unquant(OpusRangeCoder *rc, float *X, uint32_t N, uint32_t K, enum CeltSpread spread, uint32_t blocks, float gain, CeltPVQ *pvq) celt_alg_unquant() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A 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/node/deps/v8/src/builtins/
H A 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
157 BuildConstructWithSpread( TNode<Object> target, TNode<Object> new_target, TNode<Object> spread, TNode<Int32T> argc, const LazyNode<Context>& context, const LazyNode<HeapObject>& feedback_vector, TNode<UintPtrT> slot, UpdateFeedbackMode mode) BuildConstructWithSpread() argument
H A Dbuiltins-call-gen.cc353 CallOrConstructWithSpread( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<Object> spread, TNode<Int32T> args_count, TNode<Context> context) CallOrConstructWithSpread() argument
527 auto spread = Parameter<Object>(Descriptor::kSpread); TF_BUILTIN() local
536 auto spread = Parameter<Object>(Descriptor::kSpread); TF_BUILTIN() local
551 auto spread = Parameter<Object>(Descriptor::kSpread); TF_BUILTIN() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_aspectralstats.c36 float spread; member
245 static float spectral_skewness(const float *const spectral, int size, int max_freq, float centroid, float spread) in spectral_skewness() argument
261 static float spectral_kurtosis(const float *const spectral, int size, int max_freq, float centroid, float spread) in spectral_kurtosis() argument
[all...]
/third_party/node/deps/v8/src/ast/
H A Dprettyprinter.cc300 Spread* spread = subexpr->AsSpread(); in VisitArrayLiteral() local
/third_party/node/deps/v8/src/compiler/
H A Djs-generic-lowering.cc938 Node* spread = node->RemoveInput(n.LastArgumentIndex()); in LowerJSConstructWithSpread() local
942 node->InsertInput(zone(), 4, spread); in LowerJSConstructWithSpread() local
1044 Node* spread = node->RemoveInput(n.LastArgumentIndex()); in LowerJSCallWithSpread() local
1048 node->InsertInput(zone(), 3, spread); in LowerJSCallWithSpread() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc1834 inline bool IsSpreadAcceptable(int spread, int ncases) { in IsSpreadAcceptable() argument
1905 int64_t spread = max - min + 1; in IsSwitchOptimizable() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h2118 ExpressionT spread = in ParseArrowParametersWithRest() local

Completed in 38 milliseconds