- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for 0xfffffffff (0.04 sec)
-
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<_comment>MicroStation v7 drawing</_comment> <_comment>Sometimes first byte is C8, sometimes it is 08.</_comment> <magic priority="50"> <match value="0x0809FE02" type="string" offset="0" mask="0x0FFFFFFF" /> </magic> <sub-class-of type="image/vnd.dgn"/> </mime-type> <mime-type type="image/vnd.dgn;version=8"> <_comment>MicroStation v8 drawing; requires ole2 detector</_comment>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (1) -
doc/go_spec.html
sign extended to implicit infinite precision; otherwise it is zero extended. It is then truncated to fit in the result type's size. For example, if <code>v := uint16(0x10F0)</code>, then <code>uint32(int8(v)) == 0xFFFFFFF0</code>. The conversion always yields a valid value; there is no indication of overflow. </li> <li> When converting a <a href="#Numeric_types">floating-point number</a> to an integer, the fraction is discarded
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0)