Home
last modified time | relevance | path

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

12345678910>>...20

/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
DBiMapClearTester.java36 BiMap<V, K> inv = getMap().inverse(); in testClearClearsInverse() local
39 assertTrue(inv.isEmpty()); in testClearClearsInverse()
44 BiMap<V, K> inv = getMap().inverse(); in testKeySetClearClearsInverse() local
47 assertTrue(inv.isEmpty()); in testKeySetClearClearsInverse()
52 BiMap<V, K> inv = getMap().inverse(); in testValuesClearClearsInverse() local
55 assertTrue(inv.isEmpty()); in testValuesClearClearsInverse()
60 BiMap<V, K> inv = getMap().inverse(); in testClearInverseClears() local
61 inv.clear(); in testClearInverseClears()
63 assertTrue(inv.isEmpty()); in testClearInverseClears()
68 BiMap<V, K> inv = getMap().inverse(); in testClearInverseKeySetClears() local
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DBiMapClearTester.java36 BiMap<V, K> inv = getMap().inverse(); in testClearClearsInverse() local
39 assertTrue(inv.isEmpty()); in testClearClearsInverse()
44 BiMap<V, K> inv = getMap().inverse(); in testKeySetClearClearsInverse() local
47 assertTrue(inv.isEmpty()); in testKeySetClearClearsInverse()
52 BiMap<V, K> inv = getMap().inverse(); in testValuesClearClearsInverse() local
55 assertTrue(inv.isEmpty()); in testValuesClearClearsInverse()
60 BiMap<V, K> inv = getMap().inverse(); in testClearInverseClears() local
61 inv.clear(); in testClearInverseClears()
63 assertTrue(inv.isEmpty()); in testClearInverseClears()
68 BiMap<V, K> inv = getMap().inverse(); in testClearInverseKeySetClears() local
[all …]
/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-project/polly/lib/External/isl/
Disl_morph.c31 __isl_take isl_mat *map, __isl_take isl_mat *inv) in isl_morph_alloc() argument
35 if (!dom || !ran || !map || !inv) in isl_morph_alloc()
46 morph->inv = inv; in isl_morph_alloc()
53 isl_mat_free(inv); in isl_morph_alloc()
73 isl_mat_copy(morph->map), isl_mat_copy(morph->inv)); in isl_morph_dup()
98 isl_mat_free(morph->inv); in isl_morph_free()
232 morph->inv = isl_mat_drop_rows(morph->inv, dom_offset + first, n); in isl_morph_remove_dom_dims()
234 if (morph->dom && morph->ran && morph->map && morph->inv) in isl_morph_remove_dom_dims()
259 morph->inv = isl_mat_drop_cols(morph->inv, ran_offset + first, n); in isl_morph_remove_ran_dims()
261 if (morph->dom && morph->ran && morph->map && morph->inv) in isl_morph_remove_ran_dims()
[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 …]
/external/rust/crates/num-traits/src/ops/
Dinv.rs17 fn inv(self) -> Self::Output; in inv() method
23 fn inv(self) -> f32 { in inv() method
30 fn inv(self) -> f64 { in inv() method
37 fn inv(self) -> f32 { in inv() method
44 fn inv(self) -> f64 { in inv() method
/external/llvm/test/CodeGen/SystemZ/
Drot-02.ll13 %inv = sub i32 32, %and
15 %partb = lshr i32 %val, %inv
29 %inv = sub i32 32, %and
31 %partb = lshr i32 %val, %inv
45 %inv = sub i32 32, %and
47 %partb = lshr i32 %val, %inv
61 %inv = sub i64 64, %and
63 %partb = lshr i64 %val, %inv
78 %inv = sub i32 32, %and
80 %partb = lshr i32 %val, %inv
/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/llvm-project/llvm/test/CodeGen/SystemZ/
Drot-02.ll16 %inv = sub i32 32, %and
18 %partb = lshr i32 %val, %inv
33 %inv = sub i32 32, %and
35 %partb = lshr i32 %val, %inv
50 %inv = sub i32 32, %and
52 %partb = lshr i32 %val, %inv
67 %inv = sub i64 64, %and
69 %partb = lshr i64 %val, %inv
86 %inv = sub i32 32, %and
88 %partb = lshr i32 %val, %inv
/external/deqp-deps/glslang/Test/
Dspv.1.4.OpEntryPoint.frag3 layout(location = 0) in vec4 inv;
23 functionv = inv;
24 globalv = inv;
25 outv = functionv + inv + globalv + uniformv.v * pushv.a * bufferv.f;
26 outv += functionv + inv + globalv + uniformv.v * pushv.a * bufferv.f;
Dspv.matrix2.frag41 mat2 inv = inverse(um2);
42 FragColor *= vec4(inv[0][0], inv[1][0], inv[0][1], inv[1][1]);
Dmatrix2.frag41 mat2 inv = inverse(um2);
42 FragColor *= vec4(inv[0][0], inv[1][0], inv[0][1], inv[1][1]);
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.1.4.OpEntryPoint.frag3 layout(location = 0) in vec4 inv;
23 functionv = inv;
24 globalv = inv;
25 outv = functionv + inv + globalv + uniformv.v * pushv.a * bufferv.f;
26 outv += functionv + inv + globalv + uniformv.v * pushv.a * bufferv.f;
Dspv.matrix2.frag41 mat2 inv = inverse(um2);
42 FragColor *= vec4(inv[0][0], inv[1][0], inv[0][1], inv[1][1]);
Dmatrix2.frag41 mat2 inv = inverse(um2);
42 FragColor *= vec4(inv[0][0], inv[1][0], inv[0][1], inv[1][1]);
/external/python/cpython3/Tools/scripts/
Dpdeps.py44 inv = inverse(table)
45 printresults(inv)
123 inv = {}
125 if key not in inv:
126 inv[key] = []
128 store(inv, item, key)
129 return inv
/external/python/cpython2/Tools/scripts/
Dpdeps.py44 inv = inverse(table)
45 printresults(inv)
124 inv = {}
126 if not inv.has_key(key):
127 inv[key] = []
129 store(inv, item, key)
130 return inv
/external/tensorflow/tensorflow/python/kernel_tests/
Dmatrix_inverse_op_test.py42 inv = linalg_ops.matrix_inverse(y, adjoint=adjoint)
43 tf_ans = test_util.matmul_without_tf32(inv, y, adjoint_b=adjoint)
150 inv = self.evaluate(all_ops)
151 self.assertAllEqual(inv[0], inv[1])
152 self.assertAllEqual(inv[2], inv[3])
187 inv = linalg_ops.matrix_inverse(matrix, adjoint=adjoint)
191 control_flow_ops.group(inv),
201 inv = linalg_ops.matrix_inverse(matrix, adjoint=adjoint)
205 control_flow_ops.group(inv),
/external/libaom/libaom/test/
Dcomp_mask_variance_test.cc55 void RunCheckOutput(comp_mask_pred_func test_impl, BLOCK_SIZE bsize, int inv);
106 BLOCK_SIZE bsize, int inv) { in RunCheckOutput() argument
114 inv); in RunCheckOutput()
115 test_impl(comp_pred2_, pred_, w, h, ref_, MAX_SB_SIZE, mask, w, inv); in RunCheckOutput()
118 << " wedge " << wedge_index << " inv " << inv; in RunCheckOutput()
180 void RunCheckOutput(comp_mask_pred_func test_impl, BLOCK_SIZE bsize, int inv);
188 BLOCK_SIZE bsize, int inv) { in RunCheckOutput() argument
206 MAX_SB_SIZE, mask, w, inv, subpel_search); in RunCheckOutput()
211 w, inv, subpel_search); in RunCheckOutput()
213 << " wedge " << wedge_index << " inv " << inv << "sub (" << subx in RunCheckOutput()
[all …]
/external/skia/src/core/
DSkMipmapAccessor.cpp29 SkMipmapAccessor::SkMipmapAccessor(const SkImage_Base* image, const SkMatrix& inv, in SkMipmapAccessor() argument
45 if (!inv.decomposeScale(&scale, nullptr)) { in SkMipmapAccessor()
56 auto post_scale = [image, inv](const SkPixmap& pm) { in SkMipmapAccessor()
58 SkIntToScalar(pm.height()) / image->height()) * inv; in SkMipmapAccessor()
102 const SkMatrix& inv, SkMipmapMode mipmap) { in Make() argument
103 auto* access = alloc->make<SkMipmapAccessor>(as_IB(image), inv, mipmap); in Make()
/external/llvm-project/llvm/test/Transforms/LoopUnroll/
Dpeel-loop-not-forced.ll39 ; CHECK-NOT: %half.inv = phi
47 %half.inv = phi i32 [ %a, %entry ], [ %b, %loop ]
48 %plus = phi i32 [ %a, %entry ], [ %half.inv, %loop ]
69 ; CHECK-NOT: %half.inv = phi
70 ; CHECK-NOT: %half.inv.2 = phi
78 %half.inv = phi i32 [ %a, %entry ], [ %b, %loop ]
79 %half.inv.2 = phi i32 [ %a, %entry ], [ %half.inv, %loop ]
80 %plus = phi i32 [ %a, %entry ], [ %half.inv.2, %loop ]
104 ; CHECK-NOT: %half.inv = phi
105 ; CHECK-NOT: %half.inv.2 = phi
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dspv.1.4.OpEntryPoint.frag.out14 Name 11 "inv"
26 Decorate 11(inv) Location 0
45 11(inv): 10(ptr) Variable Input
67 12: 7(fvec4) Load 11(inv)
69 15: 7(fvec4) Load 11(inv)
72 19: 7(fvec4) Load 11(inv)
88 48: 7(fvec4) Load 11(inv)
/external/skia/src/opts/
DSkXfermode_opts.h35 XFERMODE(SrcOut) { return s.approxMulDiv255(d.alphas().inv()); } in XFERMODE()
36 XFERMODE(SrcOver) { return s + d.approxMulDiv255(s.alphas().inv()); } in XFERMODE()
42 XFERMODE(SrcATop) { return (s * d.alphas() + d * s.alphas().inv()).div255(); } in XFERMODE()
45 XFERMODE(Xor) { return (s * d.alphas().inv() + d * s.alphas().inv()).div255(); } in XFERMODE()
54 return s + d.approxMulDiv255(s.inv()); in XFERMODE()
64 return (bw * aa + d * aa.inv()).div255(); in xfer_aa()
/external/skqp/src/opts/
DSkXfermode_opts.h35 XFERMODE(SrcOut) { return s.approxMulDiv255(d.alphas().inv()); } in XFERMODE()
36 XFERMODE(SrcOver) { return s + d.approxMulDiv255(s.alphas().inv()); } in XFERMODE()
42 XFERMODE(SrcATop) { return (s * d.alphas() + d * s.alphas().inv()).div255(); } in XFERMODE()
45 XFERMODE(Xor) { return (s * d.alphas().inv() + d * s.alphas().inv()).div255(); } in XFERMODE()
54 return s + d.approxMulDiv255(s.inv()); in XFERMODE()
64 return (bw * aa + d * aa.inv()).div255(); in xfer_aa()
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.1.4.OpEntryPoint.frag.out14 Name 11 "inv"
26 Decorate 11(inv) Location 0
45 11(inv): 10(ptr) Variable Input
67 12: 7(fvec4) Load 11(inv)
69 15: 7(fvec4) Load 11(inv)
72 19: 7(fvec4) Load 11(inv)
88 48: 7(fvec4) Load 11(inv)

12345678910>>...20