/aosp_15_r20/external/rust/android-crates-io/crates/num-complex/src/ |
D | complex_float.rs | 30 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 D | real.rs | 15 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 D | complex.rs | 70 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 D | iup.py | 182 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 D | SparseCUDAApplyUtils.cuh | 16 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 D | testmock.py | 615 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/ |
D | testmock.py | 615 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 D | ComplexDeinterleavingPass.cpp | 137 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 D | PolynomialUtils.h | 48 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 D | CurrentUserIdentityInjector.java | 36 class Real implements CurrentUserIdentityInjector { class 38 protected Real() { in Real() method in CurrentUserIdentityInjector.Real
|
H A D | CallerIdentityInjector.java | 49 class Real implements CallerIdentityInjector { class 51 protected Real() { in Real() method in CallerIdentityInjector.Real
|
/aosp_15_r20/external/eigen/test/ |
H A D | boostmultiprec.cpp | 78 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 D | numext.cpp | 41 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 D | ProcessInfo.kt | 36 object Real : ProcessInfo { in <lambda>() object
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ |
D | real.rs | 17 pub trait Real: Num + Copy + NumCast + PartialOrd + Neg<Output = Self> { trait
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/ |
D | issue50912.go | 7 func Real[P ~complex128](x P) { func
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | qualified-names-diag.cpp | 13 typedef float Real; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/manual/ |
D | sp_resize.cpp | 12 typedef double Real; typedef
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | APValue.h | 72 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/ |
D | audio_policy_configurable_V1_0_enums.h | 31 Real, enumerator
|
/aosp_15_r20/frameworks/native/libs/ftl/ |
H A D | mixins_test.cpp | 153 struct Real : ftl::Constructible<Real, float> { struct
|
/aosp_15_r20/external/eigen/unsupported/Eigen/src/AutoDiff/ |
H A D | AutoDiffScalar.h | 78 typedef typename NumTraits<Scalar>::Real Real; typedef
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/ |
H A D | InvokeDynamicTest.java | 60 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 D | hash.h | 407 T& Real() { in Real() function
|
/aosp_15_r20/external/abseil-cpp/absl/hash/ |
H A D | hash.h | 410 T& Real() { in Real() function
|