Home
last modified time | relevance | path

Searched refs:SIG_MASK (Results 1 – 5 of 5) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/isa/
H A Desp_isa.c191 #define SIG_MASK 0x87 in esp_isa_find() macro
199 p1 = bus_space_read_1(iot, ioh, NCR_SIGNTR) & SIG_MASK; in esp_isa_find()
200 p2 = bus_space_read_1(iot, ioh, NCR_SIGNTR) & SIG_MASK; in esp_isa_find()
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dreal.c59 #define SIG_MASK ((1 << SIG_ELEM_BITS) - 1) macro
527 result *= SIG_MASK + 1; in _gst_real_get_ld()
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclStrToD.c113 #define SIG_MASK (((Tcl_WideUInt) HI_ORDER_SIG_MASK << 32) \ macro
2098 z = d.q & SIG_MASK; in DoubleToExpAndSig()
2243 d2.q = bw << (FP_PRECISION - bbits) & SIG_MASK; in ApproximateLog10()
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclStrToD.c145 #define SIG_MASK (((Tcl_WideUInt) HI_ORDER_SIG_MASK << 32) \ macro
2208 z = d.q & SIG_MASK; in DoubleToExpAndSig()
2357 d2.q = bw << (FP_PRECISION - bbits) & SIG_MASK; in ApproximateLog10()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclStrToD.c143 #define SIG_MASK (((Tcl_WideUInt) HI_ORDER_SIG_MASK << 32) \ macro
2358 z = d.q & SIG_MASK; in DoubleToExpAndSig()
2507 d2.q = bw << (FP_PRECISION - bbits) & SIG_MASK; in ApproximateLog10()