Home
last modified time | relevance | path

Searched refs:SPLIT (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libm/ld/
Ds_fmal.c51 #define SPLIT (0x1p32L + 1.0L) macro
57 #define SPLIT (0x1p57L + 1.0L) macro
/picolibc-latest/newlib/libm/common/
Dsf_fma.c28 #define SPLIT (0x1p12f + 1.0f) macro
Ds_fma.c71 #define SPLIT ((FLOAT_T) 0x1p26 + (FLOAT_T) 1.0) macro
Dfma_inc.h130 static const FLOAT_T split = SPLIT; in dd_mul()