Searched refs:domain (Results 1 – 10 of 10) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/ |
D | dom_chkd_less_than.h | 47 vector unsigned long long domain; in dom_chkd_less_than() local 51 domain = spu_cmpgt(vc, vx); in dom_chkd_less_than() 58 errno = spu_extract(spu_sel(verrno, fail, (vector unsigned int) domain), 0); in dom_chkd_less_than()
|
D | dom_chkd_negone_one.h | 56 vector unsigned long long domain; in dom_chkd_negone_one() local 61 domain = spu_cmpabsgt(vx, ones); in dom_chkd_negone_one() 68 errno = spu_extract(spu_sel(verrno, fail, (vector unsigned int) domain), 0); in dom_chkd_negone_one()
|
D | dom_chkf_less_than.h | 47 vector unsigned int domain; in dom_chkf_less_than() local 51 domain = spu_cmpgt(vc, vx); in dom_chkf_less_than() 58 errno = spu_extract(spu_sel(verrno, fail, (vector unsigned int) domain), 0); in dom_chkf_less_than()
|
D | dom_chkf_negone_one.h | 56 vector unsigned int domain; in dom_chkf_negone_one() local 61 domain = spu_cmpabsgt(vx, ones); in dom_chkf_negone_one() 68 errno = spu_extract(spu_sel(verrno, fail, (vector unsigned int) domain), 0); in dom_chkf_negone_one()
|
D | fmodf.h | 87 vec_uint4 domain; in _fmodf() 162 domain = spu_cmpeq(vc, (vec_float4) vy); in _fmodf() 164 errno = spu_extract(spu_sel(verrno, fail, (vector unsigned int) domain), 0); in _fmodf()
|
D | fmod.h | 61 vec_ullong2 domain; in _fmod() local 159 domain = spu_cmpeq(vc, (vec_double2) vy); in _fmod() 161 errno = spu_extract(spu_sel(verrno, fail, (vector unsigned int) domain), 0); in _fmod()
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | MAINTAINERS | 16 outside of the immediate domain that they maintain. 18 If there is no maintainer for a given domain then the responsibility 21 If there are several maintainers for a given domain then
|
D | ChangeLog-2015 | 2881 * libc/ctype/isalnum.c: Correct domain of definition to SUSv4 wording. 5366 domain if change has been noted. 9225 * libm/machine/spu/headers/acos.h: Add domain check. 10475 * libm/math/w_acos.c: Fix domain errors to return NaN. 19208 * MAINTAINERS: Change e-mail addresses to refer to redhat domain. 25209 These are public domain implementations written by me for the 27505 * libm/sqrt.c: sqrt(Infinity) should not be a domain error.
|
/picolibc-3.7.0-3.6.0/newlib/libc/signal/ |
D | signal.tex | 32 A domain error in arithmetic, such as overflow, or division by zero.
|
/picolibc-3.7.0-3.6.0/ |
D | COPYING.picolibc | 5861 Public domain. 5885 placed in the public domain without restrictions. Just give the author 6082 public domain without restrictions. Just give the author credit, don't 6211 public domain. Permission to use, copy, modify, and
|