Searched refs:excepts (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libm/arch/sparc/
H A Dfenv.c42 * represented by `excepts'.
45 feclearexcept(int excepts) argument
50 _DIAGASSERT((excepts & ~FE_ALL_EXCEPT) == 0);
52 ex = excepts & FE_ALL_EXCEPT;
65 * by the argument excepts in the object pointed to by the argument flagp.
68 fegetexceptflag(fexcept_t *flagp, int excepts) argument
74 _DIAGASSERT((excepts & ~_FE_ALL_EXCEPT) == 0);
76 ex = excepts & FE_ALL_EXCEPT;
88 * `excepts' to the states stored in the object pointed to by `flagp'. It does
92 fesetexceptflag(const fexcept_t *flagp, int excepts) argument
119 feraiseexcept(int excepts) argument
165 fetestexcept(int excepts) argument
[all...]
/netbsd-6-1-5-RELEASE/lib/libm/arch/sparc64/
H A Dfenv.c56 * represented by `excepts'.
59 feclearexcept(int excepts) argument
64 _DIAGASSERT((excepts & ~FE_ALL_EXCEPT) == 0);
66 ex = excepts & FE_ALL_EXCEPT;
79 * by the argument excepts in the object pointed to by the argument flagp.
82 fegetexceptflag(fexcept_t *flagp, int excepts) argument
88 _DIAGASSERT((excepts & ~_FE_ALL_EXCEPT) == 0);
90 ex = excepts & FE_ALL_EXCEPT;
102 * `excepts' to the states stored in the object pointed to by `flagp'. It does
106 fesetexceptflag(const fexcept_t *flagp, int excepts) argument
133 feraiseexcept(int excepts) argument
179 fetestexcept(int excepts) argument
[all...]
/netbsd-6-1-5-RELEASE/lib/libm/arch/x86_64/
H A Dfenv.c106 * represented by `excepts'.
109 feclearexcept(int excepts) argument
114 _DIAGASSERT((excepts & ~FE_ALL_EXCEPT) == 0);
116 ex = excepts & FE_ALL_EXCEPT;
139 * the argument excepts in the object pointed to by the argument flagp.
142 fegetexceptflag(fexcept_t *flagp, int excepts) argument
149 _DIAGASSERT((excepts & ~FE_ALL_EXCEPT) == 0);
151 ex = excepts & FE_ALL_EXCEPT;
168 * represented by the argument `excepts'.
177 feraiseexcept(int excepts) argument
197 fesetexceptflag(const fexcept_t *flagp, int excepts) argument
231 fetestexcept(int excepts) argument
[all...]
/netbsd-6-1-5-RELEASE/lib/libm/arch/i387/
H A Dfenv.c132 * represented by `excepts'.
135 feclearexcept(int excepts) argument
141 _DIAGASSERT((excepts & ~FE_ALL_EXCEPT) == 0);
143 ex = excepts & FE_ALL_EXCEPT;
167 * the argument excepts in the object pointed to by the argument flagp.
170 fegetexceptflag(fexcept_t *flagp, int excepts) argument
177 _DIAGASSERT((excepts & ~FE_ALL_EXCEPT) == 0);
179 ex = excepts & FE_ALL_EXCEPT;
195 * represented by the argument `excepts'.
204 feraiseexcept(int excepts) argument
224 fesetexceptflag(const fexcept_t *flagp, int excepts) argument
257 fetestexcept(int excepts) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/tunala/
H A Dtunala.c38 fd_set reads, sends, excepts; /* As passed to select() */ member in struct:_select_sets_t
843 FD_ZERO(&s->excepts);
856 FD_SET(fd, &s->next_select.excepts);
907 &selector->last_selected.excepts, NULL);
914 if(FD_ISSET(fd, &selector->last_selected.excepts))
1023 &selector->last_selected.excepts))
1026 &selector->last_selected.excepts))
1029 &selector->last_selected.excepts))
1032 &selector->last_selected.excepts))

Completed in 106 milliseconds