Searched refs:normal (Results 1 – 12 of 12) sorted by relevance
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | remainder.h | 53 vec_uint4 normal, norm, denorm; in _remainder() local 153 normal = spu_cmpgt((vec_int4)exp_y, 0); in _remainder() 160 mant_x = spu_sel(denorm, norm, normal); in _remainder() 162 exp_y = spu_and(spu_rl(exp_y, 20), normal); in _remainder() 174 abs_2x = spu_and(spu_add(abs_x, implied_1), normal); in _remainder()
|
D | fmod.h | 55 vec_uint4 normal, norm, denorm; in _fmod() local 139 normal = spu_cmpgt((vec_int4)exp_y, 0); in _fmod() 146 mant_x = spu_sel(denorm, norm, normal); in _fmod() 148 exp_y = spu_and(spu_rl(exp_y, 20), normal); in _fmod()
|
D | remquo.h | 55 vec_uint4 normal, norm, denorm; in _remquo() local 158 normal = spu_cmpgt((vec_int4)exp_y, 0); in _remquo() 165 mant_x = spu_sel(denorm, norm, normal); in _remquo() 167 exp_y = spu_and(spu_rl(exp_y, 20), normal); in _remquo() 214 abs_2x = spu_and(spu_add(abs_x, implied_1), normal); in _remquo()
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | memmove.S | 51 ; We can safely perform a normal memcpy. Otherwise, we need to perform it 151 ; We can safely perform a normal memcpy. Otherwise, we need to perform it
|
/picolibc-latest/newlib/libm/test/ |
D | test.h | 259 int_scan_type normal;
|
D | convert.c | 208 test_strtol_base(0, &(p->normal), p->string); in test_strtol()
|
/picolibc-latest/newlib/libc/signal/ |
D | signal.tex | 20 A @dfn{signal} is an event that interrupts the normal flow of control
|
/picolibc-latest/doc/ |
D | tls.md | 43 the normal data/bss initialization process for the application.
|
D | build.md | 203 These either have no effect or should not be enabled in normal use of
|
/picolibc-latest/newlib/libc/reent/ |
D | reent.tex | 48 There are two versions of @samp{struct _reent}, a normal one and one
|
/picolibc-latest/picocrt/ |
D | meson.build | 96 …# The normal variant does not call 'exit' after return from main (c lingo: freestanding execution …
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 4771 binary compatible with normal layout. 10983 around stdio macros that manipulate fields in the normal file 14588 for normal mode. 14590 for normal mode. 15797 normal mode 16289 * libc/sys/h8300hms/read.c: Add support for normal mode
|