Home
last modified time | relevance | path

Searched defs:Zero (Results 1 – 8 of 8) sorted by relevance

/picolibc-latest/newlib/libm/math/
Dsf_fmod.c24 static const float one = 1.0, Zero[] = { variable
Ds_fmod.c26 Zero[] = { _F_64(0.0), _F_64(-0.0) }; variable
/picolibc-latest/newlib/libm/ld/ld128/
De_fmodl.c21 static const long double one = 1.0L, Zero[] = {0.0L, -0.0L,}; variable
Ds_remquol.c35 static const long double Zero[] = {0.0L, -0.0L}; variable
/picolibc-latest/newlib/libm/common/
Dsf_remquo.c26 static const float Zero[] = {0.0, -0.0,}; variable
Ds_remquo.c75 static const __float64 Zero[] = {_F_64(0.0), _F_64(-0.0),}; variable
/picolibc-latest/newlib/libm/ld/ld80/
De_fmodl.c35 static const long double one = 1.0l, Zero[] = {0.0l, -0.0l,}; variable
Ds_remquol.c33 static const long double Zero[] = {0.0L, -0.0L}; variable