Home
last modified time | relevance | path

Searched refs:S (Results 1 – 19 of 19) sorted by relevance

/third_party/ulib/musl/src/stdio/
A Dvfwprintf.c84 S('d') = INT, S('i') = INT, S('o') = UINT, S('u') = UINT, S('x') = UINT,
85 S('X') = UINT, S('e') = DBL, S('f') = DBL, S('g') = DBL, S('a') = DBL,
86 S('E') = DBL, S('F') = DBL, S('G') = DBL, S('A') = DBL, S('c') = CHAR,
87 S('C') = INT, S('s') = PTR, S('S') = PTR, S('p') = UIPTR, S('n') = PTR,
88 S('m') = NOARG, S('l') = LPRE, S('h') = HPRE, S('L') = BIGLPRE, S('z') = ZTPRE,
93 S('d') = LONG, S('i') = LONG, S('o') = ULONG, S('u') = ULONG, S('x') = ULONG,
94 S('X') = ULONG, S('c') = INT, S('s') = PTR, S('n') = PTR, S('l') = LLPRE,
108 S('d') = CHAR, S('i') = CHAR, S('o') = UCHAR, S('u') = UCHAR, S('x') = UCHAR,
113 S('e') = LDBL, S('f') = LDBL, S('g') = LDBL, S('a') = LDBL, S('E') = LDBL, S('F') = LDBL,
118 S('d') = PDIFF, S('i') = PDIFF, S('o') = SIZET, S('u') = SIZET, S('x') = SIZET,
[all …]
A Dvfprintf.c91 S('d') = INT, S('i') = INT, S('o') = UINT, S('u') = UINT, S('x') = UINT,
92 S('X') = UINT, S('e') = DBL, S('f') = DBL, S('g') = DBL, S('a') = DBL,
93 S('E') = DBL, S('F') = DBL, S('G') = DBL, S('A') = DBL, S('c') = CHAR,
94 S('C') = INT, S('s') = PTR, S('S') = PTR, S('p') = UIPTR, S('n') = PTR,
95 S('m') = NOARG, S('l') = LPRE, S('h') = HPRE, S('L') = BIGLPRE, S('z') = ZTPRE,
100 S('d') = LONG, S('i') = LONG, S('o') = ULONG, S('u') = ULONG, S('x') = ULONG,
101 S('X') = ULONG, S('e') = DBL, S('f') = DBL, S('g') = DBL, S('a') = DBL, S('E') = DBL,
102 S('F') = DBL, S('G') = DBL, S('A') = DBL, S('c') = INT, S('s') = PTR, S('n') = PTR,
117 S('d') = CHAR, S('i') = CHAR, S('o') = UCHAR, S('u') = UCHAR, S('x') = UCHAR,
122 S('e') = LDBL, S('f') = LDBL, S('g') = LDBL, S('a') = LDBL, S('E') = LDBL, S('F') = LDBL,
[all …]
/third_party/ulib/musl/src/string/
A Drules.mk67 $(GET_LOCAL_DIR)/aarch64/memcpy.S \
68 $(GET_LOCAL_DIR)/aarch64/memmove.S \
69 $(GET_LOCAL_DIR)/aarch64/memset.S \
74 $(GET_LOCAL_DIR)/x86_64/memcpy.S \
75 $(GET_LOCAL_DIR)/x86_64/memmove.S \
76 $(GET_LOCAL_DIR)/x86_64/memset.S \
89 LOCAL_SRCS += $(GET_LOCAL_DIR)/x86_64/mempcpy.S
97 third_party/lib/cortex-strings/src/aarch64/memchr.S \
98 third_party/lib/cortex-strings/src/aarch64/memcmp.S \
99 third_party/lib/cortex-strings/src/aarch64/strchr.S \
[all …]
/third_party/dev/ethernet/e1000/
A Dif_em.h331 #define INIT_DEBUGOUT(S) if (DEBUG_INIT) printf(S "\n") argument
332 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A) argument
333 #define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B) argument
334 #define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n") argument
335 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) argument
336 #define IOCTL_DEBUGOUT2(S, A, B) if (DEBUG_IOCTL) printf(S "\n", A, B) argument
337 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n") argument
338 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A) argument
339 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) argument
/third_party/ulib/uboringssl/
A Drules.mk49 fipsmodule/sha256-armv8.S \
50 fipsmodule/ghashv8-armx64.S \
51 fipsmodule/aesv8-armx64.S
55 cipher_extra/aes128gcmsiv-x86_64.S \
56 fipsmodule/aesni-gcm-x86_64.S \
57 fipsmodule/aesni-x86_64.S \
58 fipsmodule/aes-x86_64.S \
59 fipsmodule/bsaes-x86_64.S \
60 fipsmodule/ghash-x86_64.S \
61 fipsmodule/sha256-x86_64.S \
[all …]
/third_party/ulib/uboringssl/crypto/fipsmodule/modes/
A Dpolyval.c61 OPENSSL_memset(&ctx->S, 0, sizeof(ctx->S)); in CRYPTO_POLYVAL_init()
83 ctx->ghash(ctx->S.u, ctx->Htable, (const uint8_t *) reversed, todo); in CRYPTO_POLYVAL_update_blocks()
88 polyval_block S = ctx->S; in CRYPTO_POLYVAL_finish() local
89 byte_reverse(&S); in CRYPTO_POLYVAL_finish()
90 OPENSSL_memcpy(out, &S.c, sizeof(polyval_block)); in CRYPTO_POLYVAL_finish()
A Dinternal.h380 polyval_block S; member
/third_party/lib/cortex-strings/
A DREADME.fuchsia5 NOTE: kernel/arch/arm64/user_copy.S has intimate knowledge of the
6 src/aarch64/memcpy.S code and must be adjusted if that code changes.
10 - sed -i 's/\.2d\[/.d[/' src/aarch64/*.S
/third_party/ulib/musl/third_party/math/
A Derfl.c261 long double s, z, R, S; in erfc2() local
274 S = sa[0] + in erfc2()
284 S = sb[0] + in erfc2()
288 S = sc[0] + s * (sc[1] + s * (sc[2] + s * (sc[3] + s * (sc[4] + s)))); in erfc2()
293 return expl(-z * z - 0.5625) * expl((z - x) * (z + x) + R / S) / x; in erfc2()
A Derff.c96 float_t s, R, S; in erfc2() local
106 S = 1.0f + in erfc2()
111 S = 1.0f + s * (sb1 + s * (sb2 + s * (sb3 + s * (sb4 + s * (sb5 + s * (sb6 + s * sb7)))))); in erfc2()
115 return expf(-z * z - 0.5625f) * expf((z - x) * (z + x) + R / S) / x; in erfc2()
A Derf.c186 double_t s, R, S; in erfc2() local
196 S = 1.0 + in erfc2()
201 S = 1.0 + s * (sb1 + s * (sb2 + s * (sb3 + s * (sb4 + s * (sb5 + s * (sb6 + s * sb7)))))); in erfc2()
205 return exp(-z * z - 0.5625) * exp((z - x) * (z + x) + R / S) / x; in erfc2()
A Dlog2l.c87 static const long double S[4] = { variable
131 y = x * (z * __polevll(z, R, 3) / __p1evll(z, S, 3)); in log2l()
A Dlog10l.c92 static const long double S[4] = { variable
139 y = x * (z * __polevll(z, R, 3) / __p1evll(z, S, 3)); in log10l()
A Dlogl.c86 static const long double S[4] = { variable
130 z = x * (z * __polevll(z, R, 3) / __p1evll(z, S, 3)); in logl()
A Dlog1pl.c82 static const long double S[4] = { variable
129 z = x * (z * __polevll(z, R, 3) / __p1evll(z, S, 3)); in log1pl()
A Dtgammal.c126 static const long double S[9] = { variable
243 q = z / (x * __polevll(x, S, 8)); in tgammal()
/third_party/ulib/musl/
A Dmusl-rules.mk967 $(LOCAL_DIR)/src/math/aarch64/fabs.S \
969 $(LOCAL_DIR)/src/math/aarch64/sqrt.S \
1004 $(LOCAL_DIR)/src/math/x86_64/acosl.S \
1005 $(LOCAL_DIR)/src/math/x86_64/asinl.S \
1007 $(LOCAL_DIR)/src/math/x86_64/atanl.S \
1008 $(LOCAL_DIR)/src/math/x86_64/ceill.S \
1010 $(LOCAL_DIR)/src/math/x86_64/expl.S \
1012 $(LOCAL_DIR)/src/math/x86_64/fabs.S \
1023 $(LOCAL_DIR)/src/math/x86_64/logl.S \
1029 $(LOCAL_DIR)/src/math/x86_64/sqrt.S \
[all …]
/third_party/ulib/musl/src/math/
A Dtgamma.c107 static double S(double x) { in S() function
176 r = S(absx) * exp(-y); in tgamma()
228 r = (absx-0.5)*(log(absx+gmhalf)-1) + (log(S(absx)) - (gmhalf+0.5));
/third_party/ulib/jemalloc/
A DCOPYING17 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY EXPRESS
20 EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY DIRECT, INDIRECT,

Completed in 24 milliseconds