Home
last modified time | relevance | path

Searched defs:col1 (Results 1 – 25 of 42) sorted by relevance

12

/third_party/icu/icu4c/source/test/fuzzer/
Dcollator_rulebased_fuzzer.cpp22 icu::LocalPointer<icu::RuleBasedCollator> col1( in LLVMFuzzerTestOneInput() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java257 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestDuplicate() local
401 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestHashCode() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationAPITest.java260 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestDuplicate() local
404 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestHashCode() local
/third_party/ffmpeg/libavcodec/x86/
Dxvididct.asm677 .col1: label
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_misc.py204 def assertApprox(col1, col2): argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DColorStateTests.cpp223 constexpr RGBA8 operator+(const RGBA8& col1, const RGBA8& col2) { in operator +()
238 constexpr RGBA8 operator-(const RGBA8& col1, const RGBA8& col2) { in operator -()
253 RGBA8 min(const RGBA8& col1, const RGBA8& col2) { in min()
259 RGBA8 max(const RGBA8& col1, const RGBA8& col2) { in max()
265 RGBA8 mix(const RGBA8& col1, const RGBA8& col2, std::array<float, 4> fac) { in mix()
276 RGBA8 mix(const RGBA8& col1, const RGBA8& col2, const RGBA8& fac) { in mix()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DColorStateTests.cpp214 constexpr RGBA8 operator+(const RGBA8& col1, const RGBA8& col2) { in operator +()
229 constexpr RGBA8 operator-(const RGBA8& col1, const RGBA8& col2) { in operator -()
244 RGBA8 min(const RGBA8& col1, const RGBA8& col2) { in min()
250 RGBA8 max(const RGBA8& col1, const RGBA8& col2) { in max()
256 RGBA8 mix(const RGBA8& col1, const RGBA8& col2, std::array<float, 4> fac) { in mix()
267 RGBA8 mix(const RGBA8& col1, const RGBA8& col2, const RGBA8& fac) { in mix()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djfdctfst-altivec.c93 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_ifast_altivec() local
Djidctfst-altivec.c119 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_ifast_altivec() local
Djfdctint-altivec.c185 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_islow_altivec() local
Djidctint-altivec.c214 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_islow_altivec() local
/third_party/libjpeg-turbo/simd/powerpc/
Djfdctfst-altivec.c93 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_ifast_altivec() local
Djidctfst-altivec.c119 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_ifast_altivec() local
Djfdctint-altivec.c185 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_islow_altivec() local
Djidctint-altivec.c214 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_islow_altivec() local
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djfdctfst-neon.c76 int16x8_t col1 = cols_15.val[0]; in jsimd_fdct_ifast_neon() local
Djfdctint-neon.c113 int16x8_t col1 = cols_15.val[0]; in jsimd_fdct_islow_neon() local
Djidctred-neon.c430 int16x4_t col1 = vreinterpret_s16_s32(vget_low_s32(cols_1537.val[0])); in jsimd_idct_4x4_neon() local
Djidctfst-neon.c352 int16x8_t col1 = vreinterpretq_s16_s32(cols_15.val[0]); in jsimd_idct_ifast_neon() local
/third_party/libjpeg-turbo/simd/arm/
Djfdctfst-neon.c76 int16x8_t col1 = cols_15.val[0]; in jsimd_fdct_ifast_neon() local
Djfdctint-neon.c113 int16x8_t col1 = cols_15.val[0]; in jsimd_fdct_islow_neon() local
Djidctred-neon.c430 int16x4_t col1 = vreinterpret_s16_s32(vget_low_s32(cols_1537.val[0])); in jsimd_idct_4x4_neon() local
/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp254 RuleBasedCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local
444 Collator *col1 = 0; in TestHashCode() local
833 RuleBasedCollator *col1 = new RuleBasedCollator(ruleset1, success); in TestOperators() local
911 Collator *col1 = Collator::createInstance(Locale::getEnglish(), status); in TestDuplicate() local
2249 TestCollator col1; in TestSubclass() local
/third_party/gstreamer/gstplugins_good/gst/goom2k1/
Dfilters.c372 Color col1, col2, col3, col4; in zoomFilterFastRGB() local
/third_party/skia/src/core/
DSkCompressedDataUtils.cpp170 static SkPMColor lerp(float t, SkPMColor col0, SkPMColor col1) { in lerp()

12