Home
last modified time | relevance | path

Searched defs:ulp (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/math/special_functions/
Dulp.hpp89 inline typename tools::promote_args<T>::type ulp(const T& val, const Policy& pol) in ulp() function
96 inline typename tools::promote_args<T>::type ulp(const T& val) in ulp() function
/third_party/vk-gl-cts/framework/common/
DtcuFloatFormat.cpp98 double FloatFormat::ulp (double x, double count) const in ulp() function in tcu::FloatFormat
317 double NormalizedFormat::ulp(double x, double count) const in ulp() function in tcu::NormalizedFormat
DtcuRasterizationVerifier.cpp209 float getExponentEpsilonFromULP (int valueExponent, deUint32 ulp) in getExponentEpsilonFromULP()
217 float getValueEpsilonFromULP (float value, deUint32 ulp) in getValueEpsilonFromULP()
225 float getMaxValueWithinError (float value, deUint32 ulp) in getMaxValueWithinError()
233 float getMinValueWithinError (float value, deUint32 ulp) in getMinValueWithinError()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dulp.inl285 uint ulp = 0; local
/third_party/boost/boost/polygon/detail/
Dvoronoi_robust_fpt.hpp98 relative_error_type ulp() const { return re_; } in ulp() function in boost::polygon::detail::robust_fpt
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp138 float addUlp (float num, deInt32 ulp) in addUlp()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeCooperativeMatrixTests.cpp1040 …float ulp = (m_data.inputType == VK_COMPONENT_TYPE_FLOAT16_NV) ? 1.0f/1024.0f : 1.0f/(8.0f*1024.0f… in iterate() local
/third_party/python/Python/
Ddtoa.c933 ulp(U *x) in ulp() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2548 double getPrecisionAt(double value, float ulp, int mantissaBits) in getPrecisionAt()