/third_party/weston/tests/ |
D | viewporter-test.c | 287 #define EPS 1 macro 314 { F(WIN_W - SRC_W) + EPS, F(0), F(SRC_W), F(SRC_H), 1, WL_OUTPUT_TRANSFORM_NORMAL }, 315 { F(WIN_W - SRC_W), F(0), F(SRC_W) + EPS, F(SRC_H), 1, WL_OUTPUT_TRANSFORM_NORMAL }, 317 { F(0), F(WIN_H - SRC_H) + EPS, F(SRC_W), F(SRC_H), 1, WL_OUTPUT_TRANSFORM_NORMAL }, 318 { F(0), F(WIN_H - SRC_H), F(SRC_W), F(SRC_H) + EPS, 1, WL_OUTPUT_TRANSFORM_NORMAL }, 329 …{ F(WIN_W / 2 - SRC_W) + EPS, F(0), F(SRC_W), F(SRC_H), 2, WL_OU… 330 …{ F(WIN_W / 2 - SRC_W), F(0), F(SRC_W) + EPS, F(SRC_H), 2, WL_OU… 332 …{ F(0), F(WIN_H / 2 - SRC_H) + EPS, F(SRC_W), F(SRC_H), 2, WL_OU… 333 …{ F(0), F(WIN_H / 2 - SRC_H), F(SRC_W), F(SRC_H) + EPS, 2, WL_OU… 341 …{ F(WIN_W - SRC_W), F(WIN_H - SRC_H), F(SRC_W), F(SRC_H) + EPS, 1, WL_OUTPUT_TRANSFORM… [all …]
|
/third_party/ffmpeg/tests/checkasm/ |
D | sbrdsp.c | 34 #define EPS 0.0001 macro 47 if (!float_near_abs_eps_array(dst0, dst1, EPS, 64 + 256)) in test_sum64x5() 80 if (!float_near_abs_eps_array(dst0, dst1, EPS, 64)) in test_neg_odd_64() 96 if (!float_near_abs_eps_array(dst0, dst1, EPS, 128)) in test_qmf_pre_shuffle() 112 if (!float_near_abs_eps_array((INTFLOAT *)dst0, (INTFLOAT *)dst1, EPS, 64)) in test_qmf_post_shuffle() 128 if (!float_near_abs_eps_array(dst0, dst1, EPS, 64)) in test_qmf_deint_neg() 149 if (!float_near_abs_eps_array(dst0, dst1, EPS, 128)) in test_qmf_deint_bfly() 168 if (!float_near_abs_eps_array((INTFLOAT *)dst0, (INTFLOAT *)dst1, EPS, 3 * 2 * 2)) in test_autocorrelate() 195 if (!float_near_abs_eps_array((INTFLOAT *)dst0, (INTFLOAT *)dst1, EPS, 128 * 2)) in test_hf_gen() 216 if (!float_near_abs_eps_array((INTFLOAT *)dst0, (INTFLOAT *)dst1, EPS, 128 * 2)) in test_hf_g_filt() [all …]
|
D | opusdsp.c | 33 #define EPS 0.005 macro 60 if (!float_near_abs_eps_array(data0 + offset, data1 + offset, EPS, MAX_SIZE)) in test_postfilter() 79 if (!float_near_abs_eps(coeff0, coeff1, EPS) || in test_deemphasis() 80 !float_near_abs_eps_array(dst0, dst1, EPS, MAX_SIZE)) in test_deemphasis()
|
/third_party/musl/src/math/ |
D | rintf.c | 6 #define EPS FLT_EPSILON macro 8 #define EPS DBL_EPSILON macro 10 #define EPS LDBL_EPSILON macro 12 static const float_t toint = 1/EPS;
|
D | roundf.c | 4 #define EPS FLT_EPSILON macro 6 #define EPS DBL_EPSILON macro 8 #define EPS LDBL_EPSILON macro 10 static const float_t toint = 1/EPS;
|
D | rint.c | 6 #define EPS DBL_EPSILON macro 8 #define EPS LDBL_EPSILON macro 10 static const double_t toint = 1/EPS;
|
D | floor.c | 4 #define EPS DBL_EPSILON macro 6 #define EPS LDBL_EPSILON macro 8 static const double_t toint = 1/EPS;
|
D | ceil.c | 4 #define EPS DBL_EPSILON macro 6 #define EPS LDBL_EPSILON macro 8 static const double_t toint = 1/EPS;
|
D | round.c | 4 #define EPS DBL_EPSILON macro 6 #define EPS LDBL_EPSILON macro 8 static const double_t toint = 1/EPS;
|
D | lrint.c | 33 #define EPS DBL_EPSILON macro 35 #define EPS LDBL_EPSILON macro 61 double_t toint = asdouble(asuint64(1/EPS) | sign); in lrint()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | rintf.c | 6 #define EPS FLT_EPSILON macro 8 #define EPS DBL_EPSILON macro 10 #define EPS LDBL_EPSILON macro 12 static const float_t toint = 1/EPS;
|
D | roundf.c | 4 #define EPS FLT_EPSILON macro 6 #define EPS DBL_EPSILON macro 8 #define EPS LDBL_EPSILON macro 10 static const float_t toint = 1/EPS;
|
D | rint.c | 6 #define EPS DBL_EPSILON macro 8 #define EPS LDBL_EPSILON macro 10 static const double_t toint = 1/EPS;
|
D | ceil.c | 4 #define EPS DBL_EPSILON macro 6 #define EPS LDBL_EPSILON macro 8 static const double_t toint = 1/EPS;
|
D | floor.c | 4 #define EPS DBL_EPSILON macro 6 #define EPS LDBL_EPSILON macro 8 static const double_t toint = 1/EPS;
|
D | round.c | 4 #define EPS DBL_EPSILON macro 6 #define EPS LDBL_EPSILON macro 8 static const double_t toint = 1/EPS;
|
D | lrint.c | 33 #define EPS DBL_EPSILON macro 35 #define EPS LDBL_EPSILON macro 61 double_t toint = asdouble(asuint64(1/EPS) | sign); in lrint()
|
D | __rem_pio2f.c | 26 #define EPS DBL_EPSILON macro 28 #define EPS LDBL_EPSILON macro 37 toint = 1.5/EPS,
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/ |
D | costmodel.cc | 90 if ((origin_cost->communication_redis_forward_ > EPS) && in RefineForPracticalCost() 96 if ((origin_cost->communication_redis_backward_ > EPS) && in RefineForPracticalCost() 109 …std::abs(origin_cost->communication_cost_ - origin_cost->communication_without_parameter_) > EPS) { in RefineForPracticalCost() 113 if ((origin_cost->communication_without_parameter_ > EPS) && in RefineForPracticalCost() 120 if (origin_cost->communication_cost_ > EPS) { in RefineForPracticalCost() 123 if (origin_cost->communication_with_partial_para_ > EPS) { in RefineForPracticalCost()
|
/third_party/python/Lib/test/ |
D | test_float.py | 1078 EPS = fromHex('0x0.0000000000001p0') # diff between 1.0 and next float up variable in HexFloatTestCase 1093 self.identical(self.EPS, ldexp(1.0, -52)) 1190 EPS = self.EPS 1413 self.identical(fromHex('0x0.fffffffffffff0p0'), 1.0-EPS) 1414 self.identical(fromHex('0x0.fffffffffffff1p0'), 1.0-EPS) 1415 self.identical(fromHex('0X0.fffffffffffff2p0'), 1.0-EPS) 1416 self.identical(fromHex('0x0.fffffffffffff3p0'), 1.0-EPS) 1417 self.identical(fromHex('0X0.fffffffffffff4p0'), 1.0-EPS) 1418 self.identical(fromHex('0X0.fffffffffffff5p0'), 1.0-EPS/2) 1419 self.identical(fromHex('0X0.fffffffffffff6p0'), 1.0-EPS/2) [all …]
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
D | floor.c | 4 #define EPS DBL_EPSILON macro 6 #define EPS LDBL_EPSILON macro 8 static const double_t toint = 1/EPS;
|
D | round.c | 4 #define EPS DBL_EPSILON macro 6 #define EPS LDBL_EPSILON macro 8 static const double_t toint = 1/EPS;
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
D | floor.c | 4 #define EPS DBL_EPSILON macro 6 #define EPS LDBL_EPSILON macro 8 static const double_t toint = 1/EPS;
|
D | round.c | 4 #define EPS DBL_EPSILON macro 6 #define EPS LDBL_EPSILON macro 8 static const double_t toint = 1/EPS;
|
/third_party/boost/boost/graph/ |
D | adjacency_list_io.hpp | 349 template < class Graph, class VP, class EP, class VPS, class EPS > 351 std::istream& in, GraphParser< Graph, VP, EP, VPS, EPS > gp) in operator >>() 359 class EPS > 360 GraphParser< adjacency_list< EL, VL, D, VP, EP, GP >, VP, EP, VPS, EPS > read( in read() 361 adjacency_list< EL, VL, D, VP, EP, GP >& g, VPS vps, EPS eps) in read() 364 EPS >(&g); in read() 387 class EPS > 388 GraphPrinter< adjacency_list< EL, VL, D, VP, EP, GP >, VPS, EPS > write( in write() argument 389 const adjacency_list< EL, VL, D, VP, EP, GP >& g, VPS, EPS) in write() 391 return GraphPrinter< adjacency_list< EL, VL, D, VP, EP, GP >, VPS, EPS >(g); in write()
|