Searched refs:fast (Results 1 – 8 of 8) sorted by relevance
/picolibc-latest/newlib/libc/posix/ |
D | engine.c | 46 #define fast sfast macro 57 #define fast lfast macro 93 static char *fast(struct match *m, char *start, char *stop, sopno startst, sopno stopst); 237 endp = fast(m, start, stop, gf, gl); in matcher() 740 fast(struct match *m, in fast() function 1121 #undef fast
|
/picolibc-latest/newlib/libc/machine/necv70/ |
D | necv70.tex | 20 The NEC V70 has machine instructions for fast IEEE floating-point
|
/picolibc-latest/ |
D | meson_options.txt | 35 option('fast-strcmp', type: 'boolean', value: true, 182 option('fast-bufio', type: 'boolean', value: false,
|
D | meson.build | 245 fast_strcmp = get_option('fast-strcmp') 316 fast_bufio = tinystdio and get_option('fast-bufio')
|
/picolibc-latest/doc/ |
D | build.md | 35 | fast-strcmp | true | Always optimize strcmp for performance (to make Dhrystone… 93 | fast-bufio | false | Improve performance of some I/O operations when using buf…
|
/picolibc-latest/newlib/libc/machine/sh/ |
D | memcpy.S | 33 ! a fast memcpy and the amount subtracted from r7 before L_2l_loop be 2,
|
/picolibc-latest/newlib/ |
D | NEWS | 305 * addition of libm/machine/i386 directory, for i386 fast math routines
|
D | ChangeLog-2015 | 9082 fast math versions of rint, lrint, and llrint family functions. 9089 libm/machine/i386/f_rintl.c: New files with fast math implementations. 14583 is not as fast as _strtod_r. 21387 fast-math routines. 21733 fast version of math function to be used by compiler when
|