Home
last modified time | relevance | path

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

/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
DCollationMiscTest.java1635 RuleBasedCollator col1 = in TestLocaleRuleBasedCollators() 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
DCollationMiscTest.java1638 RuleBasedCollator col1 = in TestLocaleRuleBasedCollators() local
/third_party/ffmpeg/libavcodec/x86/
Dxvididct.asm538 .col1: label
/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/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/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/python/Lib/tkinter/test/test_tkinter/
Dtest_misc.py205 def assertApprox(col1, col2): argument
/third_party/node/deps/v8/tools/turbolizer/src/
Ddisassembly-view.ts359 const col1 = PROF_COLS[i].col; constant
/third_party/skia/src/core/
DSkCompressedDataUtils.cpp170 static SkPMColor lerp(float t, SkPMColor col0, SkPMColor col1) { in lerp()
/third_party/skia/src/gpu/
DGrDataUtils.cpp155 static void create_BC1_block(SkColor col0, SkColor col1, BC1Block* block) { in create_BC1_block()
/third_party/backends/frontend/
Dscanimage.c1674 int col1, col8; in scan_it() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dvp8l_enc.c50 static WEBP_INLINE uint32_t PaletteColorDistance(uint32_t col1, uint32_t col2) { in PaletteColorDistance()
62 static WEBP_INLINE void SwapColor(uint32_t* const col1, uint32_t* const col2) { in SwapColor()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1016 int col1 = (isCofactor && (col <= 1)) ? 2 : 1; in emitDeterminant() local
1030 int col1 = (isCofactor && (col <= 1)) ? 2 : 1; in emitDeterminant() local
/third_party/icu/icu4c/source/test/cintltst/
Dcapitst.c454 UCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c572 LLVMValueRef rgba, a, colors0, colors1, col0, col1, const2; in s3tc_dxt1_full_to_rgba_aos() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c3194 struct ir3_instruction *col1 = ir3_create_collect(b, src1, nsrc1); in emit_tex() local
/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp1311 …t vert_start_idx, int vert_end_idx, ImVec2 gradient_p0, ImVec2 gradient_p1, ImU32 col0, ImU32 col1) in ShadeVertsLinearColorGradientKeepAlpha()