Home
last modified time | relevance | path

Searched refs:inv (Results 1 – 25 of 185) sorted by relevance

12345678

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DBiMapClearTester.java34 BiMap<V, K> inv = getMap().inverse(); in testClearClearsInverse() local
37 assertTrue(inv.isEmpty()); in testClearClearsInverse()
42 BiMap<V, K> inv = getMap().inverse(); in testKeySetClearClearsInverse() local
45 assertTrue(inv.isEmpty()); in testKeySetClearClearsInverse()
50 BiMap<V, K> inv = getMap().inverse(); in testValuesClearClearsInverse() local
53 assertTrue(inv.isEmpty()); in testValuesClearClearsInverse()
58 BiMap<V, K> inv = getMap().inverse(); in testClearInverseClears() local
59 inv.clear(); in testClearInverseClears()
61 assertTrue(inv.isEmpty()); in testClearInverseClears()
66 BiMap<V, K> inv = getMap().inverse(); in testClearInverseKeySetClears() local
[all …]
DAbstractBiMapTester.java65 BiMap<V, K> inv = getMap().inverse(); in expectMissing() local
67 inv.entrySet().contains(entry)); in expectMissing()
69 inv.containsKey(entry.getValue())); in expectMissing()
71 inv.containsValue(entry.getKey())); in expectMissing()
/external/google-breakpad/src/third_party/libdisasm/
Dia32_invariant.c142 unsigned int prefixes, x86_invariant_t *inv) { argument
160 inv->operands[x].access = (enum x86_op_access)
162 inv->operands[x].flags = (enum x86_op_flags)
209 mode_16, &inv->operands[x]);
214 inv->operands[x].type = op_register;
222 inv->operands[x].type = op_offset;
224 inv->operands[x].flags |= op_signed |
242 inv->operands[x].type =
245 inv->operands[x].type =
248 inv->operands[x].flags |= op_signed;
[all …]
/external/llvm/test/Transforms/InstCombine/
Dunordered-fcmp-select.ll4 ; CHECK: %cmp.inv = fcmp ole float %a, %b
5 ; CHECK-NEXT: %sel = select i1 %cmp.inv, float %b, float %a
14 ; CHECK: %cmp.inv = fcmp olt float %a, %b
15 ; CHECK-NEXT: %sel = select i1 %cmp.inv, float %b, float %a
24 ; CHECK: %cmp.inv = fcmp ole float %a, %b
25 ; CHECK-NEXT: %sel = select i1 %cmp.inv, float %a, float %b
34 ; CHECK: %cmp.inv = fcmp olt float %a, %b
35 ; CHECK-NEXT: %sel = select i1 %cmp.inv, float %a, float %b
44 ; CHECK: %cmp.inv = fcmp oge float %a, %b
45 ; CHECK-NEXT: %sel = select i1 %cmp.inv, float %a, float %b
[all …]
Dminmax-fp.ll5 ; CHECK-NEXT: select i1 %.inv, float 5.000000e+00, float %a
17 ; CHECK-NEXT: select i1 %.inv, float 5.000000e+00, float %a
29 ; CHECK-NEXT: select i1 %.inv, double 5.000000e+00, double %a
77 ; CHECK-NEXT: select i1 %.inv, float 5.000000e+00, float %a
88 ; CHECK-NEXT: select i1 %.inv, float 0.000000e+00, float %a
99 ; CHECK-NEXT: select i1 %.inv, float %a, float %b
112 ; CHECK-NEXT: select i1 %.inv, float %a, float %b
149 ; CHECK-NEXT: select i1 %.inv, float 0.000000e+00, float %a
/external/apache-commons-math/src/main/java/org/apache/commons/math/special/
DGamma.java303 double inv = 1 / (x * x); in digamma() local
307 return FastMath.log(x) - 0.5 / x - inv * ((1.0 / 12) + inv * (1.0 / 120 - inv / 252)); in digamma()
329 double inv = 1 / (x * x); in trigamma() local
334 return 1 / x + inv / 2 + inv / x * (1.0 / 6 - inv * (1.0 / 30 + inv / 42)); in trigamma()
/external/ceres-solver/internal/ceres/
Dloss_function.cc73 const double inv = 1.0 / sum; in Evaluate() local
76 rho[1] = std::max(std::numeric_limits<double>::min(), inv); in Evaluate()
77 rho[2] = - c_ * (inv * inv); in Evaluate()
82 const double inv = 1 / sum; in Evaluate() local
85 rho[1] = std::max(std::numeric_limits<double>::min(), inv); in Evaluate()
86 rho[2] = -2.0 * s * b_ * (inv * inv); in Evaluate()
/external/skia/src/opts/
DSkXfermode_opts.h27 XFERMODE(SrcOut) { return s.approxMulDiv255(d.alphas().inv()); } in XFERMODE()
28 XFERMODE(SrcOver) { return s + d.approxMulDiv255(s.alphas().inv()); } in XFERMODE()
34 XFERMODE(SrcATop) { return (s * d.alphas() + d * s.alphas().inv()).div255(); } in XFERMODE()
37 XFERMODE(Xor) { return (s * d.alphas().inv() + d * s.alphas().inv()).div255(); } in XFERMODE()
46 return s + d.approxMulDiv255(s.inv()); in XFERMODE()
48 XFERMODE(Multiply) { return (s * d.alphas().inv() + d * s.alphas().inv() + s*d).div255(); } in XFERMODE()
73 auto srcover = s + (d * sa.inv()).div255(); in XFERMODE()
79 both = s*da.inv() + d*sa.inv(); in XFERMODE()
94 auto srcover = s + (d * sa.inv()).div255(), in XFERMODE()
95 dstover = d + (s * da.inv()).div255(); in XFERMODE()
[all …]
/external/valgrind/exp-sgcheck/
Dsg_main.c899 Invar* inv, Addr ea ) in gen_delta_str() argument
907 switch (inv->tag) { in gen_delta_str()
912 block = inv->Inv.Stack0.addr; in gen_delta_str()
913 szB = inv->Inv.Stack0.szB; in gen_delta_str()
916 block = inv->Inv.StackN.nd->addr; in gen_delta_str()
917 szB = inv->Inv.StackN.nd->szB; in gen_delta_str()
920 block = inv->Inv.Global.nd->addr; in gen_delta_str()
921 szB = inv->Inv.Global.nd->szB; in gen_delta_str()
944 static void show_Invar( HChar* buf, Word nBuf, Invar* inv, Word depth ) in show_Invar() argument
949 switch (inv->tag) { in show_Invar()
[all …]
/external/harfbuzz_ng/util/
Dansi-print.cc357 bool inv = false; in block_best() local
359 case 1: c = "▟"; inv = true; break; in block_best()
360 case 2: c = "▙"; inv = true; break; in block_best()
361 case 4: c = "▖"; inv = false; break; in block_best()
362 case 8: c = "▗"; inv = false; break; in block_best()
363 case 9: c = "▚"; inv = false; break; in block_best()
364 case 6: c = "▞"; inv = false; break; in block_best()
365 case 7: c = "▜"; inv = true; break; in block_best()
366 case 11: c = "▜"; inv = true; break; in block_best()
367 case 13: c = "▙"; inv = true; break; in block_best()
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
DRotation.java138 double inv = 1.0 / FastMath.sqrt(q0 * q0 + q1 * q1 + q2 * q2 + q3 * q3); in Rotation() local
139 q0 *= inv; in Rotation()
140 q1 *= inv; in Rotation()
141 q2 *= inv; in Rotation()
142 q3 *= inv; in Rotation()
259 double inv = 0.25 / q0; in Rotation() local
260 q1 = inv * (ort[1][2] - ort[2][1]); in Rotation()
261 q2 = inv * (ort[2][0] - ort[0][2]); in Rotation()
262 q3 = inv * (ort[0][1] - ort[1][0]); in Rotation()
268 double inv = 0.25 / q1; in Rotation() local
[all …]
/external/mesa3d/src/mesa/program/
Dprog_optimize.c856 append_interval(struct interval_list *list, const struct interval *inv) in append_interval() argument
858 list->Intervals[list->Num++] = *inv; in append_interval()
864 insert_interval_by_end(struct interval_list *list, const struct interval *inv) in insert_interval_by_end() argument
868 while (i >= 0 && list->Intervals[i].End > inv->End) { in insert_interval_by_end()
872 list->Intervals[i + 1] = *inv; in insert_interval_by_end()
888 remove_interval(struct interval_list *list, const struct interval *inv) in remove_interval() argument
893 if (list->Intervals[k].Reg == inv->Reg) { in remove_interval()
895 ASSERT(list->Intervals[k].Start == inv->Start); in remove_interval()
896 ASSERT(list->Intervals[k].End == inv->End); in remove_interval()
1077 struct interval inv; in find_live_intervals() local
[all …]
/external/eigen/unsupported/Eigen/src/FFT/
Dei_fftw_impl.h65 void inv(complex_type * dst,complex_type * src,int nfft) {
75 void inv(scalar_type * dst,complex_type * src,int nfft) {
108 void inv(complex_type * dst,complex_type * src,int nfft) {
118 void inv(scalar_type * dst,complex_type * src,int nfft) {
149 void inv(complex_type * dst,complex_type * src,int nfft) {
159 void inv(scalar_type * dst,complex_type * src,int nfft) {
211 void inv(Complex * dst,const Complex *src,int nfft)
213 get_plan(nfft,true,dst,src).inv(fftw_cast(dst), fftw_cast(src),nfft );
218 void inv( Scalar * dst,const Complex * src,int nfft)
220 get_plan(nfft,true,dst,src).inv(fftw_cast(dst), fftw_cast(src),nfft );
/external/iptables/extensions/
Dlibip6t_ah.c57 const char *inv = invert ? "!" : ""; in print_spis() local
61 printf("%s:%s%u", name, inv, min); in print_spis()
63 printf("%ss:%s%u:%u", name, inv, min, max); in print_spis()
70 const char *inv = invert ? "!" : ""; in print_len() local
73 printf("%s:%s%u", name, inv, len); in print_len()
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
Dcommon.py140 (divider, inv, _) = extended_gcd(x, n)
145 return inv
176 inv = inverse(M_i, m_i)
178 x = (x + a_i * M_i * inv) % m
/external/skia/src/core/
DSkColorSpace.cpp212 SkFloat3x3 inv = invert(mat); in Test() local
214 inv.dump(); in Test()
215 concat(mat, inv).dump(); in Test()
216 concat(inv, mat).dump(); in Test()
220 inv = invert(mat); in Test()
222 inv.dump(); in Test()
223 concat(mat, inv).dump(); in Test()
224 concat(inv, mat).dump(); in Test()
DSkBitmapController.h45 State* requestBitmap(const SkBitmapProvider& bp, const SkMatrix& inv, SkFilterQuality quality) { in requestBitmap() argument
46 return this->requestBitmap(bp, inv, quality, nullptr, 0); in requestBitmap()
50 virtual State* onRequestBitmap(const SkBitmapProvider&, const SkMatrix& inv, SkFilterQuality,
DSkBitmapController.cpp21 const SkMatrix& inv, in requestBitmap() argument
28 State* state = this->onRequestBitmap(provider, inv, quality, storage, storageSize); in requestBitmap()
47 SkDefaultBitmapControllerState(const SkBitmapProvider&, const SkMatrix& inv, SkFilterQuality);
202 const SkMatrix& inv, in SkDefaultBitmapControllerState() argument
204 fInvMatrix = inv; in SkDefaultBitmapControllerState()
/external/eigen/test/
Dprec_inverse_4x4.cpp21 MatrixType inv = m.inverse(); in inverse_permutation_4x4() local
22 double error = double( (m*inv-MatrixType::Identity()).norm() / NumTraits<Scalar>::epsilon() ); in inverse_permutation_4x4()
43 MatrixType inv = m.inverse(); in inverse_general_4x4() local
44 …double error = double( (m*inv-MatrixType::Identity()).norm() * absdet / NumTraits<Scalar>::epsilon… in inverse_general_4x4()
/external/ceres-solver/examples/
Dfields_of_experts.cc81 const double inv = 1.0 / sum; in Evaluate() local
84 rho[1] = alpha_ * c * inv; in Evaluate()
85 rho[2] = - alpha_ * c * c * inv * inv; in Evaluate()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Vehicle/
DbtWheelInfo.cpp42 btScalar inv = btScalar(-1.) / project; in updateWheel() local
43 m_suspensionRelativeVelocity = projVel * inv; in updateWheel()
44 m_clippedInvContactDotSuspension = inv; in updateWheel()
/external/eigen/test/eigen2/
Deigen2_prec_inverse_4x4.cpp41 MatrixType inv = m.inverse(); in inverse_permutation_4x4() local
42 double error = double( (m*inv-MatrixType::Identity()).norm() / epsilon<Scalar>() ); in inverse_permutation_4x4()
61 MatrixType inv = m.inverse(); in inverse_general_4x4() local
62 double error = double( (m*inv-MatrixType::Identity()).norm() * absdet / epsilon<Scalar>() ); in inverse_general_4x4()
/external/valgrind/drd/tests/
Domp_matinv.c232 elem_t* const inv = new_matrix(n, n); in invert_matrix() local
239 copy_matrix(tmp, n, 2*n, 0, n, n, 2*n, inv, n, n, 0, n, 0, n); in invert_matrix()
241 return inv; in invert_matrix()
292 elem_t *a, *inv, *prod; in main() local
327 inv = invert_matrix(a, matrix_size); in main()
329 inv, matrix_size, matrix_size); in main()
342 delete_matrix(inv); in main()
Dmatinv.c268 elem_t* const inv = new_matrix(n, n); in invert_matrix() local
275 copy_matrix(tmp, n, 2*n, 0, n, n, 2*n, inv, n, n, 0, n, 0, n); in invert_matrix()
277 return inv; in invert_matrix()
316 elem_t *a, *inv, *prod; in main() local
347 inv = invert_matrix(a, matrix_size); in main()
349 inv, matrix_size, matrix_size); in main()
362 delete_matrix(inv); in main()
/external/eigen/unsupported/test/
DFFTW.cpp107 fft.inv( tbuf2 , freqBuf); in test_scalar_generic()
115 fft.inv( tbuf3 , freqBuf); in test_scalar_generic()
128 fft.inv( tbuf2 , freqBuf); in test_scalar_generic()
156 fft.inv( buf3 , outbuf); in test_complex_generic()
163 fft.inv( buf4 , outbuf); in test_complex_generic()
170 fft.inv( buf3 , outbuf); in test_complex_generic()
224 in1 = fft.inv(out1); in test_return_by_value()

12345678