Home
last modified time | relevance | path

Searched refs:toint (Results 1 - 25 of 36) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Drintf.c12 static const float_t toint = 1/EPS; variable
24 y = x - toint + toint; in rintf()
26 y = x + toint - toint; in rintf()
H A Drint.c10 static const double_t toint = 1/EPS; variable
22 y = x - toint + toint; in rint()
24 y = x + toint - toint; in rint()
H A Drintl.c10 static const long double toint = 1/LDBL_EPSILON; variable
22 y = x - toint + toint; in rintl()
24 y = x + toint - toint; in rintl()
H A Dfloor.c8 static const double_t toint = 1/EPS; variable
20 y = x - toint + toint - x; in floor()
22 y = x + toint - toint - x; in floor()
H A Dfloorl.c10 static const long double toint = 1/LDBL_EPSILON; variable
22 y = x - toint + toint - x; in floorl()
24 y = x + toint - toint - x; in floorl()
H A Dceil.c8 static const double_t toint = 1/EPS; variable
20 y = x - toint + toint - x; in ceil()
22 y = x + toint - toint - x; in ceil()
H A Dceill.c10 static const long double toint = 1/LDBL_EPSILON; variable
22 y = x - toint + toint - x; in ceill()
24 y = x + toint - toint - x; in ceill()
H A Dround.c8 static const double_t toint = 1/EPS; variable
22 FORCE_EVAL(x + toint); in round()
25 y = x + toint - toint - x; in round()
H A Droundf.c10 static const float_t toint = 1/EPS; variable
23 FORCE_EVAL(x + toint); in roundf()
26 y = x + toint - toint - x; in roundf()
H A Droundl.c10 static const long double toint = 1/LDBL_EPSILON; variable
23 FORCE_EVAL(x + toint); in roundl()
26 y = x + toint - toint - x; in roundl()
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dfloor.c8 static const double_t toint = 1/EPS; variable
20 y = x - toint + toint - x; in floor()
22 y = x + toint - toint - x; in floor()
H A Dround.c8 static const double_t toint = 1/EPS; variable
22 FORCE_EVAL(x + toint); in round()
25 y = x + toint - toint - x; in round()
/third_party/musl/src/math/
H A Dceil.c8 static const double_t toint = 1/EPS; variable
20 y = x - toint + toint - x; in ceil()
22 y = x + toint - toint - x; in ceil()
H A Dfloor.c8 static const double_t toint = 1/EPS; variable
20 y = x - toint + toint - x; in floor()
22 y = x + toint - toint - x; in floor()
H A Dfloorl.c10 static const long double toint = 1/LDBL_EPSILON; variable
22 y = x - toint + toint - x; in floorl()
24 y = x + toint - toint - x; in floorl()
H A Dceill.c10 static const long double toint = 1/LDBL_EPSILON; variable
22 y = x - toint + toint - x; in ceill()
24 y = x + toint - toint - x; in ceill()
H A Drintf.c12 static const float_t toint = 1/EPS; variable
24 y = x - toint + toint; in rintf()
26 y = x + toint - toint; in rintf()
H A Drint.c10 static const double_t toint = 1/EPS; variable
22 y = x - toint + toint; in rint()
24 y = x + toint - toint; in rint()
H A Drintl.c10 static const long double toint = 1/LDBL_EPSILON; variable
22 y = x - toint + toint; in rintl()
24 y = x + toint - toint; in rintl()
H A Droundf.c10 static const float_t toint = 1/EPS; variable
23 FORCE_EVAL(x + toint); in roundf()
26 y = x + toint - toint - x; in roundf()
H A Dround.c8 static const double_t toint = 1/EPS; variable
22 FORCE_EVAL(x + toint); in round()
25 y = x + toint - toint - x; in round()
H A Droundl.c10 static const long double toint = 1/LDBL_EPSILON; variable
23 FORCE_EVAL(x + toint); in roundl()
26 y = x + toint - toint - x; in roundl()
H A Dtruncl.c10 static const long double toint = 1/LDBL_EPSILON; variable
28 y = x + toint - toint - x; in truncl()
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dfloor.c8 static const double_t toint = 1/EPS; variable
20 y = x - toint + toint - x; in floor()
22 y = x + toint - toint - x; in floor()
H A Dround.c8 static const double_t toint = 1/EPS; variable
22 FORCE_EVAL(x + toint); in round()
25 y = x + toint - toint - x; in round()

Completed in 5 milliseconds

12