Home
last modified time | relevance | path

Searched refs:combine (Results 101 - 125 of 170) sorted by relevance

1234567

/third_party/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp228 // the starter or composite does not combine-forward with a following combining mark. in mappingHasCompBoundaryAfter()
245 // Multiple starters can combine into one. in mappingHasCompBoundaryAfter()
258 return true; // The last starter does not combine forward. in mappingHasCompBoundaryAfter()
269 norms.getNormRef(c).combinesBack && (starter=starterNorm->combine(c))>=0) { in mappingHasCompBoundaryAfter()
274 return true; // The composite does not combine further. in mappingHasCompBoundaryAfter()
281 return true; // The new starter does not combine forward. in mappingHasCompBoundaryAfter()
308 norms.getNormRef(c).combinesBack && starterNorm->combine(c)>=0) { in mappingRecomposes()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryMiscTests.cpp388 static float combine(const func2D_t& f2D, float x, float y) in combine() function
685 return HelperInvocationsParams::combine(f2D, x,y); in createSurface()
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H A Dn2builder.cpp228 // the starter or composite does not combine-forward with a following combining mark. in mappingHasCompBoundaryAfter()
245 // Multiple starters can combine into one. in mappingHasCompBoundaryAfter()
258 return TRUE; // The last starter does not combine forward. in mappingHasCompBoundaryAfter()
269 norms.getNormRef(c).combinesBack && (starter=starterNorm->combine(c))>=0) { in mappingHasCompBoundaryAfter()
274 return TRUE; // The composite does not combine further. in mappingHasCompBoundaryAfter()
281 return TRUE; // The new starter does not combine forward. in mappingHasCompBoundaryAfter()
308 norms.getNormRef(c).combinesBack && starterNorm->combine(c)>=0) { in mappingRecomposes()
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128.h217 return H::combine(std::move(h), Uint128High64(v), Uint128Low64(v)); in AbslHashValue()
454 return H::combine(std::move(h), Int128High64(v), Int128Low64(v)); in AbslHashValue()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.h660 return H::combine(std::move(hash_state), *maybe_flat); in AbslHashValue()
898 return H::combine(combiner.finalize(std::move(hash_state)), size()); in HashFragmented()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree_container.h225 h = State::combine(std::move(h), v); in AbslHashValue()
227 return State::combine(std::move(h), b.size()); in AbslHashValue()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryMiscTests.cpp388 static float combine(const func2D_t& f2D, float x, float y) in combine() function
685 return HelperInvocationsParams::combine(f2D, x,y); in createSurface()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java1249 // One or more combining marks that do not combine-back: in compose()
1710 * the MaybeYes which combine-forward and have ccc=0.
1719 // Perhaps the compiler can combine the two tests for MIN_YES_YES_WITH_CC.
1855 * <p>If the lead and trail characters combine, then this function returns
1873 private static int combine(String compositions, int list, int trail) { in combine() method in Normalizer2Impl
2009 * a Jamo T could combine with. in recompose()
2017 } else if((compositeAndFwd=combine(maybeYesCompositions, compositionsList, c))>=0) { in recompose()
2018 // The starter and the combining mark (c) do combine. in recompose()
2075 // If c did not combine, then check if it is a starter. in recompose()
2079 // It may combine wit in recompose()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DNormalizer2Impl.java1258 // One or more combining marks that do not combine-back: in compose()
1719 * the MaybeYes which combine-forward and have ccc=0.
1728 // Perhaps the compiler can combine the two tests for MIN_YES_YES_WITH_CC.
1864 * <p>If the lead and trail characters combine, then this function returns
1882 private static int combine(String compositions, int list, int trail) { in combine() method in Normalizer2Impl
2018 * a Jamo T could combine with. in recompose()
2026 } else if((compositeAndFwd=combine(maybeYesCompositions, compositionsList, c))>=0) { in recompose()
2027 // The starter and the combining mark (c) do combine. in recompose()
2084 // If c did not combine, then check if it is a starter. in recompose()
2088 // It may combine wit in recompose()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_64bit.cpp1148 bool combine();
1191 bool StoreMerger::combine() in combine() function in r600::StoreMerger
1243 return merger.combine(); in r600_merge_vec2_stores()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp1375 combine(m_combs, fs); in NoNullShadersFlagGenerator()
1385 void combine(std::vector<FlagsSet>& result, const FlagsSet& v) { in combine() function in vkt::RayTracing::__anon28557::GeometryTypes::NoNullShadersFlagGenerator
1391 combine(result, w); in combine()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp1368 combine(m_combs, fs); in NoNullShadersFlagGenerator()
1378 void combine(std::vector<FlagsSet>& result, const FlagsSet& v) { in combine() function in vkt::RayTracing::__anon29741::GeometryTypes::NoNullShadersFlagGenerator
1384 combine(result, w); in combine()
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw.h689 .combine = siw_csum_combine, in siw_crc_skb()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw.h692 .combine = siw_csum_combine, in siw_crc_skb()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector.h841 return H::combine(H::combine_contiguous(std::move(h), a.data(), size), size); in AbslHashValue()
H A Dbtree_benchmark.cc566 h = State::combine(std::move(h), b.values[i]); in AbslHashValue()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dspan.h442 return H::combine(H::combine_contiguous(std::move(h), v.data(), v.size()), in AbslHashValue()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Ddo_func.S82 addl %d1,%d0 |combine for final index into table
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Ddo_func.S82 addl %d1,%d0 |combine for final index into table
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Dpoly1305-p10le_64.S801 # combine 26 bit limbs
/third_party/icu/icu4c/source/common/
H A Dnormalizer2impl.h581 * the MaybeYes which combine-forward and have ccc=0.
590 // Perhaps the compiler can combine the two tests for MIN_YES_YES_WITH_CC.
671 static int32_t combine(const uint16_t *list, UChar32 trail);
880 * combine both forward (as starters in composition pairs)
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.h581 * the MaybeYes which combine-forward and have ccc=0.
590 // Perhaps the compiler can combine the two tests for MIN_YES_YES_WITH_CC.
671 static int32_t combine(const uint16_t *list, UChar32 trail);
881 * combine both forward (as starters in composition pairs)
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_pack.c505 } else if (src_info.combine) { in va_pack_alu()
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.h581 * the MaybeYes which combine-forward and have ccc=0.
590 // Perhaps the compiler can combine the two tests for MIN_YES_YES_WITH_CC.
671 static int32_t combine(const uint16_t *list, UChar32 trail);
880 * combine both forward (as starters in composition pairs)
/kernel/linux/linux-5.10/drivers/perf/
H A Darm-cmn.c642 u32 combine = CMN_EVENT_WP_COMBINE(event); in arm_cmn_wp_config() local
648 if (combine && !grp) in arm_cmn_wp_config()

Completed in 46 milliseconds

1234567