Home
last modified time | relevance | path

Searched defs:abcd (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/src/gpu/tessellate/
DPatchWriter.cpp122 float4 abcd = mix(abc, bcd, T); in chopAndWriteCubics() local
142 float2 abcd = (abc + bcd) * .5f; in chopAndWriteCubics() local
/third_party/skia/third_party/externals/zlib/
Dcpu_features.c144 int abcd[4]; in _cpu_check_features() local
/third_party/node/deps/v8/third_party/zlib/
Dcpu_features.c144 int abcd[4]; in _cpu_check_features() local
/third_party/node/deps/zlib/
Dcpu_features.c162 int abcd[4]; in _cpu_check_features() local
/third_party/icu/icu4c/source/test/intltest/
Dstrtest.cpp284 StringPiece abcd(abcdefg_chars, 4); in TestStringPiece() local
404 StringPiece abcd("abcdefg", 4); in TestStringPieceComparisons() local
430 std::string abcd("abcdefg", 4); in TestStringPieceComparisons() local
Dapicoll.cpp193 Locale abcd("ab", "CD", ""); in TestProperty() local
/third_party/skia/src/core/
DSkCpu.cpp38 uint32_t abcd[4] = {0,0,0,0}; in read_cpu_features() local
DSkGeometry.cpp475 float2 abcd = unchecked_mix(abc, bcd, T); in SkChopCubicAt() local
511 float4 abcd = unchecked_mix(abc, bcd, T); in SkChopCubicAt() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dnanobenchmark.cc83 uint32_t* ABSL_RANDOM_INTERNAL_RESTRICT abcd) { in Cpuid()
102 uint32_t abcd[4]; in BrandString() local
/third_party/skia/samplecode/
DSampleFitCubicToCircle.cpp91 double abcd = lerp(abc, bcd, T); in eval_cubic() local
/third_party/skia/src/pathops/
DSkPathOpsCubic.cpp92 double abcd = SkDInterp(abc, bcd, t); in interp_cubic_coords() local
650 double abcd = SkDInterp(abc, bcd, t); in interp_cubic_coords() local
/third_party/skia/src/opts/
DSkBitmapProcState_opts.h108 __m256i abcd = _mm256_permute2x128_si256(lo, hi, 0x20), in S32_alpha_D32_filter_DX() local
/third_party/mbedtls/library/
Dsha256.c295 uint32x4_t abcd = vld1q_u32(&ctx->state[0]); in mbedtls_internal_sha256_process_many_a64_crypto() local
/third_party/icu/icu4c/source/test/cintltst/
Dcustrtst.c499 abcd[] = { 0x61, 0x62, 0x63, 0x64, 0 }, in TestStringSearching() local
/third_party/skia/include/private/
DSkNx_neon.h66 float32x2x4_t abcd = {{ in Store4() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Ddec_sse2.c942 const __m128i abcd = _mm_avg_epu8(XABCD, ABCD0); in VR4_SSE2() local
Denc_sse2.c778 const __m128i abcd = _mm_avg_epu8(XABCD, ABCD0); in VR4_SSE2() local
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp2264 Float4 abcd = ab + cd; in TEST() local