/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | rint.c | 10 static const double_t toint = 1/EPS; variable 22 y = x - toint + toint; in rint() 24 y = x + toint - toint; in rint()
|
D | rintl.c | 10 static const long double toint = 1/LDBL_EPSILON; variable 22 y = x - toint + toint; in rintl() 24 y = x + toint - toint; in rintl()
|
D | rintf.c | 12 static const float_t toint = 1/EPS; variable 24 y = x - toint + toint; in rintf() 26 y = x + toint - toint; in rintf()
|
D | floor.c | 8 static const double_t toint = 1/EPS; variable 20 y = x - toint + toint - x; in floor() 22 y = x + toint - toint - x; in floor()
|
D | ceil.c | 8 static const double_t toint = 1/EPS; variable 20 y = x - toint + toint - x; in ceil() 22 y = x + toint - toint - x; in ceil()
|
D | floorl.c | 10 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()
|
D | ceill.c | 10 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()
|
D | roundl.c | 10 static const long double toint = 1/LDBL_EPSILON; variable 23 FORCE_EVAL(x + toint); in roundl() 26 y = x + toint - toint - x; in roundl()
|
D | roundf.c | 10 static const float_t toint = 1/EPS; variable 23 FORCE_EVAL(x + toint); in roundf() 26 y = x + toint - toint - x; in roundf()
|
D | round.c | 8 static const double_t toint = 1/EPS; variable 22 FORCE_EVAL(x + toint); in round() 25 y = x + toint - toint - x; in round()
|
D | truncl.c | 10 static const long double toint = 1/LDBL_EPSILON; variable 28 y = x + toint - toint - x; in truncl()
|
/third_party/musl/src/math/ |
D | rint.c | 10 static const double_t toint = 1/EPS; variable 22 y = x - toint + toint; in rint() 24 y = x + toint - toint; in rint()
|
D | rintl.c | 10 static const long double toint = 1/LDBL_EPSILON; variable 22 y = x - toint + toint; in rintl() 24 y = x + toint - toint; in rintl()
|
D | rintf.c | 12 static const float_t toint = 1/EPS; variable 24 y = x - toint + toint; in rintf() 26 y = x + toint - toint; in rintf()
|
D | ceil.c | 8 static const double_t toint = 1/EPS; variable 20 y = x - toint + toint - x; in ceil() 22 y = x + toint - toint - x; in ceil()
|
D | floor.c | 8 static const double_t toint = 1/EPS; variable 20 y = x - toint + toint - x; in floor() 22 y = x + toint - toint - x; in floor()
|
D | ceill.c | 10 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()
|
D | floorl.c | 10 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()
|
D | roundf.c | 10 static const float_t toint = 1/EPS; variable 23 FORCE_EVAL(x + toint); in roundf() 26 y = x + toint - toint - x; in roundf()
|
D | roundl.c | 10 static const long double toint = 1/LDBL_EPSILON; variable 23 FORCE_EVAL(x + toint); in roundl() 26 y = x + toint - toint - x; in roundl()
|
D | round.c | 8 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/ |
D | floor.c | 8 static const double_t toint = 1/EPS; variable 20 y = x - toint + toint - x; in floor() 22 y = x + toint - toint - x; in floor()
|
D | round.c | 8 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/ |
D | floor.c | 8 static const double_t toint = 1/EPS; variable 20 y = x - toint + toint - x; in floor() 22 y = x + toint - toint - x; in floor()
|
D | round.c | 8 static const double_t toint = 1/EPS; variable 22 FORCE_EVAL(x + toint); in round() 25 y = x + toint - toint - x; in round()
|