Home
last modified time | relevance | path

Searched refs:likely (Results 1 – 8 of 8) sorted by relevance

/picolibc-latest/newlib/libm/common/
Dcosf.c58 else if (likely (abstop12 (y) < abstop12 (120.0f))) in cosf()
Dsinf.c62 else if (likely (abstop12 (y) < abstop12 (120.0f))) in sinf()
Dsincosf.c77 else if (likely (abstop12 (y) < abstop12 (INFINITY))) in sincosf()
Dmath_config.h70 # define likely(x) __builtin_expect (!!(x), 1) macro
73 # define likely(x) (x) macro
/picolibc-latest/newlib/libc/xdr/
DREADME67 the error reporting callback for xdr (not likely, but see ERROR
/picolibc-latest/newlib/
DHOWTO82 page at https://sourceware.org/elix/. The likely best way to tell how to
DChangeLog-201522652 bclr in longjmp will likely result in branch.
/picolibc-latest/
DREADME.md343 already likely to be using the soft division routines.