Searched defs:ulp (Results 1 – 10 of 10) sorted by relevance
35 ulp in ulp() function
588 #define ulp __ulp_D2A macro
98 double FloatFormat::ulp (double x, double count) const in ulp() function in tcu::FloatFormat317 double NormalizedFormat::ulp(double x, double count) const in ulp() function in tcu::NormalizedFormat
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()
285 uint ulp = 0; local
138 float addUlp (float num, deInt32 ulp) in addUlp()
1040 …float ulp = (m_data.inputType == VK_COMPONENT_TYPE_FLOAT16_NV) ? 1.0f/1024.0f : 1.0f/(8.0f*1024.0f… in iterate() local
933 ulp(U *x) in ulp() function
2548 double getPrecisionAt(double value, float ulp, int mantissaBits) in getPrecisionAt()
50326 struct sem_undo_list *ulp; member