Searched refs:fcc (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Q_fcc.c36 enum fcc_type fcc; local
37 fcc = _Q_cmp(x,y);
38 return (fcc_equal==fcc);
44 enum fcc_type fcc; local
45 fcc = _Q_cmp(x,y);
46 return (fcc_equal!=fcc);
52 enum fcc_type fcc; local
53 fcc = _Q_cmpe(x,y);
54 return (fcc_greater==fcc);
60 enum fcc_type fcc; local
68 enum fcc_type fcc; local
76 enum fcc_type fcc; local
[all...]
H A D_Q_cmp.c36 enum fcc_type fcc; local
40 fcc = _fp_compare(&px,&py,0); /* quiet NaN unexceptional */
42 return (fcc);
H A D_Q_cmpe.c36 enum fcc_type fcc; local
40 fcc = _fp_compare(&px,&py,1); /* quiet NaN exceptional */
42 return (fcc);
/illumos-gate/usr/src/uts/sparc/fpu/
H A Diu_simulator.c54 enum fcc_type fcc; local
69 fcc = fsr.fcc0;
72 fcc = fsr.fcc1;
75 fcc = fsr.fcc2;
78 fcc = fsr.fcc3;
82 fcc = fsr.fcc0;
92 takeit = fcc == fcc_less;
95 takeit = fcc == fcc_greater;
98 takeit = fcc == fcc_unordered;
101 takeit = fcc
[all...]
/illumos-gate/usr/src/uts/sparc/v9/fpu/
H A Dv9instr.c153 enum cc_type cc) /* FSR condition code field from fcc[0-3] */
157 enum fcc_type fcc; local
166 fcc = fsr.fcc0;
169 fcc = fsr.fcc1;
172 fcc = fsr.fcc2;
175 fcc = fsr.fcc3;
187 moveit = fcc == fcc_less;
190 moveit = fcc == fcc_greater;
193 moveit = fcc == fcc_unordered;
196 moveit = fcc
484 enum fcc_type fcc; local
[all...]
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c744 uint_t fcc; local
751 fcc = (fsr >> 10) & 0x3;
756 fcc = (fsr >> shift) & 0x3;
761 taken = (1 << fcc) & (0|0|0|0); break;
763 taken = (1 << fcc) & (8|4|2|0); break;
765 taken = (1 << fcc) & (0|4|2|0); break;
767 taken = (1 << fcc) & (8|0|2|0); break;
769 taken = (1 << fcc) & (0|0|2|0); break;
771 taken = (1 << fcc) & (8|4|0|0); break;
773 taken = (1 << fcc)
[all...]
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dlog__L.c79 vc(L2, 3.9999999999970461961E-1 ,cccc,3fcc,2684,cccc, -1, .CCCCCCCCCC2684)
/illumos-gate/usr/src/uts/sparc/sys/fpu/
H A Dfpu_simulator.h65 enum cc_type { /* icc/fcc number */
103 unsigned int fcc : 2; /* fp condition code 0 */ member in struct:__anon517
122 #define fcc0 fsr.fcc
/illumos-gate/usr/src/cmd/mailx/
H A Dnames.c375 * If "fcc" has been unset, then short-circuit those tests, but not
382 char *fcc = value("fcc"); local
388 if (fcc == NOSTR)

Completed in 141 milliseconds