Home
last modified time | relevance | path

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

/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/deqp/framework/common/
DtcuFloatFormat.cpp98 double FloatFormat::ulp (double x, double count) const in ulp() function in tcu::FloatFormat
DtcuRasterizationVerifier.cpp205 float getExponentEpsilonFromULP (int valueExponent, deUint32 ulp) in getExponentEpsilonFromULP()
213 float getValueEpsilonFromULP (float value, deUint32 ulp) in getValueEpsilonFromULP()
221 float getMaxValueWithinError (float value, deUint32 ulp) in getMaxValueWithinError()
229 float getMinValueWithinError (float value, deUint32 ulp) in getMinValueWithinError()
/external/vulkan-validation-layers/libs/glm/gtc/
Dulp.inl302 uint ulp = 0; local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp138 float addUlp (float num, deInt32 ulp) in addUlp()
/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/cpython2/Python/
Ddtoa.c1003 ulp(U *x) in ulp() function