Lines Matching refs:v_double

119 	double v_double;  in indexed_test()  local
188 v_double = arv_gc_float_get_value (ARV_GC_FLOAT (node), NULL); in indexed_test()
189 g_assert_cmpfloat (v_double, ==, 200.2); in indexed_test()
193 v_double = arv_gc_float_get_value (ARV_GC_FLOAT (node), NULL); in indexed_test()
194 g_assert_cmpfloat (v_double, ==, 150.15); in indexed_test()
197 v_double = arv_gc_float_get_value (ARV_GC_FLOAT (node), NULL); in indexed_test()
198 g_assert_cmpfloat (v_double, ==, 600.6); in indexed_test()
201 v_double = arv_gc_float_get_value (ARV_GC_FLOAT (node), NULL); in indexed_test()
202 g_assert_cmpfloat (v_double, ==, 100.1); in indexed_test()
205 v_double = arv_gc_float_get_value (ARV_GC_FLOAT (node), NULL); in indexed_test()
206 g_assert_cmpint (v_double, ==, 150.15); in indexed_test()
217 v_double = arv_gc_float_get_value (ARV_GC_FLOAT (node), NULL); in indexed_test()
218 g_assert_cmpfloat (v_double, ==, 200.2); in indexed_test()
222 v_double = arv_gc_float_get_value (ARV_GC_FLOAT (node), NULL); in indexed_test()
223 g_assert_cmpfloat (v_double, ==, 150.15); in indexed_test()
226 v_double = arv_gc_float_get_value (ARV_GC_FLOAT (node), NULL); in indexed_test()
227 g_assert_cmpfloat (v_double, ==, 600.6); in indexed_test()
230 v_double = arv_gc_float_get_value (ARV_GC_FLOAT (node), NULL); in indexed_test()
231 g_assert_cmpfloat (v_double, ==, 100.1); in indexed_test()
234 v_double = arv_gc_float_get_value (ARV_GC_FLOAT (node), NULL); in indexed_test()
235 g_assert_cmpfloat (v_double, ==, 150.15); in indexed_test()
303 double v_double; in float_test() local
315 v_double = arv_gc_float_get_value (ARV_GC_FLOAT (node), NULL); in float_test()
316 g_assert_cmpfloat (v_double, ==, 0.1); in float_test()
318 v_double = arv_gc_float_get_min (ARV_GC_FLOAT (node), NULL); in float_test()
319 g_assert_cmpfloat (v_double, ==, -10.0); in float_test()
321 v_double = arv_gc_float_get_max (ARV_GC_FLOAT (node), NULL); in float_test()
322 g_assert_cmpfloat (v_double, ==, 10.0); in float_test()
324 v_double = arv_gc_float_get_inc (ARV_GC_FLOAT (node), NULL); in float_test()
325 g_assert_cmpfloat (v_double, ==, 2.0); in float_test()
331 v_double = arv_gc_float_get_value (ARV_GC_FLOAT (node), NULL); in float_test()
332 g_assert_cmpfloat (v_double, ==, 0.2); in float_test()
337 v_double = arv_gc_float_get_value (ARV_GC_FLOAT (node), NULL); in float_test()
338 g_assert_cmpfloat (v_double, ==, 0.2); in float_test()
340 v_double = arv_gc_float_get_min (ARV_GC_FLOAT (node), NULL); in float_test()
341 g_assert_cmpfloat (v_double, ==, -20.0); in float_test()
343 v_double = arv_gc_float_get_max (ARV_GC_FLOAT (node), NULL); in float_test()
344 g_assert_cmpfloat (v_double, ==, 20.0); in float_test()
346 v_double = arv_gc_float_get_inc (ARV_GC_FLOAT (node), NULL); in float_test()
347 g_assert_cmpfloat (v_double, ==, 3.0); in float_test()
460 double v_double; in converter_test() local
472 v_double = arv_gc_float_get_value (ARV_GC_FLOAT (node), NULL); in converter_test()
473 g_assert_cmpfloat (v_double, ==, 200.0); in converter_test()
476 v_double = arv_gc_float_get_value (ARV_GC_FLOAT (node), NULL); in converter_test()
477 g_assert_cmpfloat (v_double, ==, 100.0); in converter_test()