Searched refs:U (Results 1 – 8 of 8) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/machine/spu/ |
D | strrchr.c | 65 res_ptr = spu_splats(0U); in strrchr() 66 res_cmp = spu_splats(0U); in strrchr()
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | stdint.h | 391 #define WINT_MIN (0U) 403 #define UINT8_C(x) x##U 415 #define UINT16_C(x) x##U 428 #define UINT32_C(x) x##U
|
/picolibc-3.5.0-3.4.0/test/ |
D | testcases.c | 363 result |= test(__LINE__, "0", "%#o", 0U); 364 result |= test(__LINE__, "0", "%#x", 0U); 365 result |= test(__LINE__, "0", "%#X", 0U); 510 result |= test(__LINE__, " ", "%20.u", 0U); 513 result |= test(__LINE__, " ", "%20.o", 0U); 516 result |= test(__LINE__, " ", "%20.x", 0U); 519 result |= test(__LINE__, " ", "%20.X", 0U);
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/ |
D | strtod.c | 184 sulp (U x, in sulp() 187 U u; in sulp() 253 U aadj1, rv, rv0; 1309 U u;
|
D | mprec.h | 90 typedef union { double d; __ULong i[2]; } U; typedef
|
D | strtodg.c | 419 mantbits (U d) in mantbits() 449 U adj, rv; in _strtodg_l()
|
D | gdtoa-gdtoa.c | 171 U d, eps;
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 2101 (U?INT.*(MIN|MAX)): Define via GCC provided __U?INT.*(MIN|MAX)__ 2103 (U?INT.*_C): Define via GCC provided __U?INT.*_C if available. 5207 U+00A0 and U+200B. Add Unicode character U+180E. Add comment 5857 (loadlocale): Map "KOI8-R" and "KOI8-U" to CP20866 and CP21866. 5862 and KOI8-U (Ukrainian, CP21866) to Windows codepage conversion tables. 5868 space" (U+00A0). 8316 rv, rv0 from double to type U. Use accessor macros dval, dword0 8319 * libc/stdlib/mprec.h (U): Rename member L to i for easier re-use
|