/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:typename:const struct __anon596148b20108[] 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:typename:const struct __anon5a8d26b00108[] 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:typename:const struct __anonca9389de0108[] 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:typename:const struct __anonb53769cb0108[] 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) {
|
t_casinh.c | 7 * Testing special values of casinh 8 * Values from ISO/IEC 9899:201x G.6.2.2 23 } values[] = { variable in typeref:typename:const struct __anon7e284ec20108[] 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;
|
t_cosh.c | 42 } values[] = { variable in typeref:typename:const struct __anon5ee6c2b90108[] 62 atf_tc_set_md_var(tc, "descr", "cosh(x) for some values"); 70 for (i = 0; i < __arraycount(values); i++) { 71 double x = values[i].x; 72 double cosh_x = values[i].y; 159 atf_tc_set_md_var(tc, "descr", "coshf(x) for some values"); 167 for (i = 0; i < __arraycount(values); i++) { 168 float x = values[i].x; 169 float cosh_x = values[i].y;
|
t_asin.c | 39 } values[] = { variable in typeref:typename:const struct __anon5a7f71370108[] 116 atf_tc_set_md_var(tc, "descr", "Test asin(x) for some values"); 124 for (i = 0; i < __arraycount(values); i++) { 125 double x = values[i].x; 126 double y = values[i].y; 130 values[i].x, values[i].y); 230 atf_tc_set_md_var(tc, "descr", "Test asinf(x) for some values"); 238 for (i = 0; i < __arraycount(values); i++) { 239 float x = values[i].x [all...] |
t_sinh.c | 42 } values[] = { variable in typeref:typename:const struct __anon83c9fbde0108[] 61 atf_tc_set_md_var(tc, "descr", "sinh(x) for some values"); 69 for (i = 0; i < __arraycount(values); i++) { 70 double x = values[i].x; 71 double sinh_x = values[i].y; 160 atf_tc_set_md_var(tc, "descr", "sinhf(x) for some values"); 168 for (i = 0; i < __arraycount(values); i++) { 169 float x = values[i].x; 170 float sinh_x = values[i].y;
|
/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/tests/usr.bin/indent/ |
edge_cases.c | 98 # 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];
|
/src/sys/arch/x68k/usr.bin/bellctrl/ |
bellctrl.c | 33 static struct bell_info values = { variable in typeref:struct:bell_info 175 values.volume = percent; 182 values.pitch = pitch; 189 values.msec = duration; 229 if (values.volume == DEFAULT) 230 values.volume = param.volume; 231 if (values.pitch == DEFAULT) 232 values.pitch = param.pitch; 233 if (values.msec == DEFAULT) 234 values.msec = param.msec [all...] |
/src/usr.sbin/inetd/ |
parse_v2.c | 52 /* Values parsing state */ 55 /* Used so we can null-terminate values by overwriting ',' and ';' */ 65 /* The result of a parse of key handler values */ 106 /* v2 syntax Handler function, which must parse all values for its key */ 137 /* Too Few Arguments (values) */ 140 /* Too Many Arguments (values) */ 196 * Fill in any remaining values that should be inferred 277 /* Check values of se_proto udp, udp6, tcp, tcp6 to set dgram/stream */ 475 * value. Return NULL if there are no more values or there was an error 484 /* Already at the end of a values list, or there was an error.* [all...] |
/src/usr.bin/make/unit-tests/ |
opt-debug-varraw.mk | 4 # print the raw values of variables.
|
directive-for-errors.mk | 36 # The '$$' was not replaced with the values '1' or '3' from the .for loop, 49 # since this would end up in an endless loop, consuming 0 of the 3 values in 54 # when the number of values is not a multiple of the number of variables, 60 # There are 3 variables and 5 values. These 5 values cannot be split evenly 69 # The list of values after the 'in' may be empty, no matter if this emptiness
|
deptgt-error.mk | 16 # Before making the '.ERROR' target, these variable values are printed.
|
varname-make_print_var_on_error.mk | 4 # values of selected variables on error.
|
/src/sys/arch/luna68k/dev/xplx/ |
mkdefs.awk | 63 while (values["", v] != "") v++; 64 values["", v] = f 86 values[k, $4] = $3
|
/src/lib/libm/arch/mc68881/ |
s_scalbn.S | 49 | returns x * (2**N), for integer values N.
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
dra7-mmc-iodelay.dtsi | 3 * MMC IOdelay values for TI's DRA7xx SoCs.
|
s3c6400.dtsi | 8 * based board files can include this file and provide values for board specfic
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_property.c | 55 * Property values are only 64bit. To support bigger piles of data (like gamma 92 * @num_values: number of pre-defined values 122 property->values = kcalloc(num_values, sizeof(uint64_t), 124 if (!property->values) 143 kfree(property->values); 154 * @props: enumeration lists with property values 155 * @num_values: number of pre-defined values 162 * Userspace is only allowed to set one of the predefined values for enumeration 203 * @supported_bits: bitmask of all supported enumeration values 211 * or'ed together combination of the predefined property bitflag values [all...] |
/src/lib/libc/arch/vax/gen/ |
__setjmp14.S | 52 pushl %sp # get current values 53 pushl $0 # no new values
|
/src/usr.bin/mixerctl/ |
mixerctl.c | 59 static mixer_ctrl_t *values; variable in typeref:typename:mixer_ctrl_t * 400 values = calloc(ndev, sizeof *values); 410 rfields[i].valp = &values[i]; 415 values[i].dev = i; 416 values[i].type = infos[i].type; 418 values[i].un.value.num_channels = 2; 419 if (ioctl(fd, AUDIO_MIXER_READ, &values[i]) == -1) { 420 values[i].un.value.num_channels = 1; 421 if (ioctl(fd, AUDIO_MIXER_READ, &values[i] [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
i915_gem_coherency.c | 312 u32 *offsets, *values; local in function:igt_gem_coherency 330 values = offsets + ncachelines; 370 values[n] = prandom_u32_state(&prng); 373 err = over->set(&ctx, offsets[n], ~values[n]); 382 err = write->set(&ctx, offsets[n], values[n]); 400 if (found != values[n]) { 403 write->name, values[n], 405 ~values[n], offsets[n]);
|