Home
last modified time | relevance | path

Searched refs:big (Results 1 – 25 of 25) sorted by relevance

/picolibc-latest/newlib/libc/string/
Dwcsstr.c63 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/
Dmalloc.c167 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()
Drounding-mode.c266 #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()
Dmath_errhandling_tests.c44 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 …]
Dtest-fma.c340 volatile long double big = 0x1p+16383l; in main() local
342 if (big * small != 0x1p-63) { in main()
/picolibc-latest/scripts/
Dcross-powerpc64-linux-gnu.txt12 endian = 'big'
Dcross-m68k-unknown-elf.txt15 endian = 'big'
Dcross-m68k-linux-gnu.txt16 endian = 'big'
Dcross-power9.txt14 endian = 'big'
Dcross-mips64-linux-gnuabi64.txt18 endian = 'big'
Dcross-sparc64-linux-gnu.txt18 endian = 'big'
Dcross-mips-linux-gnu.txt18 endian = 'big'
Dcross-power9-fp128.txt14 endian = 'big'
/picolibc-latest/newlib/libm/ld/ld128/
Ds_expm1l.c87 minarg = -7.9018778583833765273564461846232128760607E1L, big = 1e4932L; variable
/picolibc-latest/newlib/libc/machine/i960/
Dstrncmp_ca.S130 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
Dstrcmp_ca.S160 subo g14,0,g14 # 32 - shift count for big endian.
233 subo MSW,0,MSW # 32 - shift count for big endian.
Dstrcpy_ca.S243 subo g1,0,g1 # Adjust shift count for big endian.
272 subo g1,0,g14 # Adjust shift count for big endian.
Dstrncat_ca.S210 subo g14,0,g14 # adjust shift count for big endian
273 subo g14,0,g14 # adjust shift count for big endian
Dmemcmp_ca.S128 subo g14,0,g14 # adjust shift count for big endian.
Dmemcpy_ca.S212 subo g14,0,g14 # adjust shift count for big endian
334 subo g14,0,g14 # adjust shift count for big endian
Dmemccpy_ca.S227 subo g14,0,g14 # adjust shift count for big endian
Dstrncpy_ca.S270 subo g1,4,g14 # adjust shift count for big endian.
/picolibc-latest/
DREADME.md56 * 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/
Diconv.tex807 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/
DChangeLog-20151242 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