/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/mdempsky/ |
D | 13.go | 33 type Abs[T any] interface { type 43 func (m MyInt) Abs() MyInt { func 51 Abs() MyInt methodSpec
|
/aosp_15_r20/external/eigen/unsupported/Eigen/src/EulerAngles/ |
H A D | EulerSystem.h | 23 struct Abs struct 29 struct Abs<Num, false> argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/testdata/ |
D | linalg.go | 59 func (a OrderedAbs[T]) Abs() OrderedAbs[T] { func 70 func (a ComplexAbs[T]) Abs() ComplexAbs[T] { func
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/absdiffimp2.dir/ |
D | a.go | 51 func (a orderedAbs[T]) Abs() T { func 87 func (a complexAbs[T]) Abs() T { func
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/ |
D | absdiff2.go | 57 func (a orderedAbs[T]) Abs() T { func 93 func (a complexAbs[T]) Abs() T { func
|
D | sum.go | 21 func Abs(f float64) float64 { func
|
D | absdiff3.go | 34 func Abs[T OrderedNumeric](a T) T { func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 1013 bool Abs = LF.getValue().evaluateKnownAbsolute(Value, Layout); in relaxLEB() local 1101 bool Abs = DF.getAddrDelta().evaluateKnownAbsolute(AddrDelta, Layout); in relaxDwarfLineAddr() local 1125 bool Abs = DF.getAddrDelta().evaluateKnownAbsolute(AddrDelta, Layout); in relaxDwarfCallFrameFragment() local 1155 bool Abs = PF.getAddrDelta().evaluateKnownAbsolute(AddrDelta, Layout); in relaxPseudoProbeAddr() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_vector_arm64_neon.cc | 355 __ Abs(dst.V16B(), src.V16B()); in VisitVecAbs() local 359 __ Abs(dst.V8H(), src.V8H()); in VisitVecAbs() local 363 __ Abs(dst.V4S(), src.V4S()); in VisitVecAbs() local 367 __ Abs(dst.V2D(), src.V2D()); in VisitVecAbs() local 1282 __ Abs(tmp.V4S(), tmp.V4S()); in VisitVecSADAccumulate() local 1303 __ Abs(tmp.V2D(), tmp.V2D()); in VisitVecSADAccumulate() local
|
H A D | code_generator_vector_arm64_sve.cc | 348 __ Abs(dst.VnB(), p_reg, src.VnB()); in VisitVecAbs() local 351 __ Abs(dst.VnH(), p_reg, src.VnH()); in VisitVecAbs() local 354 __ Abs(dst.VnS(), p_reg, src.VnS()); in VisitVecAbs() local 357 __ Abs(dst.VnD(), p_reg, src.VnD()); in VisitVecAbs() local
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 790 bool Abs = LF.getValue().evaluateKnownAbsolute(Value, Layout); in relaxLEB() local 808 bool Abs = DF.getAddrDelta().evaluateKnownAbsolute(AddrDelta, Layout); in relaxDwarfLineAddr() local 826 bool Abs = DF.getAddrDelta().evaluateKnownAbsolute(AddrDelta, Layout); in relaxDwarfCallFrameFragment() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | ForeachUnaryOp.cu | 349 struct Abs { struct 350 __device__ T operator()(T t) const { in operator ()()
|
/aosp_15_r20/external/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
|
/aosp_15_r20/external/armnn/include/armnn/ |
H A D | Types.hpp | 95 Abs = 7, enumerator 126 Abs = 0, enumerator
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/cmplx/ |
D | abs.go | 13 func Abs(x complex128) float64 { return math.Hypot(real(x), imag(x)) } func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/ |
D | abs.go | 13 func Abs(x float64) float64 { func
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/function/ |
H A D | Abs.java | 28 public class Abs implements UnivariateFunction { class
|
/aosp_15_r20/external/skia/tools/unicode_comparison/go/helpers/ |
H A D | helpers.go | 19 func Abs(x int) int { func
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/ |
D | protobuf_path.rs | 9 Abs(ProtobufAbsPath), enumerator
|
/aosp_15_r20/external/executorch/backends/xnnpack/test/ops/ |
H A D | abs.py | 14 class Abs(torch.nn.Module): class in TestAbs
|
/aosp_15_r20/external/webrtc/api/units/ |
H A D | time_delta.h | 85 constexpr TimeDelta Abs() const { function
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | wrap.inl | 45 vecType<T, P> const Abs = glm::abs(Texcoord); local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | wrap.inl | 45 vecType<T, P> const Abs = glm::abs(Texcoord); local
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | mathutil.h | 112 static T Abs(const T x) { in Abs() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | mathutil.h | 112 static T Abs(const T x) { in Abs() function
|