Home
last modified time | relevance | path

Searched refs:EPS (Results 1 – 25 of 54) sorted by relevance

123

/third_party/weston/tests/
Dviewporter-test.c287 #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/
Dsbrdsp.c34 #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 …]
Dopusdsp.c33 #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/
Drintf.c6 #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;
Droundf.c4 #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;
Drint.c6 #define EPS DBL_EPSILON macro
8 #define EPS LDBL_EPSILON macro
10 static const double_t toint = 1/EPS;
Dfloor.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
Dceil.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
Dround.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
Dlrint.c33 #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/
Drintf.c6 #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;
Droundf.c4 #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;
Drint.c6 #define EPS DBL_EPSILON macro
8 #define EPS LDBL_EPSILON macro
10 static const double_t toint = 1/EPS;
Dceil.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
Dfloor.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
Dround.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
Dlrint.c33 #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.c26 #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/
Dcostmodel.cc90 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/
Dtest_float.py1078 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/
Dfloor.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
Dround.c4 #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/
Dfloor.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
Dround.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
/third_party/boost/boost/graph/
Dadjacency_list_io.hpp349 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()

123