Lines Matching refs:IEEE
40 for machines that support IEEE 754 floating-point arithmetic.
55 a. IEEE 754 style (if not precise compliance) arithmetic;
57 c. Each double precision floating-point number must be in IEEE 754
64 IEEE double format: 0x4000000000000000
88 d. IEEE exceptions may trigger "signals" as is common in Unix
103 computed value. On an IEEE machine, this will trigger the
115 are in "IEEE spirit" (i.e., return the most reasonable result in
161 There are two types of libm.a. One is IEEE only, and the other is
162 multi-standard compliant (supports IEEE,XOPEN,POSIX/ANSI,SVID).
164 To create the IEEE only libm.a, use
166 This will create an IEEE libm.a, which is smaller in size, and
171 to IEEE
210 printf("IEEE: ieee_y0(1e300) = %1.20e\n",y0(1e300));
222 IEEE: ieee_y0(1e300) = -1.36813604503424810557e-151
242 of the IEEE recommended function scalb: