Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 11 of 11) sorted by relevance

/third_party/ulib/musl/third_party/math/
A Dj1.c65 double z, s, c, ss, cc; in common() local
79 cc = s - c; in common()
85 cc = z / ss; in common()
87 ss = z / cc; in common()
91 cc = pone(x) * cc - qone(x) * ss; in common()
95 cc = -cc; in common()
96 return invsqrtpi * cc / sqrt(x); in common()
A Dj1f.c25 double z, s, c, ss, cc; in common() local
31 cc = s - c; in common()
36 cc = z / ss; in common()
38 ss = z / cc; in common()
42 cc = ponef(x) * cc - qonef(x) * ss; in common()
46 cc = -cc; in common()
47 return invsqrtpi * cc / sqrtf(x); in common()
A Dj0f.c25 float z, s, c, ss, cc; in common() local
34 cc = s + c; in common()
39 cc = z / ss; in common()
41 ss = z / cc; in common()
45 cc = pzerof(x) * cc - qzerof(x) * ss; in common()
48 return invsqrtpi * cc / sqrtf(x); in common()
A Dj0.c66 double s, c, ss, cc, z; in common() local
80 cc = s + c; in common()
86 cc = z / ss; in common()
88 ss = z / cc; in common()
92 cc = pzero(x) * cc - qzero(x) * ss; in common()
95 return invsqrtpi * cc / sqrt(x); in common()
/third_party/lib/cortex-strings/src/aarch64/
A Dstrlen.S127 csel has_nul1, has_nul1, has_nul2, cc
131 csel len, xzr, len, cc
173 csel data1, data1, data2, cc
179 csel has_nul1, has_nul1, has_nul2, cc
185 csel len, len, tmp2, cc
/third_party/ulib/jemalloc/bin/
A Djemalloc-config.in18 --cc : Print compiler used to build jemalloc.
62 --cc)
/third_party/uapp/dash/src/
A Dparser.c1230 int cc = c; in readtoken1() local
1234 if (!subtype && cc == '#') { in readtoken1()
1240 cc = c; in readtoken1()
1242 if (cc == '}' || c != '}') { in readtoken1()
1245 c = cc; in readtoken1()
1246 cc = '#'; in readtoken1()
1250 if (!is_special(cc)) { in readtoken1()
1256 USTPUTC(cc, out); in readtoken1()
1274 int cc = c; in readtoken1() local
1278 if (c == cc) in readtoken1()
A Djobs.c1390 char cc[2] = " "; in cmdputs() local
1449 cc[0] = c; in cmdputs()
1450 str = cc; in cmdputs()
/third_party/ulib/jemalloc/
A Dconfigure.ac199 CC|cc)
865 AC_ARG_ENABLE([cc-silence],
866 [AS_HELP_STRING([--disable-cc-silence],
2079 AC_MSG_RESULT([cc-silence : ${enable_cc_silence}])
A DINSTALL99 --disable-cc-silence
A DChangeLog416 - Replace --enable-cc-silence with --disable-cc-silence to suppress spurious

Completed in 23 milliseconds