half_n            189 maint/gnulib/tests/test-float.c         volatile float half_n = pow2f (- n); /* 2^-n */
half_n            190 maint/gnulib/tests/test-float.c         volatile float x = me - half_n;
half_n            268 maint/gnulib/tests/test-float.c         volatile double half_n = pow2d (- n); /* 2^-n */
half_n            269 maint/gnulib/tests/test-float.c         volatile double x = me - half_n;
half_n            348 maint/gnulib/tests/test-float.c         volatile long double half_n = pow2l (- n); /* 2^-n */
half_n            349 maint/gnulib/tests/test-float.c         volatile long double x = me - half_n;