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

1 2 3 4 5

  /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_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_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_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_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_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;
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_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_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;
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_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_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;
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_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_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;
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_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_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) {
  /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
  /src/sys/dev/fdt/
fdtvar.h 69 const u_int *values; member in struct:fdt_phandle_data

Completed in 51 milliseconds

1 2 3 4 5