Searched defs:ulp (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/math/special_functions/ |
D | ulp.hpp | 89 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/ |
D | tcuFloatFormat.cpp | 98 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
|
D | tcuRasterizationVerifier.cpp | 209 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/ |
D | ulp.inl | 285 uint ulp = 0; local
|
/third_party/boost/boost/polygon/detail/ |
D | voronoi_robust_fpt.hpp | 98 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/ |
D | vktSampleVerifierUtil.cpp | 138 float addUlp (float num, deInt32 ulp) in addUlp()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeCooperativeMatrixTests.cpp | 1040 …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/ |
D | dtoa.c | 933 ulp(U *x) in ulp() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFloatControlsTests.cpp | 2548 double getPrecisionAt(double value, float ulp, int mantissaBits) in getPrecisionAt()
|