Equivalent of GL_LUMINANCE32F_ARB?

which texture format would be the equivalent of GL_LUMINANCE32F_ARB?

This format is deprecated in OpenGL. I would recommend using F_r32 instead.

worked like a charm thank you!!!