mesa: replace FREXPF, LDEXPF with frexpf, ldexpf
authorBrian Paul <brianp@vmware.com>
Tue, 24 Feb 2015 15:57:17 +0000 (08:57 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 24 Feb 2015 21:44:19 +0000 (14:44 -0700)
commite25f7772cacef8673318a7bfb33b151c5bc5d94c
tree468fa89973099522ae546d6aab626c92de495744
parente6eddbb96a9a690a865df8b0b9cfa2f644824b51
mesa: replace FREXPF, LDEXPF with frexpf, ldexpf

Start getting rid of some imports.h macros.  Use the c99 functions instead.

Reviewed-by: Matt Turner <mattst88@gmail.com>
include/c99_math.h
src/mesa/main/imports.h
src/mesa/math/m_debug_util.h
src/mesa/program/prog_execute.c