Home | History | Annotate | Download | only in lib

Lines Matching refs:vorbis_fpu_control

85 #  define VORBIS_FPU_CONTROL
93 typedef ogg_int16_t vorbis_fpu_control;
95 static inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
106 static inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
124 # define VORBIS_FPU_CONTROL
126 typedef ogg_int16_t vorbis_fpu_control;
137 static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
140 static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
149 # define VORBIS_FPU_CONTROL
151 typedef ogg_int16_t vorbis_fpu_control;
158 static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
161 static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
169 #ifndef VORBIS_FPU_CONTROL
171 typedef int vorbis_fpu_control;
181 # define vorbis_fpu_setround(vorbis_fpu_control) {}
182 # define vorbis_fpu_restore(vorbis_fpu_control) {}