Home
last modified time | relevance | path

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

/external/llvm-project/libc/utils/MPFRWrapper/
DMPFRUtils.cpp210 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, double> ulp(T input) { in ulp() function in __llvm_libc::testing::mpfr::MPFRNumber
463 double ulp = mpfrResult.ulp(libcResult); in compareUnaryOperationSingleOutput() local
484 double ulp = mpfrResult.ulp(libcResult.f); in compareUnaryOperationTwoOutputs() local
510 double ulp = mpfrResult.ulp(libcResult.f); in compareBinaryOperationTwoOutputs() local
540 double ulp = mpfrResult.ulp(libcResult); in compareBinaryOperationOneOutput() local
/external/ipsec-tools/src/racoon/
Dpolicy.h112 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _priority, _created, idx) \ argument
125 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _created, idx) \ argument
/external/ipsec-tools/src/libipsec/
Dpfkey_dump.c695 str_prefport(family, pref, port, ulp) in str_prefport() argument
734 str_upperspec(ulp, p1, p2) in str_upperspec() argument
/external/OpenCL-CTS/test_conformance/basic/
Dtest_multireadimageonefmt.cpp69 float ulp, max_ulp = 0.0f; in verify_multireadimage() local
Dtest_multireadimagemultifmt.cpp88 float ulp, max_ulp = 0.0f; in verify_multireadimage() local
/external/deqp/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()
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dutility.cpp166 float ulp; in getAllowedUlpError() local
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dulp.inl285 uint ulp = 0; local
/external/tensorflow/tensorflow/lite/kernels/
Dpooling_test.cc429 const float ulp = 1.f / 4096.f; in TEST() local
911 const float ulp = 1.f / 4096.f; in TEST() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp138 float addUlp (float num, deInt32 ulp) in addUlp()
/external/deqp/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
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java3388 public static double ulp(double x) { in ulp() method in FastMath
3400 public static float ulp(float x) { in ulp() method in FastMath
/external/python/cpython3/Python/
Ddtoa.c933 ulp(U *x) in ulp() function
/external/python/cpython2/Python/
Ddtoa.c1003 ulp(U *x) in ulp() function
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2548 double getPrecisionAt(double value, float ulp, int mantissaBits) in getPrecisionAt()