Home
last modified time | relevance | path

Searched defs:Abs (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mindspore/mindspore/core/ops/
Dabs.h33 Abs() : PrimitiveC(prim::kPrimAbs->name()) { InitIOName({"input_x"}, {"output"}); } in Abs() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dwrap.inl45 vecType<T, P> const Abs = glm::abs(Texcoord); local
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_math.h164 CheckedNumeric Abs() const in Abs() function
/third_party/protobuf/src/google/protobuf/stubs/
Dmathutil.h112 static T Abs(const T x) { in Abs() function
/third_party/gn/src/base/numerics/
Dclamped_math.h90 constexpr ClampedNumeric Abs() const { in Abs() function
Dchecked_math.h160 constexpr CheckedNumeric Abs() const { in Abs() function
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dclamped_math.h98 constexpr ClampedNumeric Abs() const in Abs() function
Dchecked_math.h169 constexpr CheckedNumeric Abs() const in Abs() function
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_pair.h67 unsigned int Abs:1; member
Dradeon_program.h51 unsigned int Abs:1; member
/third_party/flutter/skia/tests/
DSkVxTest.cpp43 float4 Abs(float4 x) { return abs(x); } in Abs() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAssembler.cpp943 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/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp118 uint32_t Abs = LayoutItemBase::tailPadding(); in tailPadding() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c117 struct match_info Abs; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp2070 SDValue &Src, SDValue &Neg, SDValue &Abs, in FoldOperand()
2248 SDValue &Abs = Ops[AbsIdx[i] - 1]; in PostISelFolding() local
2287 SDValue &Abs = (AbsIdx[i] > -1) ? Ops[AbsIdx[i] - 1] : FakeAbs; in PostISelFolding() local
DSIPeepholeSDWA.cpp143 bool Abs; member in __anon64578f9c0111::SDWASrcOperand
DAMDGPULegalizerInfo.cpp2222 auto Abs = B.buildFAbs(S32, RHS, Flags); in legalizeFDIVFastIntrin() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dunary_op_impl.cu504 void Abs(const T *input, T *output, const size_t count, cudaStream_t cuda_stream) { in Abs() function
509 void Abs(const Complex<T> *input, T *output, const size_t count, cudaStream_t cuda_stream) { in Abs() function
/third_party/skia/src/sksl/dsl/
DDSLCore.cpp498 DSLExpression Abs(DSLExpression x, PositionInfo pos) { in Abs() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp354 unsigned Abs = Float64 ? WebAssembly::ABS_F64 : WebAssembly::ABS_F32; in LowerFPToInt() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/
Dtrt_op_converter.cc317 MS_TRT_CONVERTER_FUNC_REG(Abs) { return AddUnaryLayer(node, context, nvinfer1::UnaryOperation::kABS… in MS_TRT_CONVERTER_FUNC_REG() argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp2185 RValue<Int4> Abs(RValue<Int4> x) in Abs() function
3980 RValue<Float> Abs(RValue<Float> x) in Abs() function
4227 RValue<Float4> Abs(RValue<Float4> x) in Abs() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp96 bool Abs = false; member
2530 bool Abs, SP3Abs; in parseRegOrImmWithFPInputMods() local
/third_party/mindspore/mindspore/ops/operations/
Dmath_ops.py4486 class Abs(Primitive): class
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp3243 class Abs : public PreciseFunc1 class
3246 Abs (void) : PreciseFunc1("abs", deAbs) {} in Abs() function in deqp::gls::BuiltinPrecisionTests::Functions::Abs

12