Home
last modified time | relevance | path

Searched refs:fpu_control (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dfastftoi.h65 typedef int16_t fpu_control; typedef
67 static inline void fpu_setround(fpu_control *fpu){ in fpu_setround()
78 static inline void fpu_restore(fpu_control fpu){ in fpu_restore()
98 typedef int16_t fpu_control; typedef
109 static __inline void fpu_setround(fpu_control *fpu){ in fpu_setround()
112 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore()
124 typedef int16_t fpu_control; typedef
134 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore()
144 typedef int fpu_control; typedef
154 # define fpu_setround(fpu_control) {} argument
[all …]
/dports/audio/deadbeef-musical-spectrum-plugin/ddb_musical_spectrum-353870a/
H A Dfastftoi.h65 typedef int16_t fpu_control; typedef
67 static inline void fpu_setround(fpu_control *fpu){ in fpu_setround()
78 static inline void fpu_restore(fpu_control fpu){ in fpu_restore()
98 typedef int16_t fpu_control; typedef
109 static __inline void fpu_setround(fpu_control *fpu){ in fpu_setround()
112 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore()
124 typedef int16_t fpu_control; typedef
134 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore()
144 typedef int fpu_control; typedef
154 # define fpu_setround(fpu_control) {} argument
[all …]
/dports/audio/deadbeef-vu-meter-plugin/ddb_vu_meter-940d8d7/
H A Dfastftoi.h65 typedef int16_t fpu_control; typedef
67 static inline void fpu_setround(fpu_control *fpu){ in fpu_setround()
78 static inline void fpu_restore(fpu_control fpu){ in fpu_restore()
98 typedef int16_t fpu_control; typedef
109 static __inline void fpu_setround(fpu_control *fpu){ in fpu_setround()
112 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore()
124 typedef int16_t fpu_control; typedef
134 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore()
144 typedef int fpu_control; typedef
154 # define fpu_setround(fpu_control) {} argument
[all …]
/dports/audio/deadbeef-playback-status-plugin/ddb_playback_status-fce1de0/
H A Dfastftoi.h65 typedef int16_t fpu_control; typedef
67 static inline void fpu_setround(fpu_control *fpu){ in fpu_setround()
78 static inline void fpu_restore(fpu_control fpu){ in fpu_restore()
98 typedef int16_t fpu_control; typedef
109 static __inline void fpu_setround(fpu_control *fpu){ in fpu_setround()
112 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore()
124 typedef int16_t fpu_control; typedef
134 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore()
144 typedef int fpu_control; typedef
154 # define fpu_setround(fpu_control) {} argument
[all …]
/dports/audio/deadbeef-spectrogram-plugin/ddb_spectrogram-8d1b371/
H A Dfastftoi.h65 typedef int16_t fpu_control; typedef
67 static inline void fpu_setround(fpu_control *fpu){ in fpu_setround()
78 static inline void fpu_restore(fpu_control fpu){ in fpu_restore()
98 typedef int16_t fpu_control; typedef
109 static __inline void fpu_setround(fpu_control *fpu){ in fpu_setround()
112 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore()
124 typedef int16_t fpu_control; typedef
134 static __inline void fpu_restore(fpu_control fpu){ in fpu_restore()
144 typedef int fpu_control; typedef
154 # define fpu_setround(fpu_control) {} argument
[all …]
/dports/math/sympow/sympow-7fd4d97cabc07951200b98ee841afc4151c2c287/
H A Dfpu.c54 fpu_control_t fpu_control=_FPU_DEFAULT; in fpu_53bits()
55 _FPU_GETCW(fpu_control); in fpu_53bits()
56 fpu_control|=ADHOC__FPU_OR_MASK_EXTENDED; in fpu_53bits()
57 fpu_control&=ADHOC__FPU_AND_MASK_DOUBLE; in fpu_53bits()
58 _FPU_SETCW(fpu_control); in fpu_53bits()
/dports/devel/avr-gdb/gdb-7.3.1/sim/erc32/
H A Dfloat.c41 static void __setfpucw PARAMS ((unsigned short fpu_control));
88 void __setfpucw(unsigned short fpu_control);
191 __setfpucw(unsigned short fpu_control) in __setfpucw() argument
196 if (!fpu_control) in __setfpucw()
199 fpu_control = _FPU_DEFAULT; in __setfpucw()
206 cw = cw | (fpu_control & ~_FPU_RESERVED); in __setfpucw()
/dports/devel/gdb761/gdb-7.6.1/sim/erc32/
H A Dfloat.c41 static void __setfpucw PARAMS ((unsigned short fpu_control));
88 void __setfpucw(unsigned short fpu_control);
191 __setfpucw(unsigned short fpu_control) in __setfpucw() argument
196 if (!fpu_control) in __setfpucw()
199 fpu_control = _FPU_DEFAULT; in __setfpucw()
206 cw = cw | (fpu_control & ~_FPU_RESERVED); in __setfpucw()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/erc32/
H A Dfloat.c41 static void __setfpucw PARAMS ((unsigned short fpu_control));
88 void __setfpucw(unsigned short fpu_control);
191 __setfpucw(unsigned short fpu_control) in __setfpucw() argument
196 if (!fpu_control) in __setfpucw()
199 fpu_control = _FPU_DEFAULT; in __setfpucw()
206 cw = cw | (fpu_control & ~_FPU_RESERVED); in __setfpucw()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/erc32/
H A Dfloat.c41 static void __setfpucw PARAMS ((unsigned short fpu_control));
88 void __setfpucw(unsigned short fpu_control);
191 __setfpucw(unsigned short fpu_control) in __setfpucw() argument
196 if (!fpu_control) in __setfpucw()
199 fpu_control = _FPU_DEFAULT; in __setfpucw()
206 cw = cw | (fpu_control & ~_FPU_RESERVED); in __setfpucw()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/glibc-headers/
H A Dfpu_control.texi1 @node fpu_control.h
2 @section @file{fpu_control.h}
/dports/devel/gnulib/gnulib-20140202-stable/doc/glibc-headers/
H A Dfpu_control.texi1 @node fpu_control.h
2 @section @file{fpu_control.h}
/dports/java/sablevm/sablevm-1.13/src/libsablevm/
H A Dinterpreter.c284 fpu_control_t fpu_control; in _svmf_interpreter() local
285 _FPU_GETCW (fpu_control); in _svmf_interpreter()
286 fpu_control &= ~_FPU_EXTENDED; in _svmf_interpreter()
287 fpu_control |= _FPU_DOUBLE; in _svmf_interpreter()
288 _FPU_SETCW (fpu_control); in _svmf_interpreter()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os_cpu/linux_x86/
H A Dos_linux_x86.cpp438 int fpu_control;
439 _FPU_GETCW(fpu_control);
440 return fpu_control & 0xffff;
444 void os::Linux::set_fpu_control_word(int fpu_control) { argument
446 _FPU_SETCW(fpu_control);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os_cpu/linux_x86/
H A Dos_linux_x86.cpp431 int fpu_control;
432 _FPU_GETCW(fpu_control);
433 return fpu_control & 0xffff;
437 void os::Linux::set_fpu_control_word(int fpu_control) { argument
439 _FPU_SETCW(fpu_control);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp558 int fpu_control;
559 _FPU_GETCW(fpu_control);
560 return fpu_control & 0xffff;
564 void os::Linux::set_fpu_control_word(int fpu_control) { argument
566 _FPU_SETCW(fpu_control);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp558 int fpu_control;
559 _FPU_GETCW(fpu_control);
560 return fpu_control & 0xffff;
564 void os::Linux::set_fpu_control_word(int fpu_control) { argument
566 _FPU_SETCW(fpu_control);
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/gts/src/
H A Dconfig.h.win3218 /* Define if you have the <fpu_control.h> header file. */
/dports/graphics/gts/gts-0.7.6/src/
H A Dconfig.h.win3218 /* Define if you have the <fpu_control.h> header file. */
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os_cpu/linux_x86/
H A Dos_linux_x86.cpp631 int fpu_control;
632 _FPU_GETCW(fpu_control);
633 return fpu_control & 0xffff;
637 void os::Linux::set_fpu_control_word(int fpu_control) { argument
639 _FPU_SETCW(fpu_control);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os_cpu/linux_x86/
H A Dos_linux_x86.cpp622 int fpu_control;
623 _FPU_GETCW(fpu_control);
624 return fpu_control & 0xffff;
628 void os::Linux::set_fpu_control_word(int fpu_control) { argument
630 _FPU_SETCW(fpu_control);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os_cpu/linux_x86/
H A Dos_linux_x86.cpp618 int fpu_control;
619 _FPU_GETCW(fpu_control);
620 return fpu_control & 0xffff;
624 void os::Linux::set_fpu_control_word(int fpu_control) { argument
626 _FPU_SETCW(fpu_control);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os_cpu/linux_x86/
H A Dos_linux_x86.cpp631 int fpu_control;
632 _FPU_GETCW(fpu_control);
633 return fpu_control & 0xffff;
637 void os::Linux::set_fpu_control_word(int fpu_control) { argument
639 _FPU_SETCW(fpu_control);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os_cpu/linux_x86/
H A Dos_linux_x86.cpp639 int fpu_control;
640 _FPU_GETCW(fpu_control);
641 return fpu_control & 0xffff;
645 void os::Linux::set_fpu_control_word(int fpu_control) { argument
647 _FPU_SETCW(fpu_control);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os_cpu/linux_x86/
H A Dos_linux_x86.cpp639 int fpu_control;
640 _FPU_GETCW(fpu_control);
641 return fpu_control & 0xffff;
645 void os::Linux::set_fpu_control_word(int fpu_control) { argument
647 _FPU_SETCW(fpu_control);

12345678910>>...14