Searched refs:AbsoluteValue (Results 1 – 8 of 8) sorted by relevance
20 void ScopedString::appendNumber(u64 AbsoluteValue, u8 Base, u8 MinNumberLength, in appendNumber() argument25 RAW_CHECK(AbsoluteValue || !Negative); in appendNumber()37 NumBuffer[Pos++] = static_cast<uptr>(AbsoluteValue % Base); in appendNumber()38 AbsoluteValue /= Base; in appendNumber()39 } while (AbsoluteValue > 0); in appendNumber()
35 void appendNumber(u64 AbsoluteValue, u8 Base, u8 MinNumberLength,
138 bool AbsoluteValue(); // Returns true on success
4 * Copyright 2009 AbsoluteValue Systems <solomon@linux-wlan.com>
473 bool Scalar::AbsoluteValue() { in AbsoluteValue() function in Scalar
1312 if (!stack.back().ResolveValue(exe_ctx).AbsoluteValue()) { in Evaluate()
22 def AbsoluteValue : DiagGroup<"absolute-value">;
39 InGroup<AbsoluteValue>;44 "of type %2 which may cause truncation of value">, InGroup<AbsoluteValue>;48 InGroup<AbsoluteValue>;52 InGroup<AbsoluteValue>;