/third_party/benchmark/src/ |
D | check.h | 98 #define BM_CHECK_FLOAT_EQ(a, b, eps) BM_CHECK(std::fabs((a) - (b)) < (eps)) argument 99 #define BM_CHECK_FLOAT_NE(a, b, eps) BM_CHECK(std::fabs((a) - (b)) >= (eps)) argument 100 #define BM_CHECK_FLOAT_GE(a, b, eps) BM_CHECK((a) - (b) > -(eps)) argument 101 #define BM_CHECK_FLOAT_LE(a, b, eps) BM_CHECK((b) - (a) > -(eps)) argument 102 #define BM_CHECK_FLOAT_GT(a, b, eps) BM_CHECK((a) - (b) > (eps)) argument 103 #define BM_CHECK_FLOAT_LT(a, b, eps) BM_CHECK((b) - (a) > (eps)) argument
|
/third_party/jerryscript/tests/jerry-test-suite/11/11.04/11.04.04/ |
D | 11.04.04-006.js | 16 var eps = 0.00000001; variable
|
/third_party/jerryscript/tests/jerry-test-suite/11/11.04/11.04.05/ |
D | 11.04.05-006.js | 15 var eps = 0.000000001; variable
|
/third_party/jerryscript/tests/jerry-test-suite/11/11.09/11.09.04/ |
D | 11.09.04-016.js | 15 var x = 123.00, y = 0.0123e+4, eps = .00001 variable
|
/third_party/jerryscript/tests/jerry-test-suite/11/11.09/11.09.05/ |
D | 11.09.05-016.js | 15 var x = 123.00, y = 0.0123e+4, eps = .00001 variable
|
/third_party/ffmpeg/tests/checkasm/ |
D | checkasm.c | 334 int float_near_abs_eps(float a, float b, float eps) in float_near_abs_eps() 345 int float_near_abs_eps_array(const float *a, const float *b, float eps, in float_near_abs_eps_array() 357 int float_near_abs_eps_ulp(float a, float b, float eps, unsigned max_ulp) in float_near_abs_eps_ulp() 362 int float_near_abs_eps_array_ulp(const float *a, const float *b, float eps, in float_near_abs_eps_array_ulp() 374 int double_near_abs_eps(double a, double b, double eps) in double_near_abs_eps() 381 int double_near_abs_eps_array(const double *a, const double *b, double eps, in double_near_abs_eps_array()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_main.c | 262 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps) in compare_vec_with_eps() 286 double eps = lp_const_eps(type); in compare_vec() local
|
D | lp_test_conv.c | 168 double eps; in test_one() local
|
/third_party/musl/libc-test/src/math/ |
D | isless.c | 33 volatile double eps = DBL_EPSILON; in main() local
|
/third_party/musl/src/math/ |
D | exp2l.c | 404 static const float eps[TBLSIZE] = { variable
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | exp2l.c | 404 static const float eps[TBLSIZE] = { variable
|
/third_party/python/Lib/test/ |
D | test_complex.py | 40 def assertCloseAbs(self, x, y, eps=1e-9): argument 75 def assertClose(self, x, y, eps=1e-9): argument
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderPerformanceCase.cpp | 67 const float eps = 0.01f; in setVertexFragmentRatio() local
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglColorClearCase.cpp | 247 tcu::RGBA eps = pixelFmt.alphaBits == 1 ? RGBA(1,1,1,127) : RGBA(1,1,1,1); in executeForContexts() local 435 tcu::RGBA eps = pixelFmt.alphaBits == 1 ? RGBA(1,1,1,127) : RGBA(1,1,1,1); in executeForContexts() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 648 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() local 1100 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() local 1208 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() local 1336 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() local 1434 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() local 1551 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() local
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_ladspa.c | 313 static void snd_pcm_ladspa_free_eps(snd_pcm_ladspa_eps_t *eps) in snd_pcm_ladspa_free_eps() 408 snd_pcm_ladspa_eps_t *eps) in snd_pcm_ladspa_connect_plugin1() 460 snd_pcm_ladspa_eps_t *eps, in snd_pcm_ladspa_connect_plugin_duplicate1() 590 snd_pcm_ladspa_eps_t *eps, in snd_pcm_ladspa_check_connect()
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgBinaryOps.cpp | 513 const float eps = 0.001f; in operator ()() local 566 T eps = T(0.001); in operator ()() local 616 T eps = T(0.001); in operator ()() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 723 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() local 1180 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() local 1288 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() local 1416 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() local 1514 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() local 1631 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds in compare() local
|
/third_party/ffmpeg/libavfilter/ |
D | af_anlms.c | 45 float eps; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageMisalignedCubeTests.cpp | 166 const float eps = 1.0f / float(2 * 256); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMisalignedCubeTests.cpp | 166 const float eps = 1.0f / float(2 * 256); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureCompressedFormatTests.cpp | 202 const float eps = 0.0001f; in computeScaleAndBias() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
D | vktTextureCompressedFormatTests.cpp | 202 const float eps = 0.0001f; in computeScaleAndBias() local
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
D | f_generic.h | 213 struct generic_ep *eps; member
|
/third_party/skia/tests/ |
D | SkNxTest.cpp | 17 float a, float b, float c, float d) { in test_Nf()
|