/picolibc-3.5.0-3.4.0/newlib/libc/string/ |
D | wcsstr.c | 64 wcsstr (const wchar_t *__restrict big, in wcsstr() argument 74 return (wchar_t *) big; in wcsstr() 76 if (wcslen (big) < wcslen (little)) in wcsstr() 79 p = big; in wcsstr()
|
/picolibc-3.5.0-3.4.0/test/ |
D | malloc.c | 123 void *big = malloc(1024); in main() local 124 memset(big, '1', 1024); in main() 125 printf("big %p\n", big); in main() 126 if (big) { in main() 132 free(big); in main()
|
D | rounding-mode.c | 231 #define check_func(big, small, name) do { \ in main() argument 233 if (big <= small) { \ in main() 234 printf("ERROR %s: %g is not > %g\n", name, (double) big, (double) small); \ in main() 237 if (big < 0) { \ in main() 238 printf("ERROR %s: %g is not >= 0\n", name, (double) big); \ in main()
|
D | math_errhandling_tests.c | 44 volatile FLOAT_T makemathname(big) = BIG; 116 FLOAT_T makemathname(test_cosh_big)(void) { return makemathname(cosh)(makemathname(big)); } in makemathname() 117 FLOAT_T makemathname(test_cosh_negbig)(void) { return makemathname(cosh)(makemathname(big)); } in makemathname() 145 FLOAT_T makemathname(test_exp_big)(void) { return makemathname(exp)(makemathname(big)); } in makemathname() 146 FLOAT_T makemathname(test_exp_negbig)(void) { return makemathname(exp)(-makemathname(big)); } in makemathname() 152 FLOAT_T makemathname(test_exp2_big)(void) { return makemathname(exp2)(makemathname(big)); } in makemathname() 153 FLOAT_T makemathname(test_exp2_negbig)(void) { return makemathname(exp2)(-makemathname(big)); } in makemathname() 159 FLOAT_T makemathname(test_exp10_big)(void) { return makemathname(exp10)(makemathname(big)); } in makemathname() 160 FLOAT_T makemathname(test_exp10_negbig)(void) { return makemathname(exp10)(-makemathname(big)); } in makemathname() 168 FLOAT_T makemathname(test_expm1_big)(void) { return makemathname(expm1)(makemathname(big)); } in makemathname() [all …]
|
/picolibc-3.5.0-3.4.0/scripts/ |
D | cross-powerpc64-linux-gnu.txt | 11 endian = 'big'
|
D | cross-m68k-linux-gnu.txt | 13 endian = 'big'
|
D | cross-power9.txt | 13 endian = 'big'
|
D | cross-power9-fp128.txt | 13 endian = 'big'
|
D | cross-mips-linux-gnu.txt | 17 endian = 'big'
|
D | cross-sparc64-linux-gnu.txt | 17 endian = 'big'
|
/picolibc-3.5.0-3.4.0/newlib/libm/ld/ld128/ |
D | s_expm1l.c | 87 minarg = -7.9018778583833765273564461846232128760607E1L, big = 1e4932L; variable
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/i960/ |
D | strncmp_ca.S | 128 subo g14,0,g14 # adjust shift count for big endian 159 subo g14,0,g14 # adjust shift count for big endian 238 subo MSW,0,MSW # adjust shift count for big endian
|
D | strcmp_ca.S | 158 subo g14,0,g14 # 32 - shift count for big endian. 231 subo MSW,0,MSW # 32 - shift count for big endian.
|
D | strcpy_ca.S | 241 subo g1,0,g1 # Adjust shift count for big endian. 270 subo g1,0,g14 # Adjust shift count for big endian.
|
D | strncat_ca.S | 208 subo g14,0,g14 # adjust shift count for big endian 271 subo g14,0,g14 # adjust shift count for big endian
|
D | memcmp_ca.S | 126 subo g14,0,g14 # adjust shift count for big endian.
|
D | memcpy_ca.S | 210 subo g14,0,g14 # adjust shift count for big endian 332 subo g14,0,g14 # adjust shift count for big endian
|
D | memccpy_ca.S | 225 subo g14,0,g14 # adjust shift count for big endian
|
D | strncpy_ca.S | 268 subo g1,4,g14 # adjust shift count for big endian.
|
/picolibc-3.5.0-3.4.0/ |
D | README.md | 43 * Microblaze (32-bit, big and little endian) 48 * PowerPC (big and little endian) 247 needed to validate the big-endian and exception code for 128-bit 363 1. Fix build on big-endian systems (thanks to Thomas Daede)
|
/picolibc-3.5.0-3.4.0/newlib/libc/iconv/ |
D | iconv.tex | 807 dynamically on demand. This isn't a problem on "big" machines such as 840 exclude one half of a CCS table from linking which may be big enough). 989 8-bit tables are small (in size) while 16-bit tables may be big enough. 1063 If the "UCS-2 -> CCS" mapping has big enough gaps, some blocks will be
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 1242 integers are as big as pointers. 6789 detect the nul-byte in a big-endian string. 22525 * libc/machine/sh/memcpy.S (L_odddst, big endian version): 25299 Split big and little endian configurations. 25554 * configure.in: Configure big and little endian versions for MIPS
|