Searched refs:values (Results 1 - 25 of 993) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dmetadata.c19 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));
/netbsd-current/tests/lib/libm/
H A Dt_atan.c39 } values[] = { variable in typeref:struct:__anon13361
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);
H A Dt_acos.c62 ATF_LIBM_TEST(acos_inrange, "Test acos/acosf(x) for some valid values")
67 } values[] = { variable in typeref:struct:__anon19232
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);
H A Dt_fe_round.c54 } values[] = { variable in typeref:struct:__anon11
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[
[all...]
H A Dt_bit.c23 } values[] = { variable in typeref:struct:__anon2
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) {
H A Dt_casinh.c7 * Testing special values of casinh
23 } values[] = { variable in typeref:struct:__anon10378
58 atf_tc_set_md_var(tc, "descr","Check casinh family - special values");
66 for (i = 0; i < __arraycount(values); i++) {
67 RE(input) = values[i].input_re;
68 IM(input) = values[i].input_im;
69 RE(result) = values[i].result_re;
70 IM(result) = values[i].result_im;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Dur1.c41 struct some_struct values[50]; variable in typeref:struct:some_struct
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dur1.c41 struct some_struct values[50]; variable in typeref:struct:some_struct
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dbreak1.c29 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 */
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dbreak1.c29 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 */
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dgai_strerror.c46 values[] = variable in typeref:struct:__anon6581
73 for (i = 0; i < sizeof (values) / sizeof (values[0]); ++i)
74 if (values[i].code == code)
75 return _(values[i].msg);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/base/
H A Ddll.c42 * 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
[all...]
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Dgeneric.c70 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
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DOvw_data.cc23 #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[
197 Value *values; local
[all...]
H A DDerivedMetrics.h39 double eval_one_item (definition *def, int *map, double *values);
40 int eval (int *map, double *values);
/netbsd-current/bin/ksh/
H A Dksh_limval.h3 /* Wrapper around the values.h/limits.h includes/ifdefs */
7 # include <values.h>
/netbsd-current/tests/fs/tmpfs/
H A Dt_statvfs.sh30 # 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
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAttribute.h33 * 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...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/gn/build/
H A Dwrite_cmake_config.py48 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[va
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-outof-ssa.h35 bitmap values; member in struct:ssaexpand
72 if (SA.values && bitmap_bit_p (SA.values, v))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-outof-ssa.h35 bitmap values; member in struct:ssaexpand
72 if (SA.values && bitmap_bit_p (SA.values, v))
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/d10v-elf/
H A Dt-sp.s5 ;;; Read/Write values to SPU/SPI
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-nested-maps.c41 struct value_t *values; member in struct:map_t
50 struct map_t **values; member in struct:map_map_t
63 m->values = NULL;
74 m->values = malloc (sizeof (struct value_t) * FIXED_MAP_SIZE);
78 m->values[m->length] = v;
87 mm->values = NULL;
96 mm->values = malloc (sizeof (struct map_t *) * FIXED_MAP_SIZE);
98 mm->values[mm->length] = map;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/frv/
H A Dimmediates.d3 #name: Parsing immediate values
/netbsd-current/tests/usr.bin/indent/
H A Dedge_cases.c98 # querying, getting and setting the extra values.
140 # querying, getting and setting the extra values.
163 function join(delim, values)
165 if (values.length == 0)
167 if (values.length == 1)
168 return values[0];
170 for (var i in values) {
172 result += values[i];

Completed in 243 milliseconds

1234567891011>>