Searched refs:swc (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/ |
A D | op-common.h | 1150 #define FP_EXTEND(dfs,sfs,dwc,swc,D,S) \ argument 1159 _FP_FRAC_COPY_##dwc##_##swc(D, S); \ 1160 if (_FP_EXP_NORMAL(sfs, swc, S)) \ 1169 if (_FP_FRAC_ZEROP_##swc(S)) \ 1183 _FP_FRAC_CLZ_##swc(_lz, S); \ 1194 if (!_FP_FRAC_ZEROP_##swc(S)) \ 1214 if (_FP_EXP_NORMAL(sfs, swc, S)) \ 1225 _FP_FRAC_SET_##swc(S, _FP_ZEROFRAC_##swc); \ 1226 _FP_FRAC_LOW_##swc(S) |= 1; \ 1249 if (_FP_FRAC_ZEROP_##swc(S)) \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/wchar/ |
A D | wchar.c | 587 const __uwchar_t *swc; in _wchar_wcsntoutf8s() local 610 swc = (const __uwchar_t *) *src; in _wchar_wcsntoutf8s() 612 assert(swc != NULL); in _wchar_wcsntoutf8s() 615 wc = *swc; in _wchar_wcsntoutf8s() 652 wc = *swc; in _wchar_wcsntoutf8s() 665 swc = NULL; in _wchar_wcsntoutf8s() 669 ++swc; in _wchar_wcsntoutf8s() 678 *src = (const wchar_t *) swc; in _wchar_wcsntoutf8s()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/ |
A D | stdlib.c | 928 int wctomb(register char *__restrict s, wchar_t swc) in wctomb() argument 938 : ((ssize_t) wcrtomb(s, swc, NULL)); in wctomb()
|
Completed in 8 milliseconds