Home
last modified time | relevance | path

Searched refs:ex (Results 51 – 75 of 159) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfma.c78 int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit; in __fma() local
115 ex = hx >> 20; in __fma()
116 if (!ex) { in __fma()
118 ex = ((xx.i[0] & ~0x80000000) >> 20) - 52; in __fma()
132 exy = ex + ey - 0x3ff; in __fma()
408 int ex, ey, ez; in __fma() local
417 ex = xx.i[2] & 0x7fff; in __fma()
422 if (ex == 0x7fff || ey == 0x7fff || ex == 0 || ey == 0) in __fma()
H A Dlrintl.c134 int ex; in lrintl() local
137 ex = xx.i[2] & 0x7fff; in lrintl()
138 if (ex < 0x403e) { /* |x| < 2^63 */ in lrintl()
H A Dfmal.c262 ex = hx >> 16; in __fmal()
264 if (!ex) { in __fmal()
266 ex = 1; in __fmal()
272 ex = -31; in __fmal()
277 ex = -63; in __fmal()
281 ex = -95; in __fmal()
288 ex--; in __fmal()
322 exy = ex + ey - 0x3fff; in __fmal()
889 ex = xx.i[2] & 0x7fff; in __fmal()
894 if (ex == 0x7fff || ey == 0x7fff || (ex | xx.i[1] | xx.i[0]) == 0 || in __fmal()
[all …]
H A Dllrintl.c155 int ex; in llrintl() local
158 ex = xx.i[2] & 0x7fff; in llrintl()
160 if (ex < 0x403e) { /* |x| < 2^63 */ in llrintl()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dstructure.tex329 {-4ex \@plus -1ex \@minus -.4ex}
330 {1ex \@plus.2ex }
333 {-3ex \@plus -0.1ex \@minus -.4ex}
334 {0.5ex \@plus.2ex }
337 {-2ex \@plus -0.1ex \@minus -.2ex}
338 {0.2ex \@plus.2ex }
341 {-2ex \@plus-.2ex \@minus .2ex}
342 {0.1ex}
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dpack_float.c98 round(unpacked *pu, int roundword, enum fp_direction_type rd, int *ex) in round() argument
116 *ex |= (1 << fp_inexact); in round()
153 fp_exception_field_type *ex) in __pack_single() argument
212 *ex = (fp_exception_field_type)e; in __pack_single()
217 fp_exception_field_type *ex) in __pack_double() argument
285 *ex = (fp_exception_field_type)e; in __pack_double()
290 fp_exception_field_type *ex) in __pack_extended() argument
353 *ex = (fp_exception_field_type)e; in __pack_extended()
358 fp_exception_field_type *ex) in __pack_quadruple() argument
440 *ex = (fp_exception_field_type)e; in __pack_quadruple()
/illumos-gate/usr/src/cmd/vi/
H A DREADME24 for making ex/vi in the AT&T UNIX environment:
30 port - ex/vi source directory.
40 ** libpath is where ex/vi expects the strings file
41 (exstrings...this file is made as the ex/vi source
42 is compiled), and ex/vi 's recover & preserve commands
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSrvLocHeader.java179 } catch (ClassNotFoundException ex) { in addHeaderClass()
209 } catch (Exception ex) { in newInstance()
214 ex, in newInstance()
215 ex.getMessage()}); in newInstance()
267 SrvLocMsg makeErrorReply(Exception ex) { in makeErrorReply() argument
475 } catch (UnsupportedEncodingException ex) { in getStringBytes()
488 } catch (UnsupportedEncodingException ex) { in getBytesString()
H A DServiceLocationAttribute.java188 } catch (NoSuchElementException ex) { in ServiceLocationAttribute()
228 } catch (NumberFormatException ex) { in evaluate()
323 } catch (ServiceLocationException ex) { in escapeId()
324 throw new IllegalArgumentException(ex.getMessage()); in escapeId()
397 } catch (ServiceLocationException ex) { in escapeValueInternal()
399 new IllegalArgumentException(ex.getMessage()); in escapeValueInternal()
474 } catch (ServiceLocationException ex) { in verifyValueTypes()
707 } catch (UnsupportedEncodingException ex) { in escapeChar()
756 } catch (NumberFormatException ex) { in unescapeChar()
803 } catch (UnsupportedEncodingException ex) { in unescapeChar()
H A DServiceLocationManager.java283 } catch (ClassNotFoundException ex) { in getClass()
308 } catch (InstantiationException ex) { in getInstance()
310 } catch (IllegalAccessException ex) { in getInstance()
312 } catch (InvocationTargetException ex) { in getInstance()
314 } catch (NoSuchMethodException ex) { in getInstance()
H A DServerDATable.java283 } catch (UnknownHostException ex) { in handleAdvertIn()
376 } catch (InterruptedException ex) { in forwardRegistrations()
392 } catch (UnknownHostException ex) { in forwardRegistrations()
409 } catch (ServiceLocationException ex) { in forwardRegistrations()
591 } catch (ServiceLocationException ex) { in forwardRegOrDereg()
598 new Integer(ex.getErrorCode()), in forwardRegOrDereg()
599 ex.getMessage()}); in forwardRegOrDereg()
H A DPermSARegTable.java103 } catch (ServiceLocationException ex) { in send()
106 new Object[] {new Short(ex.getErrorCode()), in send()
107 ex.getMessage()}); in send()
H A DIANACharCode.java170 } catch (UnsupportedEncodingException ex) { in escapeChar()
178 } catch (IOException ex) { in escapeChar()
259 } catch (NumberFormatException ex) { in unescapeChar()
336 } catch (UnsupportedEncodingException ex) { in unescapeChar()
H A DSARequester.java329 short ex = in handleError() local
332 if (ex != ServiceLocationException.OK) { in handleError()
333 throw new ServiceLocationException(ex, in handleError()
H A DDATable.java222 } catch (ClassNotFoundException ex) { in linkAndInstantiateFromProp()
228 } catch (InstantiationException ex) { in linkAndInstantiateFromProp()
234 } catch (IllegalAccessException ex) { in linkAndInstantiateFromProp()
291 } catch (UnknownHostException ex) { in addToEquivClass()
H A DServiceType.java383 } catch (NoSuchElementException ex) { in parse()
389 } catch (ServiceLocationException ex) { in parse()
391 new IllegalArgumentException(ex.getMessage()); in parse()
H A DSLPDgui.java86 } catch (ServiceLocationException ex) { in processEvent()
90 slpd.errorExit(bundle, ex); in processEvent()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c1708 for (ex = exi->fid_hash.next; ex != NULL; ex = ex->fid_hash.next) { in exportfs()
1709 if (ex != ne->exi_root && VN_CMP(ex->exi_vp, vp)) { in exportfs()
1722 if (ex != NULL && ex == ne->exi_public) in exportfs()
1806 if (ex != NULL && (ex->exi_visible != NULL)) { in exportfs()
1835 if (ex != NULL) in exportfs()
1836 exi_rele(ex); in exportfs()
2797 kmem_free(ex->ex_index, strlen(ex->ex_index) + 1); in exportfree()
2799 kmem_free(ex->ex_path, ex->ex_pathlen + 1); in exportfree()
2819 kmem_free(ex->ex_log_buffer, ex->ex_log_bufferlen + 1); in exportfree()
2820 kmem_free(ex->ex_tag, ex->ex_taglen + 1); in exportfree()
[all …]
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_mul.c90 int ibit, ex, ey, ez, sign; in _Qp_mul() local
200 ex = (int)(xm >> 16); in _Qp_mul()
202 if (ex) { in _Qp_mul()
212 ex = 1; in _Qp_mul()
218 ex = -31; in _Qp_mul()
223 ex = -63; in _Qp_mul()
227 ex = -95; in _Qp_mul()
234 ex--; in _Qp_mul()
237 ez = ex - 0x3fff; in _Qp_mul()
H A D_Q_div.c108 int ibit, ex, ey, ez, sign; in _Qp_div() local
232 ex = (int)(xm >> 16); in _Qp_div()
234 if (ex) { in _Qp_div()
244 ex = 1; in _Qp_div()
250 ex = -31; in _Qp_div()
255 ex = -63; in _Qp_div()
259 ex = -95; in _Qp_div()
266 ex--; in _Qp_div()
269 ez = ex; in _Qp_div()
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dhex.awk5 ex = "3e2(ex)"
11 print 0ex
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.h50 int eval_potential(struct node *np, struct lut *ex, struct node *events[],
52 int eval_expr(struct node *np, struct lut *ex, struct node *events[],
/illumos-gate/usr/src/lib/brand/shared/brand/sys/
H A Dbrand_misc.h161 #define brand_assert(ex) (void)((ex) || \ argument
162 (_brand_abort(0, #ex, __FILE__, __LINE__), 0))
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dpack.c508 } ex; in _fp_pack() local
549 packextended(pfpsd, pu, &ex.x, &ex.y[1], in _fp_pack()
550 &ex.y[2], &ex.y[3]); in _fp_pack()
555 pfpsd->fp_current_write_dreg(&ex.ll[0], in _fp_pack()
557 pfpsd->fp_current_write_dreg(&ex.ll[1], in _fp_pack()
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c1116 KMF_X509_EXTENSION *ex = NULL; in get_one_extension() local
1158 if (ex == NULL) { in get_one_extension()
1162 (void) memset(ex, 0, sizeof (ex)); in get_one_extension()
1165 ex->extnId.Length = extOID.bv_len; in get_one_extension()
1166 ex->critical = critical; in get_one_extension()
1207 ex->value.tagAndValue->type = tag; in get_one_extension()
1209 *retex = ex; in get_one_extension()
1212 if (ex != NULL) in get_one_extension()
1213 free_one_extension(ex); in get_one_extension()
1225 KMF_X509_EXTENSION *ex = NULL; in get_extensions() local
[all …]

1234567