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/
Drint.c10 static const double_t toint = 1/EPS; variable
22 y = x - toint + toint; in rint()
24 y = x + toint - toint; in rint()
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()
Drintf.c12 static const float_t toint = 1/EPS; variable
24 y = x - toint + toint; in rintf()
26 y = x + toint - toint; in rintf()
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()
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()
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()
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()
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()
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()
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()
Dtruncl.c10 static const long double toint = 1/LDBL_EPSILON; variable
28 y = x + toint - toint - x; in truncl()
/third_party/musl/src/math/
Drint.c10 static const double_t toint = 1/EPS; variable
22 y = x - toint + toint; in rint()
24 y = x + toint - toint; in rint()
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()
Drintf.c12 static const float_t toint = 1/EPS; variable
24 y = x - toint + toint; in rintf()
26 y = x + toint - toint; in rintf()
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()
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()
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()
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()
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()
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()
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/porting/uniproton/kernel/src/math/
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()
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/porting/liteos_m/kernel/src/math/
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()
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()

12