/third_party/vk-gl-cts/framework/common/ |
H A D | tcuImageCompare.cpp | 48 const float eps = 0.0001f; in computeScaleAndBias() local
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgBinaryOps.cpp | 513 const float eps = 0.001f; in operator ()() local 566 T eps in operator ()() local 616 T eps = T(0.001); operator ()() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_image.cpp | 473 float eps = 0.01; // set epsilon in CalcRepeatBounds() local
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/ |
H A D | dash_mpd_parser.cpp | 219 const double eps = 1e-8; // Limiting the Error Range in GetAdaptationSetAttr() local
|
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/ |
H A D | system_tone_player_impl.cpp | 574 static float eps = 1e-5; in IsValidVolume() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_vif.c | 119 float sigma1_sq, sigma2_sq, sigma12, g, sv_sq, eps = 1.0e-10f; in vif_statistic() local
|
/third_party/alsa-utils/topology/nhlt/intel/ |
H A D | ssp-nhlt.c | 449 int nhlt_ssp_get_ep(struct intel_nhlt_params *nhlt, struct endpoint_descriptor **eps, in nhlt_ssp_get_ep() argument
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
H A D | f_generic.h | 213 struct generic_ep *eps; member
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPixelStorageModesTests.cpp | 90 double eps = 0.0; in getEps() local
|
/third_party/python/Lib/test/ |
H A D | test_math.py | 17 eps = 1E-05 variable
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A 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 1336 const float eps in compare() local 1434 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds compare() local 1551 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds compare() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A 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 1416 const float eps in compare() local 1514 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds compare() local 1631 const float eps = getEpsFromBits(1.0f, mantissaBits); // epsilon for rounding bounds compare() local [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/ |
H A D | hdr_helper.cpp | 505 const float eps = 1e-5;
in ConvertExtendInfoMain() local
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_ladspa.c | 313 static void snd_pcm_ladspa_free_eps(snd_pcm_ladspa_eps_t *eps) in snd_pcm_ladspa_free_eps() argument 406 snd_pcm_ladspa_connect_plugin1(snd_pcm_ladspa_plugin_t *plugin, snd_pcm_ladspa_plugin_io_t *io, snd_pcm_ladspa_eps_t *eps) snd_pcm_ladspa_connect_plugin1() argument 458 snd_pcm_ladspa_connect_plugin_duplicate1(snd_pcm_ladspa_plugin_t *plugin, snd_pcm_ladspa_plugin_io_t *io, snd_pcm_ladspa_eps_t *eps, unsigned int idx) snd_pcm_ladspa_connect_plugin_duplicate1() argument 588 snd_pcm_ladspa_check_connect(snd_pcm_ladspa_plugin_t *plugin, snd_pcm_ladspa_plugin_io_t *io, snd_pcm_ladspa_eps_t *eps, unsigned int depth) snd_pcm_ladspa_check_connect() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBindVertexBuffers2Tests.cpp | 1024 const float eps = 0.2f; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingCallableShadersTests.cpp | 853 constexpr float eps = 0.01f; in compareFloat() local
|
H A D | vktRayTracingBuiltinTests.cpp | 2259 const float eps = float(FIXED_POINT_ALLOWED_ERROR) / float(FIXED_POINT_DIVISOR); in validateFloatBuffer() local 2317 const float eps = float(FIXED_POINT_ALLOWED_ERROR) / float(FIXED_POINT_DIVISOR); in validateVectorBuffer() local 2378 const float eps = float(FIXED_POINT_ALLOWED_ERROR) / float(FIXED_POINT_DIVISOR); in validateMatrixBuffer() local [all...] |
/third_party/python/Python/ |
H A D | dtoa.c | 2292 U d2, eps, u; in _Py_dg_dtoa() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBuiltinTests.cpp | 2244 const float eps = float(FIXED_POINT_ALLOWED_ERROR) / float(FIXED_POINT_DIVISOR); in validateFloatBuffer() local 2302 const float eps = float(FIXED_POINT_ALLOWED_ERROR) / float(FIXED_POINT_DIVISOR); in validateVectorBuffer() local 2363 const float eps = float(FIXED_POINT_ALLOWED_ERROR) / float(FIXED_POINT_DIVISOR); in validateMatrixBuffer() local
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window.cpp | 6556 constexpr double eps = 1e-6;
in OnSetWindowGrayScale() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryBuiltinTests.cpp | 1664 const float eps = float(FIXED_POINT_ALLOWED_ERROR) / float(FIXED_POINT_DIVISOR); in verify() local 1723 const float eps = float(FIXED_POINT_ALLOWED_ERROR) / float(FIXED_POINT_DIVISOR); in verify() local 1845 const float eps = float(FIXED_POINT_ALLOWED_ERROR) / float(FIXED_POINT_DIVISOR); in verify() local 3038 const float eps = 1.0f / float(FIXED_POINT_DIVISOR); initAccelerationStructures() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 472 const GLdouble eps = fabs(std::max(left_eps, right_eps)); in comparePixels() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryBuiltinTests.cpp | 1644 const float eps = float(FIXED_POINT_ALLOWED_ERROR) / float(FIXED_POINT_DIVISOR); in verify() local 1703 const float eps = float(FIXED_POINT_ALLOWED_ERROR) / float(FIXED_POINT_DIVISOR); in verify() local 1825 const float eps = float(FIXED_POINT_ALLOWED_ERROR) / float(FIXED_POINT_DIVISOR); in verify() local 3018 const float eps = 1.0f / float(FIXED_POINT_DIVISOR); initAccelerationStructures() local [all...] |
/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 2603 constexpr float eps = 1e-6f; in SetGrayScale() local
|