tests/c_lib/common/src/test_sqrt: Fix when double is not 64 bits

The combination of
32312692448eace36a653b55e985ff7ed3f6e276
74c9e7afab9db54b3ac43370f6e0eba203fa4f64
broke this test, when __SIZEOF_DOUBLE__ != 8.
In that case the test will fail to build,
as the variables the code uses are left ifdef'ed out.

Let's fix it.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
1 file changed