Searched defs:ef (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libc/port/fp/
H A D_base_sup.c54 /* raise the floating point exceptions indicated by ef */
56 __base_conversion_set_exception(fp_exception_field_type ef) argument
61 if (ef == (1 << fp_inexact)) {
67 } else if ((ef & (1 << fp_invalid)) != 0) {
69 } else if ((ef & (1 << fp_overflow)) != 0) {
76 } else if ((ef & (1 << fp_underflow)) != 0) {
H A Deconvert.c60 fp_exception_field_type ef; local
76 double_to_decimal(&arg, &dm, &dr, &ef);
105 fp_exception_field_type ef; local
121 single_to_decimal(arg, &dm, &dr, &ef);
150 fp_exception_field_type ef; local
167 quadruple_to_decimal(arg, &dm, &dr, &ef);
169 extended_to_decimal((extended *)arg, &dm, &dr, &ef);
H A Dfconvert.c39 fp_exception_field_type ef; local
55 double_to_decimal(&arg, &dm, &dr, &ef);
93 fp_exception_field_type ef; local
109 single_to_decimal(arg, &dm, &dr, &ef);
147 fp_exception_field_type ef; local
164 quadruple_to_decimal(arg, &dm, &dr, &ef);
166 extended_to_decimal((extended *)arg, &dm, &dr, &ef);
171 if (ef & (1 << fp_overflow)) {
H A Ddecimal_bin.c500 fp_exception_field_type ef; local
536 ef = 0;
555 if (__fast_decimal_to_single(px, pm, pd, &ef) == 1) {
556 *ps = ef;
557 if (ef != 0)
558 __base_conversion_set_exception(ef);
563 __pack_single(&u, px, pm->rd, &ef);
564 *ps = ef;
565 if (ef != 0)
566 __base_conversion_set_exception(ef);
575 fp_exception_field_type ef; local
655 fp_exception_field_type ef; local
742 fp_exception_field_type ef; local
[all...]
H A Ddouble_decim.c534 fp_exception_field_type ef; local
563 ef = 0;
564 if (__fast_double_to_decimal(&x, pm, pd, &ef)) {
566 __bigfloat_to_decimal(&bf, pm, pd, &ef);
568 if (ef != 0)
569 __base_conversion_set_exception(ef);
570 *ps = ef;
589 ef = 0;
591 if (__fast_double_to_decimal(&x, pm, pd, &ef)) {
593 __bigfloat_to_decimal(&bf, pm, pd, &ef);
606 fp_exception_field_type ef; local
651 fp_exception_field_type ef; local
707 fp_exception_field_type ef; local
[all...]
/osnet-11/usr/src/lib/libexacct/demo/
H A Dexdump.c479 disp_group(ea_file_t *ef, uint_t nobjs, int indent) argument
487 if ((res = ea_get_object(ef, &scratch)) == -1) {
496 disp_group(ef, scratch.eo_group.eg_nobjs, indent + 1);
512 ea_file_t ef; local
534 if (ea_open(&ef, fname, NULL,
541 while (ea_get_object(&ef, &scratch) != -1) {
544 disp_group(&ef, scratch.eo_group.eg_nobjs, 0);
550 (void) ea_close(&ef);
/osnet-11/usr/src/cmd/sendmail/src/
H A Denvelope.c1277 register struct eflags *ef; local
1281 for (ef = EnvelopeFlags; ef->ef_name != NULL; ef++)
1283 if (!bitset(ef->ef_bit, e->e_flags))
1286 sm_dprintf("<%s", ef->ef_name);
1288 sm_dprintf(",%s", ef->ef_name);
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex3.cc68 uint_t ef = 0; local
71 ef |= EN_BINARY;
73 ef |= EN_CRYPT;
75 ef |= EN_XDR;
77 ef |= EN_ASN1;
79 return (ef);
H A Dnis_parse_ldap_map.c2432 const char *ef; local
2439 ef = f + strlen(f);
2456 if (f == ef) {
2465 f = get_next_print_format_item(f, ef, &base[n]);
2467 f = get_next_extract_format_item(f, ef, &base[n]);
/osnet-11/usr/src/lib/libexacct/common/
H A Dexacct_ops.c319 ea_next_object(ea_file_t *ef, ea_object_t *obj) argument
321 ea_file_impl_t *f = (ea_file_impl_t *)ef;
419 ea_previous_object(ea_file_t *ef, ea_object_t *obj) argument
421 ea_file_impl_t *f = (ea_file_impl_t *)ef;
470 return (ea_next_object(ef, obj));
669 ea_get_object(ea_file_t *ef, ea_object_t *obj) argument
672 return (xget_object((ea_file_impl_t *)ef, obj, fread_wrapper,
819 ea_write_object(ea_file_t *ef, ea_object_t *obj) argument
823 ea_file_impl_t *f = (ea_file_impl_t *)ef;
860 validate_header(ea_file_t *ef, cons argument
954 write_header(ea_file_t *ef) argument
1036 ea_get_creator(ea_file_t *ef) argument
1042 ea_get_hostname(ea_file_t *ef) argument
1048 ea_fdopen(ea_file_t *ef, int fd, const char *creator, int aflags, int oflags) argument
1157 ea_open(ea_file_t *ef, const char *name, const char *creator, int aflags, int oflags, mode_t mode) argument
1187 ea_close(ea_file_t *ef) argument
1213 ea_clear(ea_file_t *ef) argument
1342 ea_get_object_tree(ea_file_t *ef, uint32_t nobj) argument
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dusage.c768 add_desc(net_table_t *net_table, ea_file_t *ef, int nobjs) argument
780 if (ea_get_object(ef, &scratch) == -1) {
860 add_stats(net_table_t *net_table, ea_file_t *ef, int nobjs) argument
885 if (ea_get_object(ef, &scratch) == -1) {
967 ea_file_t ef; local
976 if (ea_open(&ef, file, NULL, 0, O_RDONLY, 0) == -1) {
982 while (ea_get_object(&ef, &scratch) != -1) {
993 (void) add_desc(net_table, &ef,
998 (void) add_stats(net_table, &ef,
1005 (void) add_desc(net_table, &ef,
[all...]

Completed in 45 milliseconds