Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/contrib/mul/vil3d/tests/
H A Dtest_tricub_interp.cxx58 … double v_unsafe = vil3d_tricub_interp_safe(5,5,5,image0.origin_ptr(),ni,nj,nk,istep,jstep,kstep); in test_tricub_interp_float() local
59 TEST_NEAR("vil3d_tricub_interp_safe at unsafe point",v_unsafe,0,1e-9); in test_tricub_interp_float()
115 … double v_unsafe = vil3d_tricub_interp_safe(5,5,5,image0.origin_ptr(),ni,nj,nk,istep,jstep,kstep); in test_tricub_interp_int() local
116 TEST_NEAR("vil3d_tricub_interp_safe at unsafe point",v_unsafe,0,1e-9); in test_tricub_interp_int()