Home
last modified time | relevance | path

Searched refs:fpu_restore (Results 1 – 14 of 14) sorted by relevance

/dports/multimedia/handbrake/zimg-release-3.0.1/test/extra/musl-libm/
H A Dfpu_wrapper.c18 #define fpu_restore(x) _control87((x), _MCW_PC) macro
23 #define fpu_restore(x) (void)x macro
32 fpu_restore(state); in myexpf()
42 fpu_restore(state); in mylogf()
52 fpu_restore(state); in mylog10f()
62 fpu_restore(state); in mypowf()
72 fpu_restore(state); in mysin()
82 fpu_restore(state); in mycos()
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/test/extra/musl-libm/
H A Dfpu_wrapper.c18 #define fpu_restore(x) _control87((x), _MCW_PC) macro
23 #define fpu_restore(x) (void)x macro
32 fpu_restore(state); in myexpf()
42 fpu_restore(state); in mylogf()
52 fpu_restore(state); in mylog10f()
62 fpu_restore(state); in mypowf()
72 fpu_restore(state); in mysin()
82 fpu_restore(state); in mycos()
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dfastftoi.h78 static inline void fpu_restore(fpu_control fpu){ in fpu_restore() function
112 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore() function
134 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore() function
155 # define fpu_restore(fpu_control) {} macro
H A Dpremix.c323 fpu_restore (ctl); in pcm_write_samples_float_to_8()
346 fpu_restore (ctl); in pcm_write_samples_float_to_16()
371 fpu_restore (ctl); in pcm_write_samples_float_to_24()
/dports/audio/deadbeef-musical-spectrum-plugin/ddb_musical_spectrum-353870a/
H A Dfastftoi.h78 static inline void fpu_restore(fpu_control fpu){ in fpu_restore() function
112 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore() function
134 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore() function
155 # define fpu_restore(fpu_control) {} macro
/dports/audio/deadbeef-vu-meter-plugin/ddb_vu_meter-940d8d7/
H A Dfastftoi.h78 static inline void fpu_restore(fpu_control fpu){ in fpu_restore() function
112 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore() function
134 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore() function
155 # define fpu_restore(fpu_control) {} macro
/dports/audio/deadbeef-playback-status-plugin/ddb_playback_status-fce1de0/
H A Dfastftoi.h78 static inline void fpu_restore(fpu_control fpu){ in fpu_restore() function
112 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore() function
134 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore() function
155 # define fpu_restore(fpu_control) {} macro
/dports/audio/deadbeef-spectrogram-plugin/ddb_spectrogram-8d1b371/
H A Dfastftoi.h78 static inline void fpu_restore(fpu_control fpu){ in fpu_restore() function
112 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore() function
134 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore() function
155 # define fpu_restore(fpu_control) {} macro
/dports/lang/sbcl/sbcl-1.3.13/src/runtime/
H A Dx86-assem.S501 .globl GNAME(fpu_restore)
502 TYPE(GNAME(fpu_restore))
504 GNAME(fpu_restore):
508 SIZE(GNAME(fpu_restore))
H A Dgencgc.c467 extern void fpu_restore(void *);
547 fpu_restore(fpu_state); in write_generation_stats()
/dports/lang/sbcl/sbcl-1.3.13/doc/internals-notes/
H A DGENCGC-PORTING-NOTES167 * Moved extern fpu_save and fpu_restore defintions here
211 * Added do_pending_interrupt, fpu_save and fpu_restore.
223 * Remove fpu_save and fpu_restore prototypes
/dports/emulators/dosbox/dosbox-0.74-3/src/cpu/core_dyn_x86/
H A Ddecoder.h304 enum save_info_type {db_exception, cycle_check, normal, fpu_restore}; enumerator
400 case fpu_restore: in dyn_fill_blocks()
1985 save_info[used_save_info].type=fpu_restore; \
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/cpu/core_dyn_x86/
H A Ddecoder.h303 enum save_info_type {db_exception, cycle_check, normal, fpu_restore}; enumerator
399 case fpu_restore: in dyn_fill_blocks()
1984 save_info[used_save_info].type=fpu_restore; \
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/cpu/core_dyn_x86/
H A Ddecoder.h322 enum save_info_type {db_exception, cycle_check, normal, fpu_restore}; enumerator
408 case fpu_restore: in dyn_fill_blocks()
2176 save_info[used_save_info].type=fpu_restore; \