Home
last modified time | relevance | path

Searched defs:toint (Results 26 - 36 of 36) sorted by relevance

12

/third_party/musl/src/math/
H A Drint.c10 static const double_t toint = 1/EPS; variable
H A Dlrint.c61 double_t toint = asdouble(asuint64(1/EPS) | sign); in lrint() local
H A D__rem_pio2f.c37 toint = 1.5/EPS, variable
H A D__rem_pio2.c38 toint = 1.5/EPS, variable
H A D__rem_pio2l.c23 static const long double toint = 1.5/LDBL_EPSILON; variable
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Droundf.c10 static const float_t toint = 1/EPS; variable
H A Dlrint.c61 double_t toint = asdouble(asuint64(1/EPS) | sign); in lrint() local
H A D__rem_pio2f.c37 toint = 1.5/EPS, variable
H A D__rem_pio2.c38 toint = 1.5/EPS, variable
H A D__rem_pio2l.c23 static const long double toint = 1.5/LDBL_EPSILON; variable
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dfloor.c8 static const double_t toint = 1/EPS; variable

Completed in 3 milliseconds

12