Home
last modified time | relevance | path

Searched refs:cC (Results 1 – 25 of 269) sorted by relevance

1234567891011

/external/clang/include/clang/Basic/
DBuiltins.def421 BUILTIN(__builtin___CFStringMakeConstantString, "FC*cC*", "nc")
422 BUILTIN(__builtin___NSStringMakeConstantString, "FC*cC*", "nc")
431 BUILTIN(__builtin_fprintf, "iP*cC*.", "Fp:1:")
439 BUILTIN(__builtin_stpcpy, "c*c*cC*", "nF")
440 BUILTIN(__builtin_stpncpy, "c*c*cC*z", "nF")
441 BUILTIN(__builtin_strcasecmp, "icC*cC*", "nF")
442 BUILTIN(__builtin_strcat, "c*c*cC*", "nF")
443 BUILTIN(__builtin_strchr, "c*cC*i", "nF")
444 BUILTIN(__builtin_strcmp, "icC*cC*", "nF")
445 BUILTIN(__builtin_strcpy, "c*c*cC*", "nF")
[all …]
/external/swiftshader/src/Device/
DSurface.cpp3465 __m128i cC = _mm_load_si128((__m128i*)(sourceC + 4 * x)); in resolve() local
3476 cC = _mm_avg_epu8(cC, cD); in resolve()
3481 cC = _mm_avg_epu8(cC, cE); in resolve()
3483 c8 = _mm_avg_epu8(c8, cC); in resolve()
3610 unsigned int cC = *(unsigned int*)(sourceC + 4 * x); in resolve() local
3621 cC = AVERAGE(cC, cD); in resolve()
3626 cC = AVERAGE(cC, cE); in resolve()
3628 c8 = AVERAGE(c8, cC); in resolve()
3759 __m128i cC = _mm_load_si128((__m128i*)(sourceC + 4 * x)); in resolve() local
3770 cC = _mm_avg_epu16(cC, cD); in resolve()
[all …]
/external/swiftshader/src/Renderer/
DSurface.cpp4137 __m128i cC = _mm_load_si128((__m128i*)(sourceC + 4 * x)); in resolve() local
4148 cC = _mm_avg_epu8(cC, cD); in resolve()
4153 cC = _mm_avg_epu8(cC, cE); in resolve()
4155 c8 = _mm_avg_epu8(c8, cC); in resolve()
4282 unsigned int cC = *(unsigned int*)(sourceC + 4 * x); in resolve() local
4293 cC = AVERAGE(cC, cD); in resolve()
4298 cC = AVERAGE(cC, cE); in resolve()
4300 c8 = AVERAGE(c8, cC); in resolve()
4431 __m128i cC = _mm_load_si128((__m128i*)(sourceC + 4 * x)); in resolve() local
4442 cC = _mm_avg_epu16(cC, cD); in resolve()
[all …]
/external/libopus/celt/
Dmathops.h52 #define cC 0.08595542f macro
65 float den = (y2 + cB*x2) * (y2 + cC*x2); in fast_atan2f()
68 float den = (x2 + cB*y2) * (x2 + cC*y2); in fast_atan2f()
74 #undef cC
/external/libnl/lib/route/cls/
Dematch_grammar.l78 [cC][mM][pP] { yylval->i = TCF_EM_CMP; return EMATCH_CMP; }
104 [tT][cC][pP] { yylval->i = TCF_LAYER_TRANSPORT; return LAYER; }
/external/hyphenation-patterns/cy/
Dhyph-cy.chr.txt3 cC
/external/hyphenation-patterns/sa/
Dhyph-sa.chr.txt3 cC
/external/hyphenation-patterns/hr/
Dhyph-hr.chr.txt3 cC
/external/hyphenation-patterns/ga/
Dhyph-ga.chr.txt3 cC
/external/hyphenation-patterns/la/
Dhyph-la.chr.txt3 cC
Dhyph-la-x-liturgic.chr.txt3 cC
/external/hyphenation-patterns/eu/
Dhyph-eu.chr.txt3 cC
/external/hyphenation-patterns/pt/
Dhyph-pt.chr.txt4 cC
/external/hyphenation-patterns/de/
Dhyph-de-ch-1901.chr.txt3 cC
Dhyph-de-1996.chr.txt3 cC
Dhyph-de-1901.chr.txt3 cC
/external/hyphenation-patterns/sl/
Dhyph-sl.chr.txt3 cC
/external/hyphenation-patterns/fr/
Dhyph-fr.chr.txt5 cC
/external/hyphenation-patterns/da/
Dhyph-da.chr.txt3 cC
/external/hyphenation-patterns/hu/
Dhyph-hu.chr.txt3 cC
/external/hyphenation-patterns/en-US/
Dhyph-en-us.chr.txt3 cC
/external/hyphenation-patterns/es/
Dhyph-es.chr.txt3 cC
/external/hyphenation-patterns/en-GB/
Dhyph-en-gb.chr.txt3 cC
/external/hyphenation-patterns/nn/
Dhyph-nn.chr.txt3 cC
/external/hyphenation-patterns/nb/
Dhyph-nb.chr.txt3 cC

1234567891011