Searched defs:epsilon (Results 1 – 8 of 8) sorted by relevance
5 template<class T>T epsilon; // ERROR - invalid member template variable
2 double epsilon; member
41 unsigned char epsilon :1; member52 unsigned short epsilon :1; member63 unsigned epsilon :1; member76 unsigned epsilon :1; member
77 unsigned epsilon :1; member90 unsigned epsilon :1; member
78 T epsilon = std::numeric_limits<T>::epsilon(); in test_epsilon() local
207 static _Tp epsilon() throw() { return static_cast<_Tp>(0); } in epsilon() function
297 static _Tp epsilon() throw() { return static_cast<_Tp>(0); } in epsilon() function
884 …struct fixed31_32 epsilon = dc_fixpt_from_fraction(1, 1000000); // dc_fixpt_epsilon is a bit too s… in hermite_spline_eetf() local