Searched defs:__STD (Results 1 - 2 of 2) sorted by relevance

/external/stlport/test/unit/
H A Dmath_aux.h6 #undef __STD macro
8 # define __STD std:: macro
10 # define __STD macro
21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon();
24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon();
28 #undef __STD macro
H A Dstack_allocator.h11 #undef __STD macro
13 # define __STD std:: macro
15 # define __STD macro
53 : public __STD __stlport_class<StackAllocator<_Tp> >
100 throw __STD bad_alloc();
149 __STD swap(m_state, other.m_state);
204 #undef __STD macro

Completed in 866 milliseconds