Home
last modified time | relevance | path

Searched refs:select (Results 1 – 24 of 24) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Dtanf4.h63 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()
Dsincosf4.h63 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()
Dtand2.h63 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()
Dsincosd2.h63 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()
Dcosf4.h64 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()
Dsinf4.h61 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()
Dsind2.h60 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()
Dcosd2.h61 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()
Datanf4.h85 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/
Dctype.md18 particular mode by defining `_PICOLIBC_CTYPE_SMALL` to `1` (select
19 direct implementation) or `0` (select array-based implementation).
Dprintf.md227 select the long long printf and scanf variants. This option is
Dbuild.md384 You can select the installation directory by passing it to the meson script:
/picolibc-3.7.0-3.6.0/newlib/
Drefcontainers.xslt11 <xsl:apply-templates select="node()|@*"/>
DChangeLog-201546 * 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/
Dselect.h109 int select __P ((int __n, fd_set *__readfds, fd_set *__writefds,
DCMakeLists.txt56 select.h
Dmeson.build56 'select.h',
/picolibc-3.7.0-3.6.0/newlib/libc/posix/
Dnamespace.h105 #define select _select macro
Dun-namespace.h79 #undef select
/picolibc-3.7.0-3.6.0/newlib/libc/signal/
Dsignal.tex58 handler subroutine, to select the operating environment's default
/picolibc-3.7.0-3.6.0/
Dmeson.build436 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…
DREADME.md189 works when picolibc is limited to ASCII. Applications can select
DCOPYING.picolibc1393 newlib/libc/include/sys/select.h
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/
Diconv.tex844 select between them using configure script options. The