Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dmath-round.js153 var ulp = Math.pow(2, -1022 - 52); variable
/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
/external/vulkan-validation-layers/libs/glm/gtc/
Dulp.inl302 uint ulp = 0; local
/external/deqp/modules/glshared/
DglsRasterizationTestUtil.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/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