Home
last modified time | relevance | path

Searched defs:inverse (Results 1 – 25 of 981) sorted by relevance

12345678910>>...40

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/
Dfunctors.hpp283 struct inverse<icl::inplace_plus<Type> > struct
284 { typedef icl::inplace_minus<Type> type; };
287 struct inverse<icl::inplace_minus<Type> > struct
288 { typedef icl::inplace_plus<Type> type; };
291 struct inverse<icl::inplace_bit_add<Type> > struct
292 { typedef icl::inplace_bit_subtract<Type> type; };
295 struct inverse<icl::inplace_bit_subtract<Type> > struct
296 { typedef icl::inplace_bit_add<Type> type; };
299 struct inverse<icl::inplace_et<Type> > struct
300 { typedef icl::inplace_caret<Type> type; };
[all …]
/aosp_15_r20/external/guava/guava/src/com/google/common/math/
H A DLinearTransformation.java159 public abstract LinearTransformation inverse(); in inverse() method in LinearTransformation
166 @CheckForNull @LazyInit LinearTransformation inverse; field in LinearTransformation.RegularLinearTransformation
174 RegularLinearTransformation(double slope, double yIntercept, LinearTransformation inverse) { in RegularLinearTransformation()
201 public LinearTransformation inverse() { in inverse() method in LinearTransformation.RegularLinearTransformation
224 @CheckForNull @LazyInit LinearTransformation inverse; field in LinearTransformation.VerticalLinearTransformation
231 VerticalLinearTransformation(double x, LinearTransformation inverse) { in VerticalLinearTransformation()
257 public LinearTransformation inverse() { in inverse() method in LinearTransformation.VerticalLinearTransformation
297 public LinearTransformation inverse() { in inverse() method in LinearTransformation.NaNLinearTransformation
/aosp_15_r20/external/guava/android/guava/src/com/google/common/math/
H A DLinearTransformation.java159 public abstract LinearTransformation inverse(); in inverse() method in LinearTransformation
166 @CheckForNull @LazyInit LinearTransformation inverse; field in LinearTransformation.RegularLinearTransformation
174 RegularLinearTransformation(double slope, double yIntercept, LinearTransformation inverse) { in RegularLinearTransformation()
201 public LinearTransformation inverse() { in inverse() method in LinearTransformation.RegularLinearTransformation
224 @CheckForNull @LazyInit LinearTransformation inverse; field in LinearTransformation.VerticalLinearTransformation
231 VerticalLinearTransformation(double x, LinearTransformation inverse) { in VerticalLinearTransformation()
257 public LinearTransformation inverse() { in inverse() method in LinearTransformation.VerticalLinearTransformation
297 public LinearTransformation inverse() { in inverse() method in LinearTransformation.NaNLinearTransformation
/aosp_15_r20/external/webp/src/dsp/
H A Dalpha_processing.c128 static WEBP_INLINE uint32_t GetScale(uint32_t a, int inverse) { in GetScale()
134 static WEBP_INLINE uint32_t GetScale(uint32_t a, int inverse) { in GetScale()
140 void WebPMultARGBRow_C(uint32_t* const ptr, int width, int inverse) { in WebPMultARGBRow_C()
162 int width, int inverse) { in WebPMultRow_C()
190 int inverse) { in WebPMultARGBRows()
200 int width, int num_rows, int inverse) { in WebPMultRows()
H A Dfilters.c35 uint8_t* dst, int length, int inverse) { in PredictLine_C()
50 int inverse, uint8_t* out) { in DoHorizontalFilter_C()
87 int inverse, uint8_t* out) { in DoVerticalFilter_C()
132 int inverse, uint8_t* out) { in DoGradientFilter_C()
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSingletonImmutableBiMap.java41 @Nullable transient SingletonImmutableBiMap<V, K> inverse; field in SingletonImmutableBiMap
49 private SingletonImmutableBiMap(K key, V value, SingletonImmutableBiMap<V, K> inverse) { in SingletonImmutableBiMap()
57 public ImmutableBiMap<V, K> inverse() { in inverse() method in SingletonImmutableBiMap
H A DRegularImmutableBiMap.java35 private ImmutableBiMap<V, K> inverse; field in RegularImmutableBiMap
54 RegularImmutableBiMap(ImmutableMap<K, V> delegate, ImmutableBiMap<V, K> inverse) { in RegularImmutableBiMap() argument
60 public ImmutableBiMap<V, K> inverse() { in inverse() method in RegularImmutableBiMap
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DRegularImmutableBiMap.java41 private final transient RegularImmutableBiMap<V, K> inverse; field in RegularImmutableBiMap
72 RegularImmutableBiMap<V, K> inverse) { in RegularImmutableBiMap()
86 public ImmutableBiMap<V, K> inverse() { in inverse() method in RegularImmutableBiMap
H A DAbstractBiMap.java62 transient AbstractBiMap<V, K> inverse; field in AbstractBiMap
112 void setInverse(AbstractBiMap<V, K> inverse) { in setInverse()
207 public BiMap<V, K> inverse() { in inverse() method in AbstractBiMap
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DSingletonImmutableBiMap.java51 private SingletonImmutableBiMap(K singleKey, V singleValue, ImmutableBiMap<V, K> inverse) { in SingletonImmutableBiMap()
98 @CheckForNull private final transient ImmutableBiMap<V, K> inverse; field in SingletonImmutableBiMap
102 public ImmutableBiMap<V, K> inverse() { in inverse() method in SingletonImmutableBiMap
H A DRegularImmutableBiMap.java195 @LazyInit @RetainedWith @CheckForNull private transient ImmutableBiMap<V, K> inverse; field in RegularImmutableBiMap
198 public ImmutableBiMap<V, K> inverse() { in inverse() method in RegularImmutableBiMap
214 public ImmutableBiMap<K, V> inverse() { in inverse() method in RegularImmutableBiMap.Inverse
H A DAbstractBiMap.java63 transient AbstractBiMap<V, K> inverse; field in AbstractBiMap
113 void setInverse(AbstractBiMap<V, K> inverse) { in setInverse()
231 public BiMap<V, K> inverse() { in inverse() method in AbstractBiMap
H A DJdkBackedImmutableBiMap.java73 @LazyInit @RetainedWith @CheckForNull private transient JdkBackedImmutableBiMap<V, K> inverse; field in JdkBackedImmutableBiMap
76 public ImmutableBiMap<V, K> inverse() { in inverse() method in JdkBackedImmutableBiMap
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/
Dpredicate.hpp78 class inverse class
81 inverse() in inverse() function in boost::movelib::inverse
84 explicit inverse(Comp comp) in inverse() function in boost::movelib::inverse
/aosp_15_r20/trusty/user/app/confirmationui/test/
Dmain.cpp55 bool inverse; member
61 const bool* inverse = (const bool*)param_arr[1]; in TEST_F_SETUP() local
150 const bool* inverse = (const bool*)param_arr[1]; in confuip_to_string() local
/aosp_15_r20/packages/modules/Uwb/service/fusion_lib/tests/com/android/uwb/fusion/math/
DMatrixTest.java157 Matrix inverse = Matrix.identity().invert(); in invert_identityInverseIsIdentity() local
169 Matrix inverse = a.invert(); in invert_multiplyWithInverseIsIdentity() local
209 Matrix inverse = product.invert(); in invert_inverseMultiplyIsReversedMultiplyInverse() local
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/translit/
H A DWriteIndicCharts.java303 Transliterator inverse = trans.getInverse(); in writeCharts() local
320 Transliterator inverse = trans.getInverse(); in writeIICharts() local
349 Transliterator inverse = trans.getInverse(); in writeCharts() local
/aosp_15_r20/external/python/cpython3/Lib/test/test_sqlite3/
Dtest_userfunctions.py495 def inverse(self, value): member in WindowSumInt
574 def inverse(self, x): pass member in WindowFunctionTests.test_win_missing_method.MissingValue
584 def inverse(self, x): pass member in WindowFunctionTests.test_win_missing_method.MissingStep
609 def inverse(self, x): pass member in WindowFunctionTests.test_win_missing_finalize.MissingFinalize
625 def inverse(self, value): self.count -= value * 2 member in WindowFunctionTests.test_win_redefine_function.Redefined
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
H A DVector3D.java316 double inverse = 1 / FastMath.sqrt(y * y + z * z); in orthogonal() local
319 double inverse = 1 / FastMath.sqrt(x * x + z * z); in orthogonal() local
322 double inverse = 1 / FastMath.sqrt(x * x + y * y); in orthogonal() local
/aosp_15_r20/external/eigen/test/
H A Dinverse.cpp65 template<typename MatrixType> void inverse(const MatrixType& m) in inverse() function
124 EIGEN_DECLARE_TEST(inverse) in EIGEN_DECLARE_TEST() argument
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/combinator/
H A DPostComposedMutator.java36 private final Function<R, T> inverse; field in PostComposedMutator
38 PostComposedMutator(SerializingMutator<T> mutator, Function<T, R> map, Function<R, T> inverse) { in PostComposedMutator() argument
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DSynchronizedBiMapTest.java120 public BiMap<V, K> inverse() { in inverse() method in SynchronizedBiMapTest.TestBiMap
140 BiMap<Integer, String> inverse = bimap.inverse(); in testInverse() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DVector3D.java327 double inverse = 1 / FastMath.sqrt(y * y + z * z); in orthogonal() local
330 double inverse = 1 / FastMath.sqrt(x * x + z * z); in orthogonal() local
333 double inverse = 1 / FastMath.sqrt(x * x + y * y); in orthogonal() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DSynchronizedBiMapTest.java121 public BiMap<V, K> inverse() { in inverse() method in SynchronizedBiMapTest.TestBiMap
147 BiMap<Integer, String> inverse = bimap.inverse(); in testInverse() local
/aosp_15_r20/external/skia/src/core/
H A DSkDrawShadowInfo.cpp175 SkMatrix inverse; in GetLocalBounds() local
208 SkMatrix inverse; in GetLocalBounds() local

12345678910>>...40