Home
last modified time | relevance | path

Searched defs:eps (Results 1 – 25 of 49) sorted by relevance

12

/third_party/benchmark/src/
Dcheck.h98 #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/
D11.04.04-006.js16 var eps = 0.00000001; variable
/third_party/jerryscript/tests/jerry-test-suite/11/11.04/11.04.05/
D11.04.05-006.js15 var eps = 0.000000001; variable
/third_party/jerryscript/tests/jerry-test-suite/11/11.09/11.09.04/
D11.09.04-016.js15 var x = 123.00, y = 0.0123e+4, eps = .00001 variable
/third_party/jerryscript/tests/jerry-test-suite/11/11.09/11.09.05/
D11.09.05-016.js15 var x = 123.00, y = 0.0123e+4, eps = .00001 variable
/third_party/ffmpeg/tests/checkasm/
Dcheckasm.c334 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/
Dlp_test_main.c262 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
Dlp_test_conv.c168 double eps; in test_one() local
/third_party/musl/libc-test/src/math/
Disless.c33 volatile double eps = DBL_EPSILON; in main() local
/third_party/musl/src/math/
Dexp2l.c404 static const float eps[TBLSIZE] = { variable
/third_party/musl/porting/liteos_a/kernel/src/math/
Dexp2l.c404 static const float eps[TBLSIZE] = { variable
/third_party/python/Lib/test/
Dtest_complex.py40 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/
DglsShaderPerformanceCase.cpp67 const float eps = 0.01f; in setVertexFragmentRatio() local
/third_party/vk-gl-cts/modules/egl/
DteglColorClearCase.cpp247 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/
Des3fShaderCommonFunctionTests.cpp648 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/
Dpcm_ladspa.c313 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/
DrsgBinaryOps.cpp513 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/
Des31fShaderCommonFunctionTests.cpp723 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/
Daf_anlms.c45 float eps; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageMisalignedCubeTests.cpp166 const float eps = 1.0f / float(2 * 256); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMisalignedCubeTests.cpp166 const float eps = 1.0f / float(2 * 256); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureCompressedFormatTests.cpp202 const float eps = 0.0001f; in computeScaleAndBias() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureCompressedFormatTests.cpp202 const float eps = 0.0001f; in computeScaleAndBias() local
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
Df_generic.h213 struct generic_ep *eps; member
/third_party/skia/tests/
DSkNxTest.cpp17 float a, float b, float c, float d) { in test_Nf()

12