Home
last modified time | relevance | path

Searched refs:valid (Results 1 – 9 of 9) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/headers/
Dfesetround.h49 vec_uint4 valid, fail; in _fesetround() local
71 valid = spu_cmpeq(vec_mode, valid_ele0); in _fesetround()
72 valid = spu_or(valid, spu_cmpeq(vec_mode, valid_ele1)); in _fesetround()
73 valid = spu_or(valid, spu_cmpgt(vec_mode, SMALL)); in _fesetround()
74 valid = spu_and(valid, spu_cmpgt(too_large, vec_mode)); in _fesetround()
76 fail = spu_gather(valid); in _fesetround()
Dsqrtf4.h58 vec_uint4 exp, valid; in _sqrtf4() local
104 valid = spu_cmpgt(spu_and((vec_int4)(in), (vec_int4)(mask)), 0); in _sqrtf4()
108 out = spu_and(spu_sel(mant, (vec_float4)(exp), spu_splats(0xFF800000)), (vec_float4)(valid)); in _sqrtf4()
/picolibc-latest/newlib/libc/time/
Dasctime_r.c27 #define valid(x,a) (oob(x,a) ? "???" : a[x]) macro
44 valid(tim_p->tm_wday, day_name), in asctime_r()
45 valid(tim_p->tm_mon, mon_name), in asctime_r()
/picolibc-latest/test/
Dmeson.build150 executable(t1_name, ['printf_scanf.c', 'lock-valid.c'],
167 executable(t1_name, ['printf_scanf.c', 'lock-valid.c'],
184 executable(t1_name, ['printf_scanf.c', 'lock-valid.c'],
201 executable(t1_name, ['printf_scanf.c', 'lock-valid.c'],
218 executable(t1_name, ['printf_scanf.c', 'lock-valid.c'],
235 executable(t1_name, ['printf-tests.c', 'lock-valid.c'],
252 executable(t1_name, ['printf-tests.c', 'lock-valid.c'],
269 executable(t1_name, ['printf-tests.c', 'lock-valid.c'],
286 executable(t1_name, ['printf-tests.c', 'lock-valid.c'],
310 executable(t1_name, ['time-sprintf.c', 'lock-valid.c'],
[all …]
/picolibc-latest/
DCOPYING.GPL2142 b) Accompany it with a written offer, valid for at least three
Dmeson.build1068 # Note: --version still checks for valid arguments so this works.
DREADME.md114 valid in picolibc), use __errno_r(r), even when 'r' is not defined
DCOPYING.picolibc701 test/lock-valid.c
/picolibc-latest/newlib/
DChangeLog-20153707 * libc/stdio/fileno.c (fileno): Check if f is a valid stream. If not,
6012 outside the valid Unicode range. Add a comment to clarify checking
12971 Avoid core dumps on valid inputs (maxsize == 0, or
13096 to be ignored as long as they precede valid specifiers according
16062 -1 to be sure it cannot later match a valid file fd causing
16623 If number of bytes is used up before completing a valid multibyte
19857 valid. Added a reference to DJ's web page that contains his address.
20848 * libc/sys/arm/syscalls.c (do_AngelSWI): Prevent registers with valid
21375 code to handle cases where input fields are outside valid ranges.
24506 so `next' is valid.
[all …]