HomeSort by: relevance | last modified time | path
    Searched refs:values (Results 1 - 25 of 1100) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
metadata.c 19 LLVMValueRef values[] = { LLVMConstInt(LLVMInt32Type(), 0, 0) }; local
22 LLVMAddNamedMetadataOperand(m, "name", LLVMMDNode(values, 1));
31 LLVMValueRef values[] = { LLVMConstInt(LLVMInt32Type(), 0, 0) }; local
37 LLVMMDNode(values, 1));
  /src/tests/lib/libm/
t_acos.c 56 /* Values are too small for float */
62 ATF_LIBM_TEST(acos_inrange, "Test acos/acosf(x) for some valid values")
67 } values[] = { variable in typeref:struct:__anon7880
85 for (i = 0; i < __arraycount(values); i++) {
86 T_LIBM_CHECK(i, acos, values[i].x, values[i].y, 1.0e-15);
87 T_LIBM_CHECK(i, acosf, values[i].x, values[i].y, 1.0e-5);
t_atan.c 39 } values[] = { variable in typeref:struct:__anon7882
68 ATF_LIBM_TEST(atan_inrange, "Test atan/atanf(x) for some values")
72 for (i = 0; i < __arraycount(values); i++) {
73 T_LIBM_CHECK(i, atan, values[i].x, values[i].y, 1.0e-15);
74 T_LIBM_CHECK(i, atanf, values[i].x, values[i].y, 1.0e-7);
t_fe_round.c 54 } values[] = { variable in typeref:struct:__anon7892
119 for (i = 0; i < __arraycount(values); i++) {
124 fesetround(values[i].round_mode);
131 received = llrint(values[i].input);
134 received = llrintf(values[i].input);
137 received = lrint(values[i].input);
140 received = lrintf(values[i].input);
152 ATF_CHECK_MSG((long int)received == values[i].expected,
154 i, rmname(values[i].round_mode), fnname[fn],
155 values[i].input
    [all...]
t_bit.c 23 } values[] = { variable in typeref:struct:__anon7883
63 for (i = 0; i < __arraycount(values); i++) {
64 const float iterator_f = values[i].input;
65 const double iterator_d = values[i].input;
66 const long double iterator_l = values[i].input;
68 if (signbit(iterator_f) != values[i].is_negative) {
73 if (signbit(iterator_d) != values[i].is_negative) {
78 if (signbit(iterator_l) != values[i].is_negative) {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
ur1.c 41 struct some_struct values[50]; variable in typeref:struct:some_struct
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
ur1.c 41 struct some_struct values[50]; variable in typeref:struct:some_struct
  /src/crypto/external/apache2/openssl/dist/util/
mkinstallvars.pl 41 my %values = ();
45 push @{$values{$k}}, $v;
55 print STDERR "DEBUG: LIBDIR = $values{LIBDIR}->[0], libdir = $values{libdir}->[0] => ";
56 $values{LIBDIR}->[0] = $values{libdir}->[0] unless $values{LIBDIR}->[0];
57 print STDERR "LIBDIR = $values{LIBDIR}->[0]\n";
59 # warn if there are missing values, and also if there are unexpected values
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
break1.c 29 struct some_struct values[50]; variable in typeref:struct:some_struct
59 void marker4 (long d) { values[0].a_field = d; } /* set breakpoint 14 here */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
break1.c 29 struct some_struct values[50]; variable in typeref:struct:some_struct
59 void marker4 (long d) { values[0].a_field = d; } /* set breakpoint 14 here */
  /src/external/gpl2/xcvs/dist/lib/
gai_strerror.c 46 values[] = variable in typeref:struct:__anon9576
73 for (i = 0; i < sizeof (values) / sizeof (values[0]); ++i)
74 if (values[i].code == code)
75 return _(values[i].msg);
  /src/crypto/external/bsd/heimdal/dist/lib/base/
dll.c 42 * thread-local values.
80 /* Logical array of values (per-thread; no locking needed here) */
82 void **values; /* realloc()ed */ member in struct:tls_values
86 static HEIMDAL_THREAD_LOCAL struct tls_values values; variable in typeref:struct:tls_values
105 for (i = 0; i < values.values_num; i++) {
117 if (values.values[i] != NULL && dtor != NULL && dtor != no_dtor)
118 dtor(values.values[i]);
119 values.values[i] = NULL
    [all...]
  /src/external/mpl/dhcp/dist/omapip/
generic.c 70 if (!g -> values[i])
73 if (!omapi_data_string_cmp (name, g -> values [i] -> name)) {
82 way that remote entities delete values from
96 omapi_value_dereference (&(g -> values [i]), MDL);
98 (&(g -> values [i]), new, MDL));
104 else if (vfree == -1 && !g -> values [i])
141 memcpy (va, g -> values,
150 if (g -> values)
151 dfree (g -> values, MDL);
154 g -> values = va
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Ovw_data.cc 23 #include <values.h>
53 tsadd (&totals->values[i].t, &data_totals.values[i].t);
67 // This routine will return the totals values for item in the sample.
89 tsadd (&totals->values[i].t, &item.values[i].t);
121 Value *values; local
123 values = &ovw_item.values[0];
126 values[0].l = dbe_strdup (GTXT ("Leftover"))
197 Value *values; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Ovw_data.cc 23 #include <values.h>
53 tsadd (&totals->values[i].t, &data_totals.values[i].t);
67 // This routine will return the totals values for item in the sample.
89 tsadd (&totals->values[i].t, &item.values[i].t);
121 Value *values; local
123 values = &ovw_item.values[0];
126 values[0].l = dbe_strdup (GTXT ("Leftover"))
197 Value *values; local
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/doc/examples/hlist/
cds_hlist_add_head_rcu.c 26 int values[] = { -5, 42, 36, 24, }; local
36 for (i = 0; i < CAA_ARRAY_SIZE(values); i++) {
42 node->value = values[i];
  /src/external/lgpl2/userspace-rcu/dist/doc/examples/list/
cds_list_add_rcu.c 26 int values[] = { -5, 42, 36, 24, }; local
36 for (i = 0; i < CAA_ARRAY_SIZE(values); i++) {
42 node->value = values[i];
cds_list_add_tail_rcu.c 26 int values[] = { -5, 42, 36, 24, }; local
36 for (i = 0; i < CAA_ARRAY_SIZE(values); i++) {
42 node->value = values[i];
  /src/bin/ksh/
ksh_limval.h 3 /* Wrapper around the values.h/limits.h includes/ifdefs */
7 # include <values.h>
  /src/tests/fs/tmpfs/
t_statvfs.sh 30 # correct values) over a tmpfs mount point.
33 atf_test_case values
35 atf_set "descr" "Tests that statvfs(2) returns correct values"
58 atf_add_test_case values
  /src/external/bsd/jemalloc/dist/src/
ticker.py 10 values = [round(-mul * math.log(i / table_size)) variable
13 print("values:")
15 print(", ".join((str(x) for x in values[i*8 : i*8 + 8])))
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPAttribute.h 33 * Copies all values of an Attribute to a new one
42 * attribute will have no values, for LDAPv3
43 * this values must be UTF-8 encoded
48 * Construct an attribute with multiple string values
50 * @param values A 0-terminated array of char*. Each char* specifies
53 LDAPAttribute(const char* name, char **values);
56 * Construct an attribute with multiple string values
58 * @param values A list of strings. Each element specifies
62 LDAPAttribute(const std::string& name, const StringList& values);
65 * Construct an attribute with multiple binary coded values
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/gn/build/
write_cmake_config.py 48 parser.add_argument('values', nargs='*', help='several KEY=VALUE pairs')
53 values = {}
54 for value in args.values:
56 if key in values:
59 values[key] = val.replace('\\n', '\n')
60 unused_values = set(values.keys())
72 return values[key]
76 if values[var] == '0':
81 in_line = '#define %s %d\n' % (var, 1 if values[var] else 0)
91 if not values[var]
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/doc/examples/rculfhash/
cds_lfht_add.c 30 int values[] = { -5, 42, 42, 36, 24, }; /* 42 is duplicated */ local
62 for (i = 0; i < CAA_ARRAY_SIZE(values); i++) {
72 node->value = values[i];
73 hash = jhash(&values[i], sizeof(values[i]), seed);
  /src/external/gpl3/gcc/dist/gcc/
tree-outof-ssa.h 35 bitmap values; member in struct:ssaexpand
72 if (SA.values && bitmap_bit_p (SA.values, v))

Completed in 44 milliseconds

1 2 3 4 5 6 7 8 91011>>