Home
last modified time | relevance | path

Searched defs:Real (Results 1 – 25 of 104) sorted by relevance

12345

/aosp_15_r20/external/rust/android-crates-io/crates/num-complex/src/
Dcomplex_float.rs30 type Real: Float + FloatConst; typedef
56 fn powc(self, exp: Complex<Self::Real>) -> Complex<Self::Real>; in powc()
127 fn re(self) -> Self::Real; in re()
130 fn im(self) -> Self::Real; in im()
133 fn abs(self) -> Self::Real; in abs()
138 fn l1_norm(&self) -> Self::Real; in l1_norm()
141 fn arg(self) -> Self::Real; in arg()
173 type Real = T; typedef
175 fn re(self) -> Self::Real { in re()
179 fn im(self) -> Self::Real { in im()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/num/
H A Dreal.rs15 pub(crate) struct Real { struct
19 impl fmt::Debug for Real { implementation
42 impl hash::Hash for Real { implementation
50 impl Real { implementation
472 pub(crate) fn mul<I: Interrupt>(self, rhs: Exact<&Real>, int: &I) -> FResult<Self> { in mul()
534 impl Neg for Real { implementation
547 impl From<u64> for Real { implementation
555 impl From<BigRat> for Real { implementation
H A Dcomplex.rs70 pub(crate) fn real(&self) -> Real { in real()
75 pub(crate) fn imag(&self) -> Real { in imag()
202 pub(crate) fn abs<I: Interrupt>(self, int: &I) -> FResult<Exact<Real>> { in abs()
224 pub(crate) fn floor<I: Interrupt>(self, int: &I) -> FResult<Exact<Real>> { in floor()
228 pub(crate) fn ceil<I: Interrupt>(self, int: &I) -> FResult<Exact<Real>> { in ceil()
232 pub(crate) fn round<I: Interrupt>(self, int: &I) -> FResult<Exact<Real>> { in round()
236 pub(crate) fn arg<I: Interrupt>(self, int: &I) -> FResult<Exact<Real>> { in arg()
317 fn expect_real(self) -> FResult<Real> { in expect_real()
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/
H A Diup.py182 tolerance: Real,
209 deltas: _DeltaSegment, coords: _PointSegment, tolerance: Real = 0
302 tolerance: Real = 0,
360 deltas: _DeltaSegment, coords: _PointSegment, tolerance: Real = 0.0
464 tolerance: Real = 0.0,
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/cuda/
H A DSparseCUDAApplyUtils.cuh16 TensorInfo<Real, IndexType> values1, IndexType idx1, in applyOp2()
28 TensorInfo<Real, IndexType> values1, IndexType idx1, in applyOp3()
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/testmock/
H A Dtestmock.py615 class Real(object): class
635 class Real(object): class
651 class Real(object): class
665 class Real(object): class
678 class Real(object): class
689 class Real(object): class
702 class Real(object): class
714 class Real(object): class
729 class Real(object): class
741 class Real(object): class
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/
Dtestmock.py615 class Real(object): class
635 class Real(object): class
651 class Real(object): class
665 class Real(object): class
678 class Real(object): class
689 class Real(object): class
702 class Real(object): class
714 class Real(object): class
729 class Real(object): class
741 class Real(object): class
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp137 Instruction *Real; member
406 Instruction *Real, Instruction *Imag, in identifyNodeWithImplicitAdd()
520 ComplexDeinterleavingGraph::identifyPartialMul(Instruction *Real, in identifyPartialMul()
633 ComplexDeinterleavingGraph::identifyAdd(Instruction *Real, Instruction *Imag) { in identifyAdd()
700 ComplexDeinterleavingGraph::identifyNode(Instruction *Real, Instruction *Imag) { in identifyNode()
814 Instruction *Real; in identifyNodes() local
/aosp_15_r20/external/eigen/unsupported/Eigen/src/Polynomials/
H A DPolynomialUtils.h48 typedef typename NumTraits<T>::Real Real; in poly_eval() typedef
79 typedef typename NumTraits<Scalar>::Real Real; in cauchy_max_bound() typedef
102 typedef typename NumTraits<Scalar>::Real Real; in cauchy_min_bound() typedef
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DCurrentUserIdentityInjector.java36 class Real implements CurrentUserIdentityInjector { class
38 protected Real() { in Real() method in CurrentUserIdentityInjector.Real
H A DCallerIdentityInjector.java49 class Real implements CallerIdentityInjector { class
51 protected Real() { in Real() method in CallerIdentityInjector.Real
/aosp_15_r20/external/eigen/test/
H A Dboostmultiprec.cpp78 typedef mp::number<mp::cpp_dec_float<100>, mp::et_on> Real; typedef
135 Real get_test_precision(const Real&) { in get_test_precision()
H A Dnumext.cpp41 typedef typename NumTraits<T>::Real Real; in check_abs() typedef
66 typedef typename NumTraits<T>::Real Real; in check_arg() typedef
/aosp_15_r20/external/leakcanary2/leakcanary-android-release/src/main/java/leakcanary/
H A DProcessInfo.kt36 object Real : ProcessInfo { in <lambda>() object
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/
Dreal.rs17 pub trait Real: Num + Copy + NumCast + PartialOrd + Neg<Output = Self> { trait
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue50912.go7 func Real[P ~complex128](x P) { func
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dqualified-names-diag.cpp13 typedef float Real; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/manual/
Dsp_resize.cpp12 typedef double Real; typedef
/aosp_15_r20/external/clang/include/clang/AST/
H A DAPValue.h72 APSInt Real, Imag; member
76 APFloat Real, Imag; member
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/audio_policy_engine_configurable_configuration_V1_0/gen/cpp/include/
Daudio_policy_configurable_V1_0_enums.h31 Real, enumerator
/aosp_15_r20/frameworks/native/libs/ftl/
H A Dmixins_test.cpp153 struct Real : ftl::Constructible<Real, float> { struct
/aosp_15_r20/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffScalar.h78 typedef typename NumTraits<Scalar>::Real Real; typedef
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/
H A DInvokeDynamicTest.java60 public static class Real { class in InvokeDynamicTest
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/hash/
H A Dhash.h407 T& Real() { in Real() function
/aosp_15_r20/external/abseil-cpp/absl/hash/
H A Dhash.h410 T& Real() { in Real() function

12345