Searched refs:Abs (Results 1 – 3 of 3) sorted by relevance
115 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()
403 Abs(T a) in Abs() function417 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()
136 NW_RES_FIELD_BOOL_PRIMITIVE_DECL( Abs ) // IsAbs(), SetAbs()