| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | mathutil.h | 112 static T Abs(const T x) { in Abs() function in google::protobuf::MathUtil
|
| /third_party/gn/src/base/numerics/ |
| H A D | clamped_math.h | 90 constexpr ClampedNumeric Abs() const { in Abs() function in base::internal::ClampedNumeric
|
| H A D | checked_math.h | 160 constexpr CheckedNumeric Abs() const { in Abs() function in base::internal::CheckedNumeric
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_program_pair.h | 67 unsigned int Abs:1; member
|
| H A D | radeon_program.h | 51 unsigned int Abs:1; member
|
| /third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
| H A D | checked_math.h | 169 constexpr CheckedNumeric Abs() const in Abs() function in angle::base::internal::CheckedNumeric
|
| H A D | clamped_math.h | 98 constexpr ClampedNumeric Abs() const in Abs() function in angle::base::internal::ClampedNumeric
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
| H A D | UDTLayout.cpp | 118 uint32_t Abs = LayoutItemBase::tailPadding(); in tailPadding() local
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
| H A D | rc_test_helpers.c | 118 struct match_info Abs; member
|
| /third_party/node/deps/v8/src/utils/ |
| H A D | utils.h | 76 typename std::make_unsigned<T>::type Abs(T a) { in Abs() function
|
| /third_party/skia/include/private/ |
| H A D | SkNx.h | 267 AI static int Abs(int val) { return val < 0 ? -val : val; } in Abs() function 269 AI static float Abs(float val) { return ::fabsf(val); } in Abs() function 273 AI static double Abs(double val) { return ::fabs(val); } in Abs() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| H A D | MCAssembler.cpp | 943 bool Abs = LF.getValue().evaluateKnownAbsolute(Value, Layout); in relaxLEB() local 1031 bool Abs = DF.getAddrDelta().evaluateKnownAbsolute(AddrDelta, Layout); in relaxDwarfLineAddr() local 1072 bool Abs = DF.getAddrDelta().evaluateKnownAbsolute(AddrDelta, Layout); in relaxDwarfCallFrameFragment() local
|
| /third_party/skia/src/sksl/dsl/ |
| H A D | DSLCore.cpp | 498 DSLExpression Abs(DSLExpression x, PositionInfo pos) { in Abs() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | SIPeepholeSDWA.cpp | 143 bool Abs; member in __anon24496::SDWASrcOperand
|
| H A D | R600ISelLowering.cpp | 2248 SDValue &Abs = Ops[AbsIdx[i] - 1]; in PostISelFolding() local 2287 SDValue &Abs = (AbsIdx[i] > -1) ? Ops[AbsIdx[i] - 1] : FakeAbs; in PostISelFolding() local 2069 FoldOperand(SDNode *ParentNode, unsigned SrcIdx, SDValue &Src, SDValue &Neg, SDValue &Abs, SDValue &Sel, SDValue &Imm, SelectionDAG &DAG) const FoldOperand() argument
|
| /third_party/vixl/src/ |
| H A D | utils-vixl.h | 443 T Abs(T val) { in Abs() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 354 unsigned Abs = Float64 ? WebAssembly::ABS_F64 : WebAssembly::ABS_F32; in LowerFPToInt() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | macro-assembler-arm64.cc | 1093 void TurboAssembler::Abs(const Register& rd, const Register& rm, in Abs() function in v8::internal::TurboAssembler
|
| /third_party/node/deps/v8/src/execution/arm/ |
| H A D | simulator-arm.cc | 3979 void Abs(Simulator* simulator, int Vd, int Vm) { in Abs() function
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-temporal-objects.cc | 4870 MaybeHandle<JSTemporalDuration> JSTemporalDuration::Abs( in Abs() function in v8::internal::JSTemporalDuration
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| H A D | vktShaderBuiltinPrecisionTests.cpp | 4194 class Abs : public PreciseFunc1<T> class 4197 Abs (void) : PreciseFunc1<T> ("abs", deAbs) {} in Abs() function in vkt::shaderexecutor::Functions::Abs
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 96 bool Abs = false; member 2530 bool Abs, SP3Abs; in parseRegOrImmWithFPInputMods() local [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsBuiltinPrecisionTests.cpp | 3243 class Abs : public PreciseFunc1 class 3246 Abs (void) : PreciseFunc1("abs", deAbs) {} in Abs() function in deqp::gls::BuiltinPrecisionTests::Functions::Abs
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| H A D | vktShaderBuiltinPrecisionTests.cpp | 4183 class Abs : public PreciseFunc1<T> class 4186 Abs (void) : PreciseFunc1<T> ("abs", deAbs) {} in Abs() function in vkt::shaderexecutor::Functions::Abs
|
| /third_party/vixl/src/aarch64/ |
| H A D | macro-assembler-aarch64.h | 3649 void Abs(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Abs() function in vixl::aarch64::MacroAssembler 7907 void Abs(const Register& rd, const Register& rn) { in Abs() function in vixl::aarch64::MacroAssembler
|