Home
last modified time | relevance | path

Searched refs:donotsub (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libc/amd64/fp/
H A D_xtoull.s47 jp .donotsub /* jump if x is NaN */
48 ja .donotsub /* jump if 2**63 > x */
50 .donotsub: label
H A D_xtoll.s98 jp .donotsub /* jump if x is NaN */
99 ja .donotsub /* jump if 2**31 > x */
101 .donotsub: label
/titanic_44/usr/src/lib/libc/i386/fp/
H A D_xtoull.s53 jb .donotsub // jump if st < 2**63 or is NaN
57 .donotsub: label
H A D_xtoll.s104 jb .donotsub // jump if st < 2**31 or is NaN
108 .donotsub: label