Home
last modified time | relevance | path

Searched refs:mutest_spec_t (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/graphene/graphene-1.10.6/subprojects/mutest/src/
H A Dmutest-private.h74 mutest_spec_t *current_spec;
93 void (* spec_preamble) (mutest_spec_t *spec);
99 void (* spec_results) (mutest_spec_t *spec);
289 mutest_set_current_spec (mutest_spec_t *spec);
291 mutest_spec_t *
320 mutest_spec_add_expect_result (mutest_spec_t *spec,
325 mutest_spec_t *spec);
339 mutest_format_spec_preamble (mutest_spec_t *spec);
350 mutest_format_spec_results (mutest_spec_t *spec);
H A Dmutest-spec.c30 mutest_spec_t spec = { in mutest_it_full()
89 mutest_spec_t *spec = mutest_get_current_spec (); in mutest_spec_skip()
98 mutest_spec_add_expect_result (mutest_spec_t *spec, in mutest_spec_add_expect_result()
H A Dmutest-main.c82 mutest_spec_t *
98 mutest_set_current_spec (mutest_spec_t *spec) in mutest_set_current_spec()
H A Dmutest-format-mocha.c98 mocha_spec_preamble (mutest_spec_t *spec) in mocha_spec_preamble()
112 mocha_spec_results (mutest_spec_t *spec) in mocha_spec_results()
H A Dmutest-format-tap.c66 tap_spec_preamble (mutest_spec_t *spec) in tap_spec_preamble()
H A Dmutest-suite.c106 mutest_spec_t *spec) in mutest_suite_add_spec_results()
H A Dmutest-utils.c450 mutest_format_spec_preamble (mutest_spec_t *spec) in mutest_format_spec_preamble()
459 mutest_format_spec_results (mutest_spec_t *spec) in mutest_format_spec_results()
H A Dmutest-expect.c417 mutest_spec_t *current = mutest_get_current_spec (); in mutest_expect_full()
/dports/graphics/graphene/graphene-1.10.6/tests/
H A Dquaternion.c7 quaternion_init (mutest_spec_t *spec) in quaternion_init()
32 quaternion_operators_invert (mutest_spec_t *spec) in quaternion_operators_invert()
52 quaternion_operators_dot (mutest_spec_t *spec) in quaternion_operators_dot()
66 quaternion_operators_equal (mutest_spec_t *spec) in quaternion_operators_equal()
97 quaternion_operators_normalize (mutest_spec_t *spec) in quaternion_operators_normalize()
117 quaternion_angles_to_from (mutest_spec_t *spec) in quaternion_angles_to_from()
142 quaternion_vec4_to_from (mutest_spec_t *spec) in quaternion_vec4_to_from()
161 quaternion_matrix_to_from (mutest_spec_t *spec) in quaternion_matrix_to_from()
199 quaternion_angle_vec3_to_from (mutest_spec_t *spec) in quaternion_angle_vec3_to_from()
220 quaternion_slerp (mutest_spec_t *spec) in quaternion_slerp()
H A Dpoint3d.c8 point_zero (mutest_spec_t *spec) in point_zero()
29 point_alloc_and_init (mutest_spec_t *spec) in point_alloc_and_init()
81 point_equal (mutest_spec_t *spec) in point_equal()
114 point_near (mutest_spec_t *spec) in point_near()
136 point_interpolate (mutest_spec_t *spec) in point_interpolate()
163 point_scale (mutest_spec_t *spec) in point_scale()
200 point_cross (mutest_spec_t *spec) in point_cross()
223 point_dot (mutest_spec_t *spec) in point_dot()
240 point_length (mutest_spec_t *spec) in point_length()
255 point_normalize (mutest_spec_t *spec) in point_normalize()
[all …]
H A Dsphere.c7 sphere_init (mutest_spec_t *spec) in sphere_init()
45 sphere_contains_point (mutest_spec_t *spec) in sphere_contains_point()
84 sphere_bounding_box (mutest_spec_t *spec) in sphere_bounding_box()
109 sphere_distance (mutest_spec_t *spec) in sphere_distance()
125 sphere_translate (mutest_spec_t *spec) in sphere_translate()
141 sphere_empty (mutest_spec_t *spec) in sphere_empty()
H A Dbox.c8 box_init_min_max (mutest_spec_t *spec) in box_init_min_max()
66 box_init_from_points (mutest_spec_t *spec) in box_init_from_points()
115 box_init_from_vectors (mutest_spec_t *spec) in box_init_from_vectors()
166 box_size (mutest_spec_t *spec) in box_size()
191 box_center (mutest_spec_t *spec) in box_center()
236 box_equal (mutest_spec_t *spec) in box_equal()
260 box_union (mutest_spec_t *spec) in box_union()
284 box_intersection (mutest_spec_t *spec) in box_intersection()
344 box_expand_by_point (mutest_spec_t *spec) in box_expand_by_point()
447 box_contains_point (mutest_spec_t *spec) in box_contains_point()
[all …]
H A Drect.c7 rect_init (mutest_spec_t *spec) in rect_init()
39 rect_normalize (mutest_spec_t *spec) in rect_normalize()
68 rect_equal (mutest_spec_t *spec) in rect_equal()
140 rect_contains_rect (mutest_spec_t *spec) in rect_contains_rect()
165 rect_intersect (mutest_spec_t *spec) in rect_intersect()
197 rect_union (mutest_spec_t *spec) in rect_union()
224 rect_offset (mutest_spec_t *spec) in rect_offset()
240 rect_inset (mutest_spec_t *spec) in rect_inset()
284 rect_round (mutest_spec_t *spec) in rect_round()
359 rect_expand (mutest_spec_t *spec) in rect_expand()
[all …]
H A Dpoint.c8 point_zero (mutest_spec_t *spec) in point_zero()
29 point_alloc_and_init (mutest_spec_t *spec) in point_alloc_and_init()
73 point_equal (mutest_spec_t *spec) in point_equal()
106 point_near (mutest_spec_t *spec) in point_near()
128 point_distance (mutest_spec_t *spec) in point_distance()
158 point_interpolate (mutest_spec_t *spec) in point_interpolate()
H A Dplane.c7 plane_init_base (mutest_spec_t *spec) in plane_init_base()
34 plane_init_normal_point (mutest_spec_t *spec) in plane_init_normal_point()
58 plane_normalize (mutest_spec_t *spec) in plane_normalize()
82 plane_distance_positive (mutest_spec_t *spec) in plane_distance_positive()
119 plane_distance_negative (mutest_spec_t *spec) in plane_distance_negative()
H A Dsize.c7 size_zero (mutest_spec_t *spec) in size_zero()
45 size_equal (mutest_spec_t *spec) in size_equal()
66 size_init (mutest_spec_t *spec) in size_init()
87 size_scale (mutest_spec_t *spec) in size_scale()
107 size_interpolate (mutest_spec_t *spec) in size_interpolate()
H A Deuler.c7 euler_init (mutest_spec_t *spec) in euler_init()
36 euler_quaternion_roundtrip (mutest_spec_t *spec) in euler_quaternion_roundtrip()
63 euler_matrix_roundtrip (mutest_spec_t *spec) in euler_matrix_roundtrip()
H A Dtriangle.c8 triangle_init_from_point3d (mutest_spec_t *spec) in triangle_init_from_point3d()
59 triangle_init_from_vec3 (mutest_spec_t *spec) in triangle_init_from_vec3()
111 triangle_init_from_float (mutest_spec_t *spec) in triangle_init_from_float()
145 triangle_contains_point (mutest_spec_t *spec) in triangle_contains_point()
175 triangle_plane (mutest_spec_t *spec) in triangle_plane()
266 triangle_barycoords (mutest_spec_t *spec) in triangle_barycoords()
406 triangle_area (mutest_spec_t *spec) in triangle_area()
H A Dfrustum.c7 frustum_init (mutest_spec_t *spec) in frustum_init()
41 frustum_ortho_contains_point (mutest_spec_t *spec) in frustum_ortho_contains_point()
105 frustum_matrix_contains_point (mutest_spec_t *spec) in frustum_matrix_contains_point()
H A Dquad.c7 quad_bounds (mutest_spec_t *spec) in quad_bounds()
59 quad_contains (mutest_spec_t *spec) in quad_contains()
/dports/graphics/graphene/graphene-1.10.6/subprojects/mutest/tests/
H A Dhooks.c42 called_before_hook (mutest_spec_t *spec MUTEST_UNUSED) in called_before_hook()
51 called_after_hook (mutest_spec_t *spec MUTEST_UNUSED) in called_after_hook()
60 calls_before_each_hook (mutest_spec_t *spec MUTEST_UNUSED) in calls_before_each_hook()
69 calls_after_each_hook (mutest_spec_t *spec MUTEST_UNUSED) in calls_after_each_hook()
H A Dtypes.c4 check_scalars (mutest_spec_t *spec MUTEST_UNUSED) in check_scalars()
34 check_ordering (mutest_spec_t *spec MUTEST_UNUSED) in check_ordering()
51 check_ranges (mutest_spec_t *spec MUTEST_UNUSED) in check_ranges()
82 check_string (mutest_spec_t *spec MUTEST_UNUSED) in check_string()
/dports/graphics/graphene/graphene-1.10.6/subprojects/mutest/include/
H A Dmutest.h63 typedef struct _mutest_spec_t mutest_spec_t; typedef
93 typedef void (* mutest_spec_func_t) (mutest_spec_t *spec);