/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()
|
D | aacpsdsp.c | 37 #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()
|
D | av_tx.c | 27 #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/ |
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()
|
D | __rem_pio2f.c | 26 #define EPS DBL_EPSILON macro 28 #define EPS LDBL_EPSILON macro 37 toint = 1.5/EPS,
|
/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 | 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/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/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/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;
|