Home
last modified time | relevance | path

Searched refs:EPS (Results 1 - 25 of 37) sorted by relevance

12

/third_party/ffmpeg/tests/checkasm/
H A 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, 12 in test_hf_g_filt()
[all...]
H A 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()
H A Daacpsdsp.c37 #define EPS 0.005 macro
63 if (!float_near_abs_eps_array(dst0, dst1, EPS, BUF_SIZE)) in test_add_squares()
82 if (!float_near_abs_eps_array((float *)dst0, (float *)dst1, EPS, BUF_SIZE * 2)) in test_mul_pair_single()
107 if (!float_near_abs_eps_array((float *)dst0, (float *)dst1, EPS, BUF_SIZE * 2)) in test_hybrid_analysis()
223 if (!float_near_abs_eps_array((float *)l0, (float *)l1, EPS, BUF_SIZE * 2) || in test_stereo_interpolate()
224 !float_near_abs_eps_array((float *)r0, (float *)r1, EPS, BUF_SIZE * 2)) in test_stereo_interpolate()
H A Dav_tx.c27 #define EPS 0.00005 macro
113 !float_near_abs_eps_array(out_ref, out_new, EPS, len*2)); in checkasm_check_av_tx()
117 !double_near_abs_eps_array(out_ref, out_new, EPS, len*2)); in checkasm_check_av_tx()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A 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;
H A 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;
H A Dround.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
H A Drint.c6 #define EPS DBL_EPSILON macro
8 #define EPS LDBL_EPSILON macro
10 static const double_t toint = 1/EPS;
H A Dfloor.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
H A Dceil.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
H A Dlrint.c33 #define EPS DBL_EPSILON macro
35 #define EPS LDBL_EPSILON macro
61 double_t toint = asdouble(asuint64(1/EPS) | sign); in lrint()
H A D__rem_pio2f.c26 #define EPS DBL_EPSILON macro
28 #define EPS LDBL_EPSILON macro
37 toint = 1.5/EPS,
/third_party/musl/src/math/
H A 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;
H A 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;
H A Dceil.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
H A Dfloor.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
H A Dround.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
H A Drint.c6 #define EPS DBL_EPSILON macro
8 #define EPS LDBL_EPSILON macro
10 static const double_t toint = 1/EPS;
H A Dlrint.c33 #define EPS DBL_EPSILON macro
35 #define EPS LDBL_EPSILON macro
61 double_t toint = asdouble(asuint64(1/EPS) | sign); in lrint()
H A D__rem_pio2f.c26 #define EPS DBL_EPSILON macro
28 #define EPS LDBL_EPSILON macro
37 toint = 1.5/EPS,
/third_party/python/Lib/test/
H A Dtest_float.py1059 EPS = fromHex('0x0.0000000000001p0') # diff between 1.0 and next float up variable in HexFloatTestCase
1074 self.identical(self.EPS, ldexp(1.0, -52))
1171 EPS = self.EPS
1394 self.identical(fromHex('0x0.fffffffffffff0p0'), 1.0-EPS)
1395 self.identical(fromHex('0x0.fffffffffffff1p0'), 1.0-EPS)
1396 self.identical(fromHex('0X0.fffffffffffff2p0'), 1.0-EPS)
1397 self.identical(fromHex('0x0.fffffffffffff3p0'), 1.0-EPS)
1398 self.identical(fromHex('0X0.fffffffffffff4p0'), 1.0-EPS)
1399 self.identical(fromHex('0X0.fffffffffffff5p0'), 1.0-EPS/
[all...]
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dfloor.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
H A 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/
H A Dround.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
H A Dfloor.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;

Completed in 8 milliseconds

12