Searched refs:IEEE_FLOATING_POINT (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/mac/inc/
H A Dm-mac.h119 #define IEEE_FLOATING_POINT 1 macro
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclStrToD.c45 # define IEEE_FLOATING_POINT macro
283 #ifdef IEEE_FLOATING_POINT
397 #ifdef IEEE_FLOATING_POINT
833 #ifdef IEEE_FLOATING_POINT
952 #ifdef IEEE_FLOATING_POINT
1140 #ifdef IEEE_FLOATING_POINT
1538 #ifdef IEEE_FLOATING_POINT
2029 #ifndef IEEE_FLOATING_POINT
2175 #ifdef IEEE_FLOATING_POINT
2267 #ifdef IEEE_FLOATING_POINT
[all...]
H A DtclBasic.c32 # define IEEE_FLOATING_POINT macro
6304 #ifdef IEEE_FLOATING_POINT
6332 #ifdef IEEE_FLOATING_POINT
H A DtclExecute.c34 #define IEEE_FLOATING_POINT macro
5592 #ifndef IEEE_FLOATING_POINT
/macosx-10.9.5/emacs-92/emacs/src/
H A Dfloatfns.c57 /* If IEEE_FLOATING_POINT isn't defined, default it from FLT_*. */
58 #ifndef IEEE_FLOATING_POINT
61 #define IEEE_FLOATING_POINT 1 macro
63 #define IEEE_FLOATING_POINT 0 macro
762 if (! IEEE_FLOATING_POINT && f2 == 0)
913 if (! IEEE_FLOATING_POINT && f2 == 0)
H A Ddata.c38 /* If IEEE_FLOATING_POINT isn't defined, default it from FLT_*. */
39 #ifndef IEEE_FLOATING_POINT
42 #define IEEE_FLOATING_POINT 1 macro
44 #define IEEE_FLOATING_POINT 0 macro
2654 if (! IEEE_FLOATING_POINT && next == 0)

Completed in 95 milliseconds