Searched refs:AbsoluteValue (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 81 uint64_t AbsoluteValue; in getMatchingString() local 89 AbsoluteValue = cantFail(IntegerValue.getAbsolute().getUnsignedValue()); in getMatchingString() 91 AbsoluteValue = *SignedValue; in getMatchingString() 96 AbsoluteValue = *UnsignedValue; in getMatchingString() 103 AbsoluteValueStr = utostr(AbsoluteValue); in getMatchingString() 107 AbsoluteValueStr = utohexstr(AbsoluteValue, Value == Kind::HexLower); in getMatchingString()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/mips/ |
| H A D | ChangeLog-2021 | 1493 (AbsoluteValue, Negate, Add, Sub, Multiply, Divide) 1497 (AbsoluteValue, Negate, Add, Sub, Multiply, Divide) 1503 * sim-main.h (Nan, Infinity, Less, Equal, AbsoluteValue, Negate) 2902 Add, Negate, AbsoluteValue, Equal, Less, Infinity, NaN): Rewrite 3311 (NaN, Infinity, Less, Equal, AbsoluteValue, Negate, Add, Sub, 4057 * interp.c (AbsoluteValue): Add routine. Also provide simple PMON
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 21 def AbsoluteValue : DiagGroup<"absolute-value">;
|
| H A D | DiagnosticSemaKinds.td | 39 InGroup<AbsoluteValue>; 44 "of type %2 which may cause truncation of value">, InGroup<AbsoluteValue>; 48 InGroup<AbsoluteValue>; 52 InGroup<AbsoluteValue>;
|