/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | GraphTraits.h | 97 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/ |
D | GraphTraits.h | 97 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 D | GraphTraits.h | 95 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/ |
D | GraphTraits.h | 97 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 D | GraphTraits.h | 97 struct Inverse { struct 100 inline Inverse(const GraphType &G) : Graph(G) {} in Inverse() argument
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | GraphTraits.h | 78 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/ |
D | GraphTraits.h | 97 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/ |
D | matrix_inverse.inl | 34 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 D | matrix_inverse.inl | 34 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 D | func_matrix.inl | 261 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/ |
D | func_matrix.inl | 261 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 D | comparison_util.cc | 131 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 D | SkSGTransform.cpp | 84 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 D | AbstractBiMap.java | 440 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 D | AbstractBiMap.java | 464 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/ |
D | nistec_p256.go | 14 func (c p256Curve) Inverse(k *big.Int) *big.Int { func
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | DFT.h | 41 Inverse enumerator
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/function/ |
H A D | Inverse.java | 31 public class Inverse implements UnivariateDifferentiableFunction, DifferentiableUnivariateFunction { class
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/ |
H A D | FunctionDescriptors.h | 37 Inverse enumerator
|
/aosp_15_r20/external/pdfium/fxbarcode/common/reedsolomon/ |
H A D | BC_ReedSolomonGF256.cpp | 76 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 D | real_fourier_ooura.cc | 66 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/ |
D | condition_code.go | 62 func (c CCMask) Inverse() CCMask { func
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/ |
H A D | window_functions.h | 114 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 D | ec_point.cc | 102 StatusOr<ECPoint> ECPoint::Inverse() const { in Inverse() function in private_join_and_compute::ECPoint
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/ |
H A D | axis_transform2d_unittest.cc | 77 TEST(AxisTransform2dTest, Inverse) { in TEST() argument
|