Home
last modified time | relevance | path

Searched refs:_FPU_SETCW (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/dports/math/openlibm/openlibm-0.8.0/include/
H A Dopenlibm_fenv_s390.h71 #define _FPU_SETCW(cw) __asm__ __volatile__ ("sfpc %0,0" : : "d" (cw)) macro
82 _FPU_SETCW(__r); in feclearexcept()
106 _FPU_SETCW(__r); in fesetexceptflag()
117 _FPU_SETCW(__r); in feraiseexcept()
150 _FPU_SETCW(__r); in fesetround()
169 _FPU_SETCW(__r); in feholdexcept()
176 _FPU_SETCW(*__envp); in fesetenv()
188 _FPU_SETCW(__r); in feupdateenv()
205 _FPU_SETCW(__r); in feenableexcept()
218 _FPU_SETCW(__r); in fedisableexcept()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/gts/src/
H A Drounding.h29 _FPU_SETCW(fpu_round_double); }
30 # define FPU_RESTORE {_FPU_SETCW(fpu_init);}
68 # define _FPU_SETCW(cw) __asm__ ("fldcw %0" : : "m" (*&cw)) macro
70 _FPU_SETCW(fpu_round_double); }
71 # define FPU_RESTORE { _FPU_SETCW(fpu_init);}
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Drounding.h36 _FPU_SETCW(fpu_round_double); }
37 # define FPU_RESTORE {_FPU_SETCW(fpu_init);}
74 # define _FPU_SETCW(cw) __asm__ ("fldcw %0" : : "m" (*&cw)) macro
76 _FPU_SETCW(fpu_round_double); }
77 # define FPU_RESTORE { _FPU_SETCW(fpu_init);}
/dports/math/asymptote/asymptote-2.67/
H A Drounding.h36 _FPU_SETCW(fpu_round_double); }
37 # define FPU_RESTORE {_FPU_SETCW(fpu_init);}
74 # define _FPU_SETCW(cw) __asm__ ("fldcw %0" : : "m" (*&cw)) macro
76 _FPU_SETCW(fpu_round_double); }
77 # define FPU_RESTORE { _FPU_SETCW(fpu_init);}
/dports/cad/pcb/pcb-4.2.0/gts/
H A Drounding.h34 _FPU_SETCW(fpu_round_double); }
35 # define FPU_RESTORE {_FPU_SETCW(fpu_init);}
72 # define _FPU_SETCW(cw) __asm__ ("fldcw %0" : : "m" (*&cw)) macro
74 _FPU_SETCW(fpu_round_double); }
75 # define FPU_RESTORE { _FPU_SETCW(fpu_init);}
/dports/graphics/gts/gts-0.7.6/src/
H A Drounding.h34 _FPU_SETCW(fpu_round_double); }
35 # define FPU_RESTORE {_FPU_SETCW(fpu_init);}
72 # define _FPU_SETCW(cw) __asm__ ("fldcw %0" : : "m" (*&cw)) macro
74 _FPU_SETCW(fpu_round_double); }
75 # define FPU_RESTORE { _FPU_SETCW(fpu_init);}
/dports/math/xblas/xblas-1.0.248/src/
H A Dblas_fpu.h29 #ifndef _FPU_SETCW
30 #define _FPU_SETCW(x) asm volatile ("fldcw %0": :"m" (x)); macro
45 _FPU_SETCW(__new_cw);
47 _FPU_SETCW(__old_cw);
/dports/math/asl/solvers/
H A Dfpinit.c80 #define _FPU_SETCW(cw) __asm__ __volatile__ ("fldcw %0" : : "m" (*&cw)) macro
93 _FPU_SETCW(__fpu_control); in fpinit_ASL()
117 #ifndef _FPU_SETCW
134 _FPU_SETCW(__fpu_control); in fpinit_ASL()
138 _FPU_SETCW(__fpu_control); in fpinit_ASL()
141 _FPU_SETCW(__fpu_control); in fpinit_ASL()
/dports/math/qd/qd-2.3.23/src/
H A Dfpu.cpp30 #ifndef _FPU_SETCW
31 #define _FPU_SETCW(x) asm volatile ("fldcw %0": :"m" (x)); macro
71 _FPU_SETCW(new_cw); in fpu_fix_start()
102 _FPU_SETCW(cw); in fpu_fix_end()
/dports/lang/zig/zig-0.9.0/lib/libc/include/arm-linux-gnueabi/
H A Dfpu_control.h28 #define _FPU_SETCW(cw) (void) (cw) macro
61 # define _FPU_SETCW(cw) \ macro
66 # define _FPU_SETCW(cw) \ macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/armeb-linux-gnueabi/
H A Dfpu_control.h28 #define _FPU_SETCW(cw) (void) (cw) macro
61 # define _FPU_SETCW(cw) \ macro
66 # define _FPU_SETCW(cw) \ macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/arm-linux-gnueabihf/
H A Dfpu_control.h28 #define _FPU_SETCW(cw) (void) (cw) macro
61 # define _FPU_SETCW(cw) \ macro
66 # define _FPU_SETCW(cw) \ macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/armeb-linux-gnueabihf/
H A Dfpu_control.h28 #define _FPU_SETCW(cw) (void) (cw) macro
61 # define _FPU_SETCW(cw) \ macro
66 # define _FPU_SETCW(cw) \ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/arm-linux-gnueabihf/
H A Dfpu_control.h28 #define _FPU_SETCW(cw) (void) (cw) macro
61 # define _FPU_SETCW(cw) \ macro
66 # define _FPU_SETCW(cw) \ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/armeb-linux-gnueabi/
H A Dfpu_control.h28 #define _FPU_SETCW(cw) (void) (cw) macro
61 # define _FPU_SETCW(cw) \ macro
66 # define _FPU_SETCW(cw) \ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/armeb-linux-gnueabihf/
H A Dfpu_control.h28 #define _FPU_SETCW(cw) (void) (cw) macro
61 # define _FPU_SETCW(cw) \ macro
66 # define _FPU_SETCW(cw) \ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/arm-linux-gnueabi/
H A Dfpu_control.h28 #define _FPU_SETCW(cw) (void) (cw) macro
61 # define _FPU_SETCW(cw) \ macro
66 # define _FPU_SETCW(cw) \ macro
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/ampl/
H A Dfpinit.c78 #define _FPU_SETCW(cw) __asm__ __volatile__ ("fldcw %0" : : "m" (*&cw)) macro
91 _FPU_SETCW(__fpu_control); in fpinit_ASL()
112 #ifndef _FPU_SETCW
136 _FPU_SETCW(__fpu_control); in fpinit_ASL()
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomview/x11/
H A Dgvmain.c47 # if !defined(_FPU_SETCW) && HAVE___SETFPUCW
51 # define _FPU_SETCW(cw) __setfpucw(cw) macro
79 #if defined(_FPU_SETCW) in main()
81 _FPU_SETCW(hctrlword); in main()
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dfpu_control.h68 #define _FPU_SETCW(cw) (void) (cw) macro
121 # define _FPU_SETCW(cw) __mips_fpu_setcw (cw) macro
124 # define _FPU_SETCW(cw) __asm__ volatile ("ctc1 %0,$31" : : "r" (cw)) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dfpu_control.h68 #define _FPU_SETCW(cw) (void) (cw) macro
121 # define _FPU_SETCW(cw) __mips_fpu_setcw (cw) macro
124 # define _FPU_SETCW(cw) __asm__ volatile ("ctc1 %0,$31" : : "r" (cw)) macro
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/ampl/
H A Dfpinit.c78 #define _FPU_SETCW(cw) __asm__ __volatile__ ("fldcw %0" : : "m" (*&cw)) macro
91 _FPU_SETCW(__fpu_control); in fpinit_ASL()
112 #ifndef _FPU_SETCW
136 _FPU_SETCW(__fpu_control); in fpinit_ASL()
/dports/lang/zig/zig-0.9.0/lib/libc/include/csky-linux-gnueabihf/
H A Dfpu_control.h70 # define _FPU_SETCW(cw) (void) (cw) macro
116 # define _FPU_SETCW(cw) __asm__ volatile ("mtcr %0, cr<1, 2>" : : "a" (cw)) macro
125 # define _FPU_SETCW(cw) __asm__ volatile ("1: cprcr r7, cpcr2 \n" \ macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/csky-linux-gnueabi/
H A Dfpu_control.h70 # define _FPU_SETCW(cw) (void) (cw) macro
116 # define _FPU_SETCW(cw) __asm__ volatile ("mtcr %0, cr<1, 2>" : : "a" (cw)) macro
125 # define _FPU_SETCW(cw) __asm__ volatile ("1: cprcr r7, cpcr2 \n" \ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/csky-linux-gnueabi/
H A Dfpu_control.h70 # define _FPU_SETCW(cw) (void) (cw) macro
116 # define _FPU_SETCW(cw) __asm__ volatile ("mtcr %0, cr<1, 2>" : : "a" (cw)) macro
125 # define _FPU_SETCW(cw) __asm__ volatile ("1: cprcr r7, cpcr2 \n" \ macro

12345678910>>...13