/picolibc-latest/newlib/libc/string/ |
D | wcsstr.c | 63 wcsstr (const wchar_t *__restrict big, in wcsstr() argument 73 return (wchar_t *) big; in wcsstr() 75 if (wcslen (big) < wcslen (little)) in wcsstr() 78 p = big; in wcsstr()
|
/picolibc-latest/test/ |
D | malloc.c | 167 void *big = malloc(1024); in main() local 168 printf("big %p\n", big); in main() 169 if (big) { in main() 170 memset(big, '1', 1024); in main() 176 free(big); in main()
|
D | rounding-mode.c | 266 #define check_func(big, small, name) do { \ in main() argument 268 if (big <= small) { \ in main() 269 printf("ERROR %s: %g is not > %g\n", name, (double) big, (double) small); \ in main() 272 if (big < 0) { \ in main() 273 printf("ERROR %s: %g is not >= 0\n", name, (double) big); \ in main()
|
D | math_errhandling_tests.c | 44 volatile const FLOAT_T makemathname(big) = BIG; 139 static FLOAT_T makemathname(test_cosh_big)(void) { return makemathname(cosh)(makemathname(big)); } in makemathname() 140 static FLOAT_T makemathname(test_cosh_negbig)(void) { return makemathname(cosh)(makemathname(big));… in makemathname() 168 static FLOAT_T makemathname(test_exp_big)(void) { return makemathname(exp)(makemathname(big)); } in makemathname() 169 static FLOAT_T makemathname(test_exp_negbig)(void) { return makemathname(exp)(-makemathname(big)); } in makemathname() 175 static FLOAT_T makemathname(test_exp2_big)(void) { return makemathname(exp2)(makemathname(big)); } in makemathname() 176 static FLOAT_T makemathname(test_exp2_negbig)(void) { return makemathname(exp2)(-makemathname(big))… in makemathname() 182 static FLOAT_T makemathname(test_exp10_big)(void) { return makemathname(exp10)(makemathname(big)); } in makemathname() 183 static FLOAT_T makemathname(test_exp10_negbig)(void) { return makemathname(exp10)(-makemathname(big… in makemathname() 191 static FLOAT_T makemathname(test_expm1_big)(void) { return makemathname(expm1)(makemathname(big)); } in makemathname() [all …]
|
D | test-fma.c | 340 volatile long double big = 0x1p+16383l; in main() local 342 if (big * small != 0x1p-63) { in main()
|
/picolibc-latest/scripts/ |
D | cross-powerpc64-linux-gnu.txt | 12 endian = 'big'
|
D | cross-m68k-unknown-elf.txt | 15 endian = 'big'
|
D | cross-m68k-linux-gnu.txt | 16 endian = 'big'
|
D | cross-power9.txt | 14 endian = 'big'
|
D | cross-mips64-linux-gnuabi64.txt | 18 endian = 'big'
|
D | cross-sparc64-linux-gnu.txt | 18 endian = 'big'
|
D | cross-mips-linux-gnu.txt | 18 endian = 'big'
|
D | cross-power9-fp128.txt | 14 endian = 'big'
|
/picolibc-latest/newlib/libm/ld/ld128/ |
D | s_expm1l.c | 87 minarg = -7.9018778583833765273564461846232128760607E1L, big = 1e4932L; variable
|
/picolibc-latest/newlib/libc/machine/i960/ |
D | strncmp_ca.S | 130 subo g14,0,g14 # adjust shift count for big endian 161 subo g14,0,g14 # adjust shift count for big endian 240 subo MSW,0,MSW # adjust shift count for big endian
|
D | strcmp_ca.S | 160 subo g14,0,g14 # 32 - shift count for big endian. 233 subo MSW,0,MSW # 32 - shift count for big endian.
|
D | strcpy_ca.S | 243 subo g1,0,g1 # Adjust shift count for big endian. 272 subo g1,0,g14 # Adjust shift count for big endian.
|
D | strncat_ca.S | 210 subo g14,0,g14 # adjust shift count for big endian 273 subo g14,0,g14 # adjust shift count for big endian
|
D | memcmp_ca.S | 128 subo g14,0,g14 # adjust shift count for big endian.
|
D | memcpy_ca.S | 212 subo g14,0,g14 # adjust shift count for big endian 334 subo g14,0,g14 # adjust shift count for big endian
|
D | memccpy_ca.S | 227 subo g14,0,g14 # adjust shift count for big endian
|
D | strncpy_ca.S | 270 subo g1,4,g14 # adjust shift count for big endian.
|
/picolibc-latest/ |
D | README.md | 56 * Microblaze (32-bit, big and little endian) 57 * PowerPC (big and little endian) 230 * Add mem_align to the "big" malloc version. Thanks to Simon Tatham. 556 needed to validate the big-endian and exception code for 128-bit 672 1. Fix build on big-endian systems (thanks to Thomas Daede)
|
/picolibc-latest/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-latest/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
|