Home
last modified time | relevance | path

Searched defs:Inverse (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DGraphTraits.h97 struct Inverse { struct
100 inline Inverse(const GraphType &G) : Graph(G) {} in Inverse() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DGraphTraits.h97 struct Inverse { struct
100 inline Inverse(const GraphType &G) : Graph(G) {} in Inverse() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DGraphTraits.h95 struct Inverse { struct
98 inline Inverse(const GraphType &G) : Graph(G) {} in Inverse() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DGraphTraits.h97 struct Inverse { struct
100 inline Inverse(const GraphType &G) : Graph(G) {} in Inverse() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DGraphTraits.h97 struct Inverse { struct
100 inline Inverse(const GraphType &G) : Graph(G) {} in Inverse() argument
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DGraphTraits.h78 struct Inverse { struct
81 inline Inverse(const GraphType &G) : Graph(G) {} in Inverse() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DGraphTraits.h97 struct Inverse { struct
100 inline Inverse(const GraphType &G) : Graph(G) {} in Inverse() function
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dmatrix_inverse.inl34 tmat2x2<T, P> Inverse( local
51 tmat3x3<T, P> Inverse(uninitialize); local
89 tmat4x4<T, P> Inverse(uninitialize); local
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dmatrix_inverse.inl34 tmat2x2<T, P> Inverse( local
51 tmat3x3<T, P> Inverse(uninitialize); local
89 tmat4x4<T, P> Inverse(uninitialize); local
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dfunc_matrix.inl261 tmat2x2<T, P> Inverse( local
281 tmat3x3<T, P> Inverse(uninitialize); local
344 tmat4x4<T, P> Inverse(Inv0 * SignA, Inv1 * SignB, Inv2 * SignA, Inv3 * SignB); local
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_matrix.inl261 tmat2x2<T, P> Inverse( local
281 tmat3x3<T, P> Inverse(uninitialize); local
344 tmat4x4<T, P> Inverse(Inv0 * SignA, Inv1 * SignB, Inv2 * SignA, Inv3 * SignB); local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dcomparison_util.cc131 Comparison::Direction Inverse(Comparison::Direction direction) { in Inverse() function
293 std::optional<Comparison> Comparison::Inverse() const { in Inverse() function in xla::Comparison
/aosp_15_r20/external/skia/modules/sksg/src/
H A DSkSGTransform.cpp84 class Inverse final : public Transform { class
88 explicit Inverse(sk_sp<Transform> t) in Inverse() function in sksg::__anona41360090111::Inverse
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DAbstractBiMap.java440 static class Inverse<K extends @Nullable Object, V extends @Nullable Object> class
442 Inverse(Map<K, V> backward, AbstractBiMap<V, K> forward) { in Inverse() method in Inverse
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DAbstractBiMap.java464 static class Inverse<K extends @Nullable Object, V extends @Nullable Object> class
466 Inverse(Map<K, V> backward, AbstractBiMap<V, K> forward) { in Inverse() method in Inverse
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/elliptic/
Dnistec_p256.go14 func (c p256Curve) Inverse(k *big.Int) *big.Int { func
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DDFT.h41 Inverse enumerator
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/function/
H A DInverse.java31 public class Inverse implements UnivariateDifferentiableFunction, DifferentiableUnivariateFunction { class
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/
H A DFunctionDescriptors.h37 Inverse enumerator
/aosp_15_r20/external/pdfium/fxbarcode/common/reedsolomon/
H A DBC_ReedSolomonGF256.cpp76 absl::optional<int32_t> CBC_ReedSolomonGF256::Inverse(int32_t a) { in Inverse() function in CBC_ReedSolomonGF256
/aosp_15_r20/external/webrtc/common_audio/
H A Dreal_fourier_ooura.cc66 void RealFourierOoura::Inverse(const complex<float>* src, float* dest) const { in Inverse() function in webrtc::RealFourierOoura
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
Dcondition_code.go62 func (c CCMask) Inverse() CCMask { func
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
H A Dwindow_functions.h114 static void Inverse(sqlite3_context* ctx, int, sqlite3_value**) { in Inverse() function
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/
H A Dec_point.cc102 StatusOr<ECPoint> ECPoint::Inverse() const { in Inverse() function in private_join_and_compute::ECPoint
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Daxis_transform2d_unittest.cc77 TEST(AxisTransform2dTest, Inverse) { in TEST() argument

12345678910>>...15