Home
last modified time | relevance | path

Searched refs:Abs (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/sources/libraries/ut/
Dut_FrameHeap.cpp115 NW_ASSERT( (Abs(alignment) & (Abs(alignment) - 1)) == 0 ); in Alloc()
116 NW_ASSERT( MIN_ALIGNMENT <= Abs(alignment) ); in Alloc()
296 NW_ASSERT( (Abs( alignment ) & (Abs( alignment ) - 1)) == 0 ); in GetAllocatableSize()
297 NW_ASSERT( MIN_ALIGNMENT <= Abs( alignment ) ); in GetAllocatableSize()
299 alignment = Abs( alignment ); in GetAllocatableSize()
/NW4C-1.2.23/include/nw/ut/
Dut_Inlines.h403 Abs(T a) in Abs() function
417 Abs<float>(register float a)
600 ValueT diff = Abs(lhs - rhs); in operator()
602 diff <= (m_Tolerance * Abs(lhs)) && in operator()
603 diff <= (m_Tolerance * Abs(rhs)); in operator()
641 ValueT diff = Abs(lhs - rhs); in operator()
643 diff <= (m_Tolerance * Abs(lhs)) || in operator()
644 diff <= (m_Tolerance * Abs(rhs)); in operator()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResLookupTable.h136 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Abs ) // IsAbs(), SetAbs()