Searched refs:inverse (Results 1 - 25 of 58) sorted by relevance

123

/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_connlimit.h8 int inverse; member in struct:ipt_connlimit_info
H A Dipt_rpc.h28 int inverse; member in struct:ipt_rpc_info
/external/guava/src/com/google/common/collect/
H A DRegularImmutableBiMap.java30 final transient ImmutableBiMap<V, K> inverse; field in class:RegularImmutableBiMap
40 this.inverse = new RegularImmutableBiMap<V, K>(backwardMap, this);
44 ImmutableBiMap<V, K> inverse) {
46 this.inverse = inverse;
53 @Override public ImmutableBiMap<V, K> inverse() { method in class:RegularImmutableBiMap
54 return inverse;
43 RegularImmutableBiMap(ImmutableMap<K, V> delegate, ImmutableBiMap<V, K> inverse) argument
H A DAbstractBiMap.java50 private transient AbstractBiMap<V, K> inverse; field in class:AbstractBiMap
57 /** Private constructor for inverse bimap. */
60 inverse = forward;
73 checkState(inverse == null);
78 inverse = new Inverse<V, K>(backward, this);
81 void setInverse(AbstractBiMap<V, K> inverse) { argument
82 this.inverse = inverse;
88 return inverse.containsKey(value);
107 inverse()
153 public BiMap<V, K> inverse() { method in class:AbstractBiMap
[all...]
H A DBiMap.java29 * support an "inverse view", which is another bimap containing the same entries
93 * Returns the inverse view of this bimap, which maps each of this bimap's
98 * order of a bimap and that of its inverse.
100 * @return the inverse view of this bimap
102 BiMap<V, K> inverse(); method in interface:BiMap
H A DImmutableBiMap.java27 * not permit null keys or values. An {@code ImmutableBiMap} and its inverse
213 * <p>The inverse of an {@code ImmutableBiMap} is another
216 public abstract ImmutableBiMap<V, K> inverse(); method in class:ImmutableBiMap
223 return inverse().containsKey(value);
243 return inverse().keySet();
281 @Override public ImmutableBiMap<Object, Object> inverse() { method in class:ImmutableBiMap.EmptyBiMap
295 * for keeping the bimap and its inverse in sync during serialization, the way
H A DSynchronized.java1256 private transient BiMap<V, K> inverse; field in class:Synchronized.SynchronizedBiMap
1260 @Nullable BiMap<V, K> inverse) {
1262 this.inverse = inverse;
1284 public BiMap<V, K> inverse() { method in class:Synchronized.SynchronizedBiMap
1286 if (inverse == null) {
1287 inverse
1288 = new SynchronizedBiMap<V, K>(delegate().inverse(), mutex, this);
1290 return inverse;
1258 SynchronizedBiMap( BiMap<K, V> delegate, @Nullable Object mutex, @Nullable BiMap<V, K> inverse) argument
/external/skia/tests/
H A DMatrixTest.cpp50 SkMatrix mat, inverse, iden1, iden2; local
54 mat.invert(&inverse);
55 iden1.setConcat(mat, inverse);
59 mat.invert(&inverse);
60 iden1.setConcat(mat, inverse);
65 mat.invert(&inverse);
66 iden1.setConcat(mat, inverse);
73 mat.invert(&inverse);
74 iden1.setConcat(mat, inverse);
76 iden2.setConcat(inverse, ma
[all...]
/external/webkit/WebCore/rendering/
H A DTransformState.cpp96 return m_accumulatedTransform->inverse().projectPoint(m_lastPlanarPoint);
107 return m_accumulatedTransform->inverse().projectQuad(m_lastPlanarQuad);
117 TransformationMatrix inverseTransform = t.inverse();
157 TransformationMatrix inverseTransform = t.inverse();
167 return m_accumulatedTransform.inverse().projectPoint(m_lastPlanarPoint);
172 return m_accumulatedTransform.inverse().projectQuad(m_lastPlanarQuad);
H A DRenderForeignObject.cpp114 FloatPoint localPoint = localToParentTransform().inverse().mapPoint(pointInParent);
/external/srec/srec/clib/
H A Dimeld_rd.c64 prep->inverse = create_matrix(matdim);
81 ASSERT(prep->inverse);
83 delete_matrix(prep->inverse, prep->dim);
85 prep->inverse = NULL;
157 /* The inverse imelda matrix
167 invert_matrix(prep->imelda, prep->inverse, prep->dim);
177 prep->inverse[ii][jj] = (covdata)(onerow[jj] / scale);
182 prep->inverse, matdim);
/external/iproute2/netem/
H A Dmaketable.c7 * From this, create the inverse distribution table used to approximate
85 /* Since entries in the inverse are scaled by TABLEFACTOR, and can't be bigger
138 short *inverse; local
141 inverse = (short *)malloc(inversesize*sizeof(short));
143 inverse[i] = MINSHORT;
152 inverse[inverseindex] = inversevalue;
154 return inverse;
203 short *inverse; local
228 inverse = inverttable(table, TABLESIZE, DISTTABLESIZE, total);
229 interpolatetable(inverse, TABLESIZ
[all...]
/external/webkit/WebCore/bindings/js/
H A DJSSVGMatrixCustom.cpp51 JSValue JSSVGMatrix::inverse(ExecState* exec, const ArgList&) function in class:WebCore::JSSVGMatrix
56 JSValue result = toJS(exec, globalObject(), JSSVGStaticPODTypeWrapper<AffineTransform>::create(imp.inverse()).get(), context);
/external/webkit/WebCore/svg/
H A DSVGMatrix.idl36 [Custom] SVGMatrix inverse()
H A DSVGLocatable.cpp129 ctm *= targetCTM.inverse();
/external/webkit/WebCore/css/
H A DWebKitCSSMatrix.idl61 // Return the inverse of this matrix. Throw an exception if the matrix is not invertible
62 [Immutable] WebKitCSSMatrix inverse() raises (DOMException);
H A DWebKitCSSMatrix.cpp107 PassRefPtr<WebKitCSSMatrix> WebKitCSSMatrix::inverse(ExceptionCode& ec) const function in class:WebCore::WebKitCSSMatrix
114 return WebKitCSSMatrix::create(m_matrix.inverse());
H A DWebKitCSSMatrix.h115 // Return the inverse of this matrix. Throw an exception if the matrix is not invertible
116 PassRefPtr<WebKitCSSMatrix> inverse(ExceptionCode&) const;
/external/speex/libspeex/
H A Dkiss_fft.c41 if (!st->inverse) {
101 if (st->inverse)
185 if (!st->inverse) {
238 if (!st->inverse) {
300 if (!st->inverse) {
480 st->inverse = inverse_fft;
484 if (!st->inverse)
492 if (st->inverse)
H A Dkiss_fftr.c87 if ( st->substate->inverse) {
141 if (st->substate->inverse == 0) {
180 if ( st->substate->inverse) {
266 if (st->substate->inverse == 0) {
/external/webkit/WebCore/bindings/v8/custom/
H A DV8SVGMatrixCustom.cpp62 INC_STATS("DOM.SVGMatrix.inverse()");
65 AffineTransform result = matrix.inverse();
/external/srec/srec/include/
H A Dpre_desc.h156 imeldata **invmat; /* inverse transformation matrix */
157 int inv_shift; /* inverse Imelda scale factor (in shifts) */
158 covdata **inverse; /* inverse linear transformation matrix, PMC or RN */ member in struct:__anon6012
184 imeldata **pmc_fixinv; /* inverse ENC matrix */
186 covdata **pmc_inverse; /* inverse ENC matrix in float */
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/encodings/
H A DISO9796d1Encoding.java21 private static byte[] inverse = { 0x8, 0xf, 0x6, 0x1, 0x5, 0x2, 0xb, 0xc, field in class:ISO9796d1Encoding
211 block[block.length - 1] = (byte)(((block[block.length - 1] & 0xff) >>> 4) | ((inverse[(block[block.length - 2] & 0xff) >> 4]) << 4));
/external/freetype/src/autofit/
H A Dafloader.c106 FT_Matrix inverse; local
112 inverse = loader->trans_matrix;
113 FT_Matrix_Invert( &inverse );
114 FT_Vector_Transform( &loader->trans_delta, &inverse );
/external/webkit/WebCore/platform/graphics/transforms/
H A DAffineTransform.h113 AffineTransform inverse() const;

Completed in 802 milliseconds

123