Searched refs:fp_direction_type (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dieee_globals.c35 enum fp_direction_type fp_direction;
H A D_Q_qtoi.c37 enum fp_direction_type saved_fp_direction = fp_direction;
H A D_Q_qtou.c38 enum fp_direction_type saved_fp_direction = fp_direction;
H A D_Qglobals.h58 enum fp_direction_type fp_direction ; /* Current rounding direction. */
H A Dbase_conversion.h203 enum fp_direction_type _fp_current_direction;
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dieeefp.h39 enum fp_direction_type /* rounding direction */ enum
48 enum fp_direction_type /* rounding direction */ enum
57 enum fp_direction_type /* rounding direction */ enum
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dlog1pl.c42 extern enum fp_direction_type __swapRD(enum fp_direction_type);
47 enum fp_direction_type rd;
H A Dhypotl.c62 extern enum fp_direction_type __swap87RD(enum fp_direction_type);
71 enum fp_direction_type rd;
/illumos-gate/usr/src/uts/common/sys/
H A Dieeefp.h42 enum fp_direction_type { /* rounding direction */ enum
74 enum fp_direction_type { /* rounding direction */ enum
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dlog10l.c68 extern enum fp_direction_type __swapRD(enum fp_direction_type);
87 enum fp_direction_type rd;
H A Drndintl.c42 extern enum fp_direction_type __swapRD(enum fp_direction_type);
80 enum fp_direction_type rd;
H A Dhypotl.c62 extern enum fp_direction_type __swapRD(enum fp_direction_type);
72 enum fp_direction_type rd;
H A Dsqrtl.c37 extern enum fp_direction_type __swapRD(enum fp_direction_type);
232 __q_pack(const double *z, int exp, enum fp_direction_type rm,
402 enum fp_direction_type rm;
/illumos-gate/usr/src/lib/libc/inc/
H A Dbase_conversion.h315 extern void __pack_single(unpacked *, single *, enum fp_direction_type,
317 extern void __pack_double(unpacked *, double *, enum fp_direction_type,
319 extern void __pack_extended(unpacked *, extended *, enum fp_direction_type,
322 enum fp_direction_type, fp_exception_field_type *);
337 extern enum fp_direction_type _QgetRD(void);
H A Dlibc.h112 extern enum fp_direction_type __xgetRD(void);
114 extern enum fp_direction_type _QgetRD(void);
130 extern void __hex_to_single(decimal_record *, enum fp_direction_type,
132 extern void __hex_to_double(decimal_record *, enum fp_direction_type,
135 extern void __hex_to_quadruple(decimal_record *, enum fp_direction_type,
138 extern void __hex_to_extended(decimal_record *, enum fp_direction_type,
/illumos-gate/usr/src/lib/libm/sparc/src/
H A Dlibm_inlines.h210 extern __GNU_INLINE enum fp_direction_type
211 __swapRD(enum fp_direction_type d)
213 enum fp_direction_type ret;
/illumos-gate/usr/src/lib/libm/sparcv9/src/
H A Dlibm_inlines.h203 extern __GNU_INLINE enum fp_direction_type
204 __swapRD(enum fp_direction_type d)
206 enum fp_direction_type ret;
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dfloatingpoint.h71 extern enum fp_direction_type fp_direction;
122 enum fp_direction_type rd;
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dhex_bin.c114 __hex_to_single(decimal_record *pd, enum fp_direction_type rd, single *px,
135 __hex_to_double(decimal_record *pd, enum fp_direction_type rd, double *px,
159 __hex_to_quadruple(decimal_record *pd, enum fp_direction_type rd, quadruple *px,
185 __hex_to_extended(decimal_record *pd, enum fp_direction_type rd, extended *px,
H A Dpack_float.c75 overflow_to_infinity(int sign, enum fp_direction_type rd)
100 round(unpacked *pu, int roundword, enum fp_direction_type rd, int *ex)
154 __pack_single(unpacked *pu, single *px, enum fp_direction_type rd,
218 __pack_double(unpacked *pu, double *px, enum fp_direction_type rd,
291 __pack_extended(unpacked *pu, extended *px, enum fp_direction_type rd,
359 __pack_quadruple(unpacked *pu, quadruple *px, enum fp_direction_type rd,
H A Daconvert.c143 enum fp_direction_type rd;
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dlibm_inlines.h100 extern __GNU_INLINE enum fp_direction_type
101 __swap87RD(enum fp_direction_type i)
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dlibm_inlines.h117 extern __GNU_INLINE enum fp_direction_type
118 __swap87RD(enum fp_direction_type i)
/illumos-gate/usr/src/head/
H A Dfloatingpoint.h127 enum fp_direction_type rd;
/illumos-gate/usr/src/uts/sparc/sys/fpu/
H A Dfpu_simulator.h92 /* enum fp_direction_type */
253 enum fp_direction_type fp_direction;

Completed in 89 milliseconds

12