Home
last modified time | relevance | path

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

/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Dfits_hdecompress.c303 lowbit0 = hc & bit0; in hinv()
304 hx = (hx >= 0) ? (hx - lowbit0) : (hx + lowbit0); in hinv()
305 hy = (hy >= 0) ? (hy - lowbit0) : (hy + lowbit0); in hinv()
314 ? (h0 + lowbit0 - lowbit1) in hinv()
315 : (h0 + ((lowbit0 == 0) ? lowbit1 : (lowbit0-lowbit1))); in hinv()
394 LONGLONG nrnd0, nrnd1, nrnd2, lowbit0, lowbit1; in hinv64() local
495 lowbit0 = hc & bit0; in hinv64()
496 hx = (hx >= 0) ? (hx - lowbit0) : (hx + lowbit0); in hinv64()
497 hy = (hy >= 0) ? (hy - lowbit0) : (hy + lowbit0); in hinv64()
506 ? (h0 + lowbit0 - lowbit1) in hinv64()
[all …]
/dports/astro/cfitsio/cfitsio-3.49/
H A Dfits_hdecompress.c303 lowbit0 = hc & bit0; in hinv()
304 hx = (hx >= 0) ? (hx - lowbit0) : (hx + lowbit0); in hinv()
305 hy = (hy >= 0) ? (hy - lowbit0) : (hy + lowbit0); in hinv()
314 ? (h0 + lowbit0 - lowbit1) in hinv()
315 : (h0 + ((lowbit0 == 0) ? lowbit1 : (lowbit0-lowbit1))); in hinv()
394 LONGLONG nrnd0, nrnd1, nrnd2, lowbit0, lowbit1; in hinv64() local
495 lowbit0 = hc & bit0; in hinv64()
496 hx = (hx >= 0) ? (hx - lowbit0) : (hx + lowbit0); in hinv64()
497 hy = (hy >= 0) ? (hy - lowbit0) : (hy + lowbit0); in hinv64()
506 ? (h0 + lowbit0 - lowbit1) in hinv64()
[all …]
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Dfits_hdecompress.c303 lowbit0 = hc & bit0; in hinv()
304 hx = (hx >= 0) ? (hx - lowbit0) : (hx + lowbit0); in hinv()
305 hy = (hy >= 0) ? (hy - lowbit0) : (hy + lowbit0); in hinv()
314 ? (h0 + lowbit0 - lowbit1) in hinv()
315 : (h0 + ((lowbit0 == 0) ? lowbit1 : (lowbit0-lowbit1))); in hinv()
394 LONGLONG nrnd0, nrnd1, nrnd2, lowbit0, lowbit1; in hinv64() local
495 lowbit0 = hc & bit0; in hinv64()
496 hx = (hx >= 0) ? (hx - lowbit0) : (hx + lowbit0); in hinv64()
497 hy = (hy >= 0) ? (hy - lowbit0) : (hy + lowbit0); in hinv64()
506 ? (h0 + lowbit0 - lowbit1) in hinv64()
[all …]
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Dfits_hdecompress.c303 lowbit0 = hc & bit0; in hinv()
304 hx = (hx >= 0) ? (hx - lowbit0) : (hx + lowbit0); in hinv()
305 hy = (hy >= 0) ? (hy - lowbit0) : (hy + lowbit0); in hinv()
314 ? (h0 + lowbit0 - lowbit1) in hinv()
315 : (h0 + ((lowbit0 == 0) ? lowbit1 : (lowbit0-lowbit1))); in hinv()
394 LONGLONG nrnd0, nrnd1, nrnd2, lowbit0, lowbit1; in hinv64() local
495 lowbit0 = hc & bit0; in hinv64()
496 hx = (hx >= 0) ? (hx - lowbit0) : (hx + lowbit0); in hinv64()
497 hy = (hy >= 0) ? (hy - lowbit0) : (hy + lowbit0); in hinv64()
506 ? (h0 + lowbit0 - lowbit1) in hinv64()
[all …]