Searched defs:ex (Results 1 - 25 of 30) sorted by relevance

12

/osnet-11/usr/src/lib/libc/sparc/fp/
H A D_Q_set_except.c37 * _Q_set_exception(ex) simulates the floating point exceptions indicated by
38 * ex. This routine is not used by the new quad emulation routines but is
42 _Q_set_exception(unsigned int ex) argument
47 if (ex == 0)
50 if ((ex & (1 << fp_invalid)) != 0)
52 if ((ex & (1 << fp_overflow)) != 0)
54 if ((ex & (1 << fp_underflow)) != 0) {
55 if ((ex & (1 << fp_inexact)) != 0 ||
61 if ((ex & (1 << fp_division)) != 0)
63 if ((ex
[all...]
H A D__quad_mag.c48 unsigned int lx, ly, ex, ey, frac2, frac3, frac4; local
53 ex = (x->l.msw & 0x7fffffff) >> 16;
55 if (ex == 0)
56 ex = 1;
68 e = (int) ex - (int) ey;
139 ex++;
164 ex++;
170 if (ex >= 0x7fff) {
183 z->l.msw |= (ex << 16);
208 unsigned int lx, ly, ex, e local
[all...]
H A D_Q_div.c110 int ibit, ex, ey, ez, sign; local
234 ex = (int)(xm >> 16);
236 if (ex) {
246 ex = 1;
252 ex = -31;
257 ex = -63;
261 ex = -95;
268 ex--;
271 ez = ex;
H A D_Q_mul.c92 int ibit, ex, ey, ez, sign; local
202 ex = (int)(xm >> 16);
204 if (ex) {
214 ex = 1;
220 ex = -31;
225 ex = -63;
229 ex = -95;
236 ex--;
239 ez = ex - 0x3fff;
H A D_Q_sqrt.c101 int ex, ez; local
166 ex = (int)(xm >> 16);
168 if (ex) {
178 ex = 1;
184 ex = -31;
189 ex = -63;
193 ex = -95;
200 ex--;
203 ez = ex - 0x3fff;
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfclose.c36 reg int local, ex, rv; local
74 if(f->disc && (ex = SFRAISE(f,local ? SF_NEW : SF_CLOSING,NIL(Void_t*))) != 0)
75 SFMTXRETURN(f,ex);
152 { if(f->disc && (ex = SFRAISE(f,SF_FINAL,NIL(Void_t*))) != 0 )
153 { rv = ex;
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPServerHeaderV2.java207 SrvLocMsg makeErrorReply(Exception ex) { argument
232 Assert.slpassert(ex != null,
234 new Object[] {ex});
236 if (ex instanceof ServiceLocationException) {
238 hdr.errCode = ((ServiceLocationException)ex).getErrorCode();
245 } else if (ex instanceof IllegalArgumentException ||
246 ex instanceof IOException) {
270 } catch (CloneNotSupportedException ex) {
H A DRequestHandler.java87 } catch (ServiceLocationException ex) {
115 } catch (ServiceLocationException ex) {
146 } catch (ServiceLocationException ex) {
200 } catch (SocketException ex) {
226 } catch (IOException ex) {
298 } catch (IOException ex) {
307 ex.getMessage()});
377 } catch (ServiceLocationException ex) {
380 new Short(ex.getErrorCode()),
382 ex
781 printInternalizeErrorMessage(int ver, int fun, Exception ex) argument
[all...]
H A DSLPHeaderV1.java156 } catch (UnsupportedEncodingException ex) {
333 } catch (ServiceLocationException ex) {
352 SrvLocMsg makeErrorReply(Exception ex) { argument
384 Assert.slpassert(ex != null,
386 new Object[] {ex});
388 if (ex instanceof ServiceLocationException) {
390 hdr.errCode = ((ServiceLocationException)ex).getErrorCode();
432 } else if (ex instanceof IllegalArgumentException ||
433 ex instanceof IOException) {
457 } catch (CloneNotSupportedException ex) {
[all...]
H A DServiceTable.java200 } catch (MalformedURLException ex) {
205 } catch (UnsupportedEncodingException ex) {
210 } catch (IOException ex) {
213 new Object[] {URL, ex});
215 } catch (ServiceLocationException ex) {
218 new Object[] {URL, ex.getMessage()});
244 } catch (MalformedURLException ex) {
249 } catch (UnsupportedEncodingException ex) {
254 } catch (IOException ex) {
259 ex
1564 reportFatalException(Exception ex) argument
1586 reportNonfatalException(Exception ex, Vector args, ServiceStore store) argument
1608 reportException(boolean isFatal, Exception ex, Vector args) argument
[all...]
H A Dslpd.java143 } catch (MissingResourceException ex) {
282 } catch (Exception ex) {
328 } catch (Exception ex) {
345 } catch (ServiceLocationException ex) {
347 errorExit(bundle, ex);
592 } catch (ServiceLocationException ex) {
594 if (ex.getErrorCode() != ServiceLocationException.NETWORK_ERROR) {
596 new Object[] {new Integer(ex.getErrorCode())});
609 static void errorExit(ResourceBundle bundle, ServiceLocationException ex) { argument
611 switch (ex
[all...]
H A DSrvLocHeader.java179 } catch (ClassNotFoundException ex) {
209 } catch (Exception ex) {
214 ex,
215 ex.getMessage()});
267 SrvLocMsg makeErrorReply(Exception ex) { argument
475 } catch (UnsupportedEncodingException ex) {
488 } catch (UnsupportedEncodingException ex) {
/osnet-11/usr/src/lib/libast/common/string/
H A Dstrexpr.c43 #define getchr(ex) (*(ex)->nextchr++)
44 #define peekchr(ex) (*(ex)->nextchr)
45 #define ungetchr(ex) ((ex)->nextchr--)
47 #define error(ex,msg) return(seterror(ex,msg))
63 seterror(register Expr_t* ex, char* msg) argument
65 if (!ex
76 expr(register Expr_t* ex, register int precedence) argument
277 Expr_t ex; local
[all...]
/osnet-11/usr/src/lib/libc/port/fp/
H A Dpack_float.c100 round(unpacked *pu, int roundword, enum fp_direction_type rd, int *ex) argument
118 *ex |= (1 << fp_inexact);
155 fp_exception_field_type *ex)
214 *ex = (fp_exception_field_type)e;
219 fp_exception_field_type *ex)
287 *ex = (fp_exception_field_type)e;
292 fp_exception_field_type *ex)
355 *ex = (fp_exception_field_type)e;
360 fp_exception_field_type *ex)
442 *ex
154 __pack_single(unpacked *pu, single *px, enum fp_direction_type rd, fp_exception_field_type *ex) argument
218 __pack_double(unpacked *pu, double *px, enum fp_direction_type rd, fp_exception_field_type *ex) argument
291 __pack_extended(unpacked *pu, extended *px, enum fp_direction_type rd, fp_exception_field_type *ex) argument
359 __pack_quadruple(unpacked *pu, quadruple *px, enum fp_direction_type rd, fp_exception_field_type *ex) argument
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dselect.c61 long *in, *out, *ex; local
111 ex = (long *)ex0->fds_bits;
113 b = (ulong_t)(*in | *out | *ex);
124 if (*ex & m)
131 ex++;
162 ex = (long *)ex0->fds_bits;
164 *ex++ = 0;
222 ex = (long *)&ex0->fds_bits[j];
232 *ex = 0;
246 *ex |
[all...]
H A Dselect_large_fdset.c76 long *in, *out, *ex; local
138 ex = (long *)ex0->fds_bits;
147 b = (ulong_t)(*in | *out | *ex);
157 if (*ex & m)
176 ex++;
207 ex = (long *)ex0->fds_bits;
209 *ex++ = 0;
271 ex = (long *)&ex0->fds_bits[j];
281 *ex = 0;
295 *ex |
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dexception.c70 static PedExceptionOption default_handler (PedException* ex);
73 static PedException* ex = NULL; variable
160 * The exception handler should return ONE of the options set in ex->options,
191 free (ex->message);
192 free (ex);
193 ex = NULL;
207 ex_opt = ex_handler (ex);
235 if (ex)
238 ex = (PedException*) malloc (sizeof (PedException));
239 if (!ex)
[all...]
/osnet-11/usr/src/lib/libc/port/threads/
H A Dcancel.c291 __pthread_cleanup_pop(int ex, _cleanup_t *clnup_info) argument
297 if (ex)
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Delgamal.c565 gcry_mpi_t ex[4]; local
585 base[0] = pkey->y; ex[0] = a;
586 base[1] = a; ex[1] = b;
587 base[2] = NULL; ex[2] = NULL;
588 mpi_mulpowm( t1, base, ex, pkey->p );
597 base[0] = t2 ; ex[0] = input;
598 base[1] = pkey->y; ex[1] = a;
599 base[2] = a; ex[2] = b;
600 base[3] = NULL; ex[3] = NULL;
601 mpi_mulpowm( t1, base, ex, pke
[all...]
H A Ddsa.c636 gcry_mpi_t ex[3];
658 base[0] = pkey->g; ex[0] = u1;
659 base[1] = pkey->y; ex[1] = u2;
660 base[2] = NULL; ex[2] = NULL;
661 mpi_mulpowm( v, base, ex, pkey->p );
635 gcry_mpi_t ex[3]; local
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Delgamal.c565 gcry_mpi_t ex[4]; local
585 base[0] = pkey->y; ex[0] = a;
586 base[1] = a; ex[1] = b;
587 base[2] = NULL; ex[2] = NULL;
588 mpi_mulpowm( t1, base, ex, pkey->p );
597 base[0] = t2 ; ex[0] = input;
598 base[1] = pkey->y; ex[1] = a;
599 base[2] = a; ex[2] = b;
600 base[3] = NULL; ex[3] = NULL;
601 mpi_mulpowm( t1, base, ex, pke
[all...]
H A Ddsa.c636 gcry_mpi_t ex[3];
658 base[0] = pkey->g; ex[0] = u1;
659 base[1] = pkey->y; ex[1] = u2;
660 base[2] = NULL; ex[2] = NULL;
661 mpi_mulpowm( v, base, ex, pkey->p );
635 gcry_mpi_t ex[3]; local
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c154 #define WILD_AF(ex) ((ex)->e_wild & 0x01)
155 #define WILD_SOCKTYPE(ex) ((ex)->e_wild & 0x02)
156 #define WILD_PROTOCOL(ex) ((ex)->e_wild & 0x04)
330 const struct explore *ex; local
384 for (ex = explore; ex->e_af >= 0; ex
[all...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_nbns_rq.c485 fd_set rd, wr, ex; local
494 FD_ZERO(&ex);
500 n = select(s + 1, &rd, &wr, &ex, &tv);
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Djfs.c130 struct grub_jfs_extent ex; member in struct:grub_jfs_internal_dirent
435 blk = grub_le_to_cpu32 (de[inode->dir.header.sorted[0]].ex.blk2);
453 blk = (grub_le_to_cpu32 (de[index].ex.blk2)

Completed in 89 milliseconds

12