Searched defs:tmp (Results 101 - 125 of 2459) sorted by relevance

1234567891011>>

/external/eigen/Eigen/src/Core/arch/NEON/
H A DMathFunctions.h23 Packet4f tmp, fx; local
47 tmp = vcvtq_f32_s32(vcvtq_s32_f32(fx));
50 Packet4ui mask = vcgtq_f32(tmp, fx);
53 fx = vsubq_f32(tmp, vreinterpretq_f32_u32(mask));
55 tmp = vmulq_f32(fx, p4f_cephes_exp_C1);
57 x = vsubq_f32(x, tmp);
/external/eigen/Eigen/src/Householder/
H A DBlockHouseholder.h92 VectorsType::MaxColsAtCompileTime,MatrixType::MaxColsAtCompileTime> tmp = V.adjoint() * mat; local
94 if(forward) tmp = T.template triangularView<Upper>() * tmp;
95 else tmp = T.template triangularView<Upper>().adjoint() * tmp;
96 mat.noalias() -= V * tmp;
/external/eigen/Eigen/src/misc/
H A DRealSvd2x2.h42 RealScalar tmp = sqrt(RealScalar(1) + numext::abs2(u)); local
43 rot1.s() = RealScalar(1) / tmp;
44 rot1.c() = u / tmp;
/external/freetype/src/autofit/
H A Dafangles.c156 FT_Pos tmp; local
159 tmp = dx;
161 dy = tmp;
/external/google-breakpad/src/processor/
H A Dstatic_map_iterator-inl.h75 StaticMapIterator<Key, Value, Compare> tmp = *this; local
77 return tmp;
99 StaticMapIterator<Key, Value, Compare> tmp = *this; local
102 return tmp;
/external/iproute2/lib/
H A Dipx_ntop.c10 u_int32_t tmp = addr >> (scale * 4); local
15 tmp &= 0x0f;
16 if (tmp > 9)
17 *str = tmp + 'A' - 10;
19 *str = tmp + '0';
H A Dipx_pton.c12 u_int32_t tmp; local
16 if ((tmp = get_hex(*str)) == -1) {
25 (*net) |= tmp;
37 u_int32_t tmp; local
40 if ((tmp = get_hex(*str++)) == -1)
42 node[i] = (u_int8_t)tmp;
44 if ((tmp = get_hex(*str++)) == -1)
46 node[i] |= (u_int8_t)tmp;
/external/iproute2/tc/
H A Dq_mqprio.c64 char *tmp, *tok; local
69 tmp = strdup(*argv);
70 if (!tmp)
73 tok = strtok(tmp, "@");
75 free(tmp);
81 free(tmp);
85 free(tmp);
/external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/
H A DDumpTest.java38 public TemporaryFolder tmp = new TemporaryFolder(); field in class:DumpTest
62 File execfile = new File(tmp.getRoot(), "jacoco.exec");
79 File execfile = new File(tmp.getRoot(), "jacoco.exec");
H A DExecInfoTest.java32 public TemporaryFolder tmp = new TemporaryFolder(); field in class:ExecInfoTest
69 File f = new File(tmp.getRoot(), "test.exec");
H A DInstrumentTest.java43 public TemporaryFolder tmp = new TemporaryFolder(); field in class:InstrumentTest
59 File destdir = tmp.getRoot();
78 File destdir = tmp.getRoot();
97 File destdir = tmp.getRoot();
108 File srcdir = new File(tmp.getRoot(), "src");
110 File destdir = new File(tmp.getRoot(), "dest");
H A DMergeTest.java38 public TemporaryFolder tmp = new TemporaryFolder(); field in class:MergeTest
53 File dest = new File(tmp.getRoot(), "merged.exec");
67 File dest = new File(tmp.getRoot(), "merged.exec");
78 File file = new File(tmp.getRoot(), name + ".exec");
H A DReportTest.java32 public TemporaryFolder tmp = new TemporaryFolder(); field in class:ReportTest
65 File exec = new File(tmp.getRoot(), "jacoco.exec");
91 File xml = new File(tmp.getRoot(), "coverage.xml");
103 File csv = new File(tmp.getRoot(), "coverage.csv");
115 File html = new File(tmp.getRoot(), "coverage");
132 File html = new File(tmp.getRoot(), "coverage");
/external/libdrm/tests/etnaviv/
H A Detnaviv_bo_cache_test.c45 struct etna_bo *bo, *tmp; local
51 bo = tmp = etna_bo_new(dev, 0x100, ETNA_BO_UNCACHED);
56 tmp = etna_bo_new(dev, 0x100, ETNA_BO_UNCACHED);
57 etna_bo_del(tmp);
58 assert(tmp == bo);
/external/libmtp/examples/
H A Dnewplaylist.c42 uint32_t *tmp = NULL; local
56 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) {
60 ids = tmp;
/external/libunwind/src/setjmp/
H A Dsetjmp_i.h50 unw_cursor_t tmp = *c; local
57 if (unw_step (&tmp) < 0)
60 if (unw_get_reg (&tmp, UNW_REG_SP, &sp) < 0
61 || unw_get_reg (&tmp, UNW_REG_SP, &prev_sp) < 0)
/external/libvpx/libvpx/vp8/common/mips/mmi/
H A Dcopymem_mmi.c54 uint64_t tmp[2]; local
65 [tmp0]"=&r"(tmp[0]), [tmp1]"=&r"(tmp[1]),
78 uint64_t tmp[1]; local
88 [tmp0]"=&r"(tmp[0]), [loop_count]"+&r"(loop_count),
100 uint64_t tmp[1]; local
107 [tmp0]"=&r"(tmp[0]),
H A Dsixtap_filter_mmi.c73 uint32_t tmp[1]; local
167 [ftmp11]"=&f"(ftmp11), [tmp0]"=&r"(tmp[0]),
182 uint32_t tmp[1]; local
286 [ftmp13]"=&f"(ftmp13), [tmp0]"=&r"(tmp[0]),
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dsubtract_mmi.c21 uint32_t tmp[1]; local
111 [tmp0] "=&r"(tmp[0]),
200 [ftmp12] "=&f"(ftmp[12]), [tmp0] "=&r"(tmp[0]), [src] "+&r"(src),
282 [ftmp12] "=&f"(ftmp[12]), [tmp0] "=&r"(tmp[0]), [src] "+&r"(src),
/external/ltp/lib/tests/
H A Dtst_dataroot01.c43 char tmp[PATH_MAX]; local
48 snprintf(tmp, PATH_MAX, "%s/testcases/data/%s", LTPROOT, TCID);
49 cmp_paths(dataroot, tmp, "LTPROOT, no tmpdir, "
H A Dtst_dataroot02.c43 char curdir[PATH_MAX], tmp[PATH_MAX]; local
51 snprintf(tmp, PATH_MAX, "%s/datafiles", curdir);
52 cmp_paths(dataroot, tmp, "no LTPROOT, no tmpdir, "
H A Dtst_dataroot03.c43 char curdir[PATH_MAX], tmp[PATH_MAX]; local
51 snprintf(tmp, PATH_MAX, "%s/datafiles", curdir);
52 cmp_paths(dataroot, tmp, "no LTPROOT, tmpdir, "
/external/ltp/testcases/kernel/syscalls/setns/
H A Dsetns.h32 char tmp[PATH_MAX]; local
36 sprintf(tmp, "/proc/%d/ns/%s", pid, ns);
37 if (stat(tmp, &st) == 0) {
38 fd = open(tmp, O_RDONLY);
40 tst_brkm(TBROK|TERRNO, NULL, "failed to open %s", tmp);
43 tst_brkm(TBROK|TERRNO, NULL, "failed to stat %s", tmp);
/external/ltp/testcases/kernel/syscalls/writev/
H A Dwritev07.c50 unsigned char buffer[BUFSIZE], fpattern[BUFSIZE], tmp[BUFSIZE]; local
85 SAFE_READ(1, fd, tmp, BUFSIZE);
86 if (memcmp(tmp, fpattern, BUFSIZE))
112 SAFE_READ(1, fd, tmp, TEST_RETURN);
113 if (memcmp(tmp, wr_iovec[0].iov_base, TEST_RETURN) == 0) {
119 tst_res_hexd(TFAIL, tmp, TEST_RETURN,
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
H A D2-3.c35 void *thread(void *tmp) argument

Completed in 745 milliseconds

1234567891011>>