HomeSort by relevance Sort by last modified time
    Searched defs:val (Results 401 - 425 of 4814) sorted by null

<<11121314151617181920>>

  /external/drm_hwcomposer/tests/
worker_test.cpp 72 int val = worker.value; local
76 ASSERT_EQ(val, worker.value);
83 val = worker.value;
85 ASSERT_EQ(val, worker.value);
90 ASSERT_NE(val, worker.value);
94 val = worker.value;
99 ASSERT_EQ(val, worker.value);
  /external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialUtils.h 30 T val=poly[poly.size()-1]; local
32 val = val*x + poly[i]; }
33 return val;
54 T val=poly[0]; local
57 val = val*inv_x + poly[i]; }
59 return numext::pow(x,(T)(poly.size()-1)) * val;
  /external/eigen/unsupported/test/
cxx11_tensor_custom_op.cpp 97 TensorRef<Tensor<float, 2> > val = result.chip<2>(i); local
100 VERIFY_IS_APPROX(val(j, k), reference(j, k));
cxx11_tensor_expr.cpp 115 float val = 1.0f; local
119 mat1(i,j,k) = val;
120 mat2(i,j,k) = val;
121 val += 1.0f;
145 val = 1.0f;
149 VERIFY_IS_APPROX(mat3(i,j,k), val + val); local
150 VERIFY_IS_APPROX(mat4(i,j,k), val * 3.14f);
151 VERIFY_IS_APPROX(mat5(i,j,k), logf(1.0f/val));
152 VERIFY_IS_APPROX(mat6(i,j,k), sqrtf(val) * 3.14f)
170 float val = 1.0f; local
    [all...]
cxx11_tensor_map.cpp 121 int val = 0; local
125 mat1(i,j,k) = val;
126 mat2(i,j,k) = val;
127 val++;
147 val = 0;
151 VERIFY_IS_EQUAL(mat3(i,j,k), val); local
152 VERIFY_IS_EQUAL(mat4(i,j,k), val); local
153 val++;
165 int val = 0; local
169 mat1(i,j,k) = val;
195 VERIFY_IS_EQUAL(mat3(i,j,k), val); local
196 VERIFY_IS_EQUAL(mat4(i,j,k), val); local
230 VERIFY_IS_EQUAL(mat6(i,j,k), val); local
250 int val = 0; local
    [all...]
  /external/elfutils/libdw/
dwarf_func_inline.c 73 Dwarf_Word val; local
76 &val) == 0)
77 switch (val)
  /external/fio/lib/
zipf.c 57 unsigned long long val; local
66 val = 1;
68 val = 2;
70 val = 1 + (unsigned long long)(n * pow(eta*rand_uni - eta + 1.0, alpha));
72 return (__hash_u64(val - 1) + zs->rand_off) % zs->nranges;
  /external/fio/t/
axmap.c 38 uint64_t val; local
40 if (lfsr_next(&lfsr, &val)) {
45 if (axmap_isset(map, val)) {
50 axmap_set(map, val);
51 if (!axmap_isset(map, val)) {
76 uint64_t val = bit_off; local
83 while (val + 128 <= map_size) {
85 for (i = val; i < val + 128; i++) {
86 if (axmap_isset(map, val + i))
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
proc_cpuinfo_reader.h 83 const char* val = sep+1; local
84 while (val < line_end && my_isspace(*val))
85 val++;
87 value_ = val;
88 value_len_ = static_cast<size_t>(line_end - val);
  /external/googletest/googletest/include/gtest/
gtest-message.h 115 inline Message& operator <<(const T& val) {
131 *ss_ << val;
165 Message& operator <<(BasicNarrowIoManip val) {
166 *ss_ << val; local
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUConfig.java 63 String val = null; local
67 val = AccessController.doPrivileged(new PrivilegedAction<String>() {
78 val = System.getProperty(name);
81 if (val == null) {
82 val = CONFIG_PROPS.getProperty(name, def);
84 return val;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUConfig.java 61 String val = null; local
65 val = AccessController.doPrivileged(new PrivilegedAction<String>() {
76 val = System.getProperty(name);
79 if (val == null) {
80 val = CONFIG_PROPS.getProperty(name, def);
82 return val;
  /external/iproute2/examples/bpf/
bpf_tailcall.c 37 char fmt[] = "case1: map-val: %d from:%u\n";
38 int key = 0, *val; local
40 val = map_lookup_elem(&map_sh, &key);
41 if (val)
42 trace_printk(fmt, sizeof(fmt), *val, skb->cb[0]);
53 char fmt[] = "case2: map-val: %d from:%u\n";
54 int key = 0, *val; local
56 val = map_lookup_elem(&map_sh, &key);
57 if (val)
58 trace_printk(fmt, sizeof(fmt), *val, skb->cb[0])
70 int key = 0, *val; local
84 int key = 0, *val; local
    [all...]
  /external/iproute2/include/linux/tc_ematch/
tc_em_cmp.h 8 __u32 val; member in struct:tcf_em_cmp
  /external/iproute2/ip/
iplink_bridge_slave.c 56 static void print_onoff(FILE *f, char *flag, __u8 val)
58 fprintf(f, "%s %s ", flag, val ? "on" : "off");
106 __u8 val; local
109 val = 1;
111 val = 0;
115 addattr8(n, 1024, type, val);
  /external/iproute2/tipc/
cmdl.h 34 char *val; member in struct:opt
  /external/kernel-headers/original/uapi/linux/tc_ematch/
tc_em_cmp.h 8 __u32 val; member in struct:tcf_em_cmp
  /external/libcups/cups/
dir.c 51 ULONGLONG val; /* File time in 0.1 usecs */ local
60 val = ft.dwLowDateTime + ((ULONGLONG)ft.dwHighDateTime << 32);
61 return ((time_t)(val / 10000000 - 11644732800));
  /external/libcxx/test/std/algorithms/alg.sorting/alg.clamp/
clamp.comp.pass.cpp 22 Tag() : val(0), tag("Default") {}
23 Tag(int a, const char *b) : val(a), tag(b) {}
26 int val; member in struct:Tag
30 bool eq(const Tag& rhs, const Tag& lhs) { return rhs.val == lhs.val && rhs.tag == lhs.tag; }
31 // bool operator==(const Tag& rhs, const Tag& lhs) { return rhs.val == lhs.val; }
32 bool comp (const Tag& rhs, const Tag& lhs) { return rhs.val < lhs.val; }
clamp.pass.cpp 21 Tag() : val(0), tag("Default") {}
22 Tag(int a, const char *b) : val(a), tag(b) {}
25 int val; member in struct:Tag
29 bool eq(const Tag& rhs, const Tag& lhs) { return rhs.val == lhs.val && rhs.tag == lhs.tag; }
30 // bool operator==(const Tag& rhs, const Tag& lhs) { return rhs.val == lhs.val; }
31 bool operator< (const Tag& rhs, const Tag& lhs) { return rhs.val < lhs.val; }
  /external/libedit/src/
keymacro.h 53 keymacro_value_t val; /* Local conversion buffer */ member in struct:el_keymacromacro_t
  /external/libevent/
evutil_rand.c 150 int val; local
155 val = arc4_seeded_ok ? 0 : -1;
157 return val;
  /external/libldac/src/
setpcm_fixp_ldac.c 46 int i, val; local
52 val = 0x000000ff & (*p_c++);
53 val |= 0x0000ff00 & (*p_c++ << 8);
54 val |= 0xffff0000 & (*p_c++ << 16);
56 val = 0xffff0000 & (*p_c++ << 16);
57 val |= 0x0000ff00 & (*p_c++ << 8);
58 val |= 0x000000ff & (*p_c++);
60 *p_out++ = (INT32)((val << 8) >> 1); /* Sign Extension */
  /external/libmicrohttpd/src/microspdy/
io_raw.c 65 int val = 1; local
76 ret = setsockopt(session->socket_fd, IPPROTO_TCP, TCP_NODELAY, &val, (socklen_t)sizeof(val));
165 int val = 1; local
168 ret = setsockopt(session->socket_fd, IPPROTO_TCP, TCP_CORK, &val, (socklen_t)sizeof(val));
184 int val = 0; local
187 ret = setsockopt(session->socket_fd, IPPROTO_TCP, TCP_CORK, &val, (socklen_t)sizeof(val));
  /external/libopus/celt/
laplace.c 54 int val = *value; local
56 if (val)
60 s = -(val<0);
61 val = (val+s)^s;
65 for (i=1; fs > 0 && i < val; i++)
78 di = IMIN(val - i, ndi_max - 1);
96 int val=0; local
103 val++;
113 val++
    [all...]

Completed in 784 milliseconds

<<11121314151617181920>>