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

1 2 3 4

  /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_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_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_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) {
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) {
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) {
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:struct:__anon7885
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_casinh.c 7 * Testing special values of casinh
8 * Values from ISO/IEC 9899:201x G.6.2.2
23 } values[] = { variable in typeref:struct:__anon7885
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_casinh.c 7 * Testing special values of casinh
8 * Values from ISO/IEC 9899:201x G.6.2.2
23 } values[] = { variable in typeref:struct:__anon7885
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_asin.c 39 } values[] = { variable in typeref:struct:__anon7881
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_cosh.c 42 } values[] = { variable in typeref:struct:__anon7887
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_sinh.c 42 } values[] = { variable in typeref:struct:__anon7911
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/sys/dev/fdt/
fdtvar.h 69 const u_int *values; member in struct:fdt_phandle_data
fdtvar.h 69 const u_int *values; member in struct:fdt_phandle_data
fdtvar.h 69 const u_int *values; member in struct:fdt_phandle_data
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_mode_object.h 39 * @properties: properties attached to this object, including values
47 * - It tracks attached properties and their values. This is used by &drm_crtc,
87 * @values: Array to store the property values, matching @properties. Do
88 * not read/write values directly, but use
92 * array, but only the decoded values in the corresponding state
104 uint64_t values[DRM_OBJECT_MAX_PROPERTY]; member in struct:drm_object_properties
drm_mode_object.h 39 * @properties: properties attached to this object, including values
47 * - It tracks attached properties and their values. This is used by &drm_crtc,
87 * @values: Array to store the property values, matching @properties. Do
88 * not read/write values directly, but use
92 * array, but only the decoded values in the corresponding state
104 uint64_t values[DRM_OBJECT_MAX_PROPERTY]; member in struct:drm_object_properties
drm_mode_object.h 39 * @properties: properties attached to this object, including values
47 * - It tracks attached properties and their values. This is used by &drm_crtc,
87 * @values: Array to store the property values, matching @properties. Do
88 * not read/write values directly, but use
92 * array, but only the decoded values in the corresponding state
104 uint64_t values[DRM_OBJECT_MAX_PROPERTY]; member in struct:drm_object_properties
drm_property.h 35 * struct drm_property_enum - symbolic values for enumerations
37 * @head: list of enum values, linked to &drm_property.enum_list
53 * of the property with the set of permissible values. This means that when a
93 * Range properties report their minimum and maximum admissible unsigned values.
94 * The KMS core verifies that values set by application fit in that
99 * Range properties report their minimum and maximum admissible unsigned values.
100 * The KMS core verifies that values set by application fit in that
106 * the number of enumerated values defined by the property minus one,
109 * numerical value to get and set property instance values. Enum
114 * restrict all enumerated values to the 0..63 range. Bitmask propert
179 uint64_t *values; member in struct:drm_property
    [all...]
  /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...]
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...]
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...]

Completed in 50 milliseconds

1 2 3 4