/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/ |
D | tanf4.h | 63 vec_uint4 select; in _tanf4() local 90 select = spu_cmpeq(spu_and(octant, 2), 0); in _tanf4() 91 num = spu_sel(cos, sin, select); in _tanf4() 92 den = spu_sel(sin, cos, select); in _tanf4()
|
D | sincosf4.h | 63 vec_uint4 select; in _sincosf4() local 76 select = spu_cmpeq(spu_and(octant, 2), 0); in _sincosf4() 79 *sinx = spu_xor(spu_sel(cos, sin, select), toggle_sign); in _sincosf4() 82 *cosx = spu_xor(spu_sel(sin, cos, select), toggle_sign); in _sincosf4()
|
D | tand2.h | 63 vec_ullong2 select; in _tand2() local 95 select = (vec_ullong2)spu_cmpeq(spu_and(octant, 2), 0); in _tand2() 96 num = spu_sel(cos, sin, select); in _tand2() 97 den = spu_sel(sin, cos, select); in _tand2()
|
D | sincosd2.h | 63 vec_ullong2 select; in _sincosd2() local 81 select = (vec_ullong2)spu_cmpeq(spu_and(octant, 2), 0); in _sincosd2() 84 *cosx = spu_xor(spu_sel(sin, cos, select), toggle_sign); in _sincosd2() 87 *sinx = spu_xor(spu_sel(cos, sin, select), toggle_sign); in _sincosd2()
|
D | cosf4.h | 64 vec_uint4 select; in _cosf4() local 90 select = spu_cmpeq(spu_and(octant, 2), 0); in _cosf4() 92 answer = spu_xor(spu_sel(sin, cos, select), toggle_sign); in _cosf4()
|
D | sinf4.h | 61 vec_uint4 select; in _sinf4() local 87 select = spu_cmpeq(spu_and(octant, 2), 0); in _sinf4() 89 answer = spu_xor(spu_sel(cos, sin, select), toggle_sign); in _sinf4()
|
D | sind2.h | 60 vec_ullong2 select; in _sind2() local 90 select = (vec_ullong2)spu_cmpeq(spu_and(octant, 2), 0); in _sind2() 92 answer = spu_xor(spu_sel(cos, sin, select), toggle_sign); in _sind2()
|
D | cosd2.h | 61 vec_ullong2 select; in _cosd2() local 89 select = (vec_ullong2)spu_cmpeq(spu_and(octant, 2), 0); in _cosd2() 91 answer = spu_xor(spu_sel(sin, cos, select), toggle_sign); in _cosd2()
|
D | atanf4.h | 85 vector unsigned int select; in _atanf4() local 91 select = (vector unsigned int)spu_cmpabsgt(x, spu_splats(1.0f)); in _atanf4() 93 bias = (vector float)spu_and((vector unsigned int)bias, select); in _atanf4() 95 x = spu_sel(x, inv_x, select); in _atanf4()
|
/picolibc-3.7.0-3.6.0/doc/ |
D | ctype.md | 18 particular mode by defining `_PICOLIBC_CTYPE_SMALL` to `1` (select 19 direct implementation) or `0` (select array-based implementation).
|
D | printf.md | 227 select the long long printf and scanf variants. This option is
|
D | build.md | 384 You can select the installation directory by passing it to the meson script:
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | refcontainers.xslt | 11 <xsl:apply-templates select="node()|@*"/>
|
D | ChangeLog-2015 | 46 * libc/include/sys/types.h: Remove including <sys/select.h>. 56 * libc/include/sys/select.h: Do not include <sys/types.h> and 61 * libc/include/sys/time.h: Include <sys/select.h> if 103 sys/param.h. Move definitions of select(2) macros to sys/select.h. 105 * libc/include/sys/select.h: Move Cygwin's sys/select.h here. 774 * libc/include/sys/time.h: Include sys/select.h on Cygwin. Explain why. 4080 Add const to "select" parameter. 12261 specific "sys/select.h". 18637 * libc/sys/linux/sys/select.h: Ditto. 18653 * libc/sys/linux/select.c: Change header plus change select to [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/ |
D | select.h | 109 int select __P ((int __n, fd_set *__readfds, fd_set *__writefds,
|
D | CMakeLists.txt | 56 select.h
|
D | meson.build | 56 'select.h',
|
/picolibc-3.7.0-3.6.0/newlib/libc/posix/ |
D | namespace.h | 105 #define select _select macro
|
D | un-namespace.h | 79 #undef select
|
/picolibc-3.7.0-3.6.0/newlib/libc/signal/ |
D | signal.tex | 58 handler subroutine, to select the operating environment's default
|
/picolibc-3.7.0-3.6.0/ |
D | meson.build | 436 error('tinystdio uses a run-time mechanism to select floating point io (newlib-io-float)') 448 …error('tinystdio uses a run-time mechanism to select smaller printf code (newlib-nano-formatted-io…
|
D | README.md | 189 works when picolibc is limited to ASCII. Applications can select
|
D | COPYING.picolibc | 1393 newlib/libc/include/sys/select.h
|
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ |
D | iconv.tex | 844 select between them using configure script options. The
|