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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dieee754.c50 #define SPSTR(s,b,m) {m,b,s} macro
55 #define SPSTR(s,b,m) {s,b,m} macro
80 SPSTR(0, SP_EMIN - 1 + SP_EBIAS, 0), /* + zero */
81 SPSTR(1, SP_EMIN - 1 + SP_EBIAS, 0), /* - zero */
82 SPSTR(0, SP_EBIAS, 0), /* + 1.0 */
83 SPSTR(1, SP_EBIAS, 0), /* - 1.0 */
84 SPSTR(0, 3 + SP_EBIAS, 0x200000), /* + 10.0 */
85 SPSTR(1, 3 + SP_EBIAS, 0x200000), /* - 10.0 */
86 SPSTR(0, SP_EMAX + 1 + SP_EBIAS, 0), /* + infinity */
87 SPSTR(
[all...]

Completed in 87 milliseconds