Home
last modified time | relevance | path

Searched defs:sgnd (Results 1 – 25 of 119) sorted by relevance

12345

/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/pgx/
H A Dpgx_enc.c94 bool sgnd; in pgx_encode() local
220 static uint_fast32_t pgx_inttoword(jas_seqent_t v, int prec, bool sgnd) in pgx_inttoword()
H A Dpgx_cod.h98 bool sgnd; member
H A Dpgx_dec.c426 static int pgx_getsgnd(jas_stream_t *in, bool *sgnd) in pgx_getsgnd()
504 static jas_seqent_t pgx_wordtoint(uint_fast32_t v, int prec, bool sgnd) in pgx_wordtoint()
/dports/math/unuran/unuran-1.8.1/src/tests/
H A Dquantiles.c83 int sgnd; /* sign of d */ in unur_test_quartiles() local
/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/base/
H A Djas_image.c319 int_fast32_t width, int_fast32_t height, uint_fast16_t depth, bool sgnd, in jas_image_cmpt_create()
515 const bool sgnd = cmpt->sgnd_; in jas_image_readcmpt() local
608 const bool sgnd = cmpt->sgnd_; in jas_image_writecmpt() local
902 static uint_fast32_t inttobits(jas_seqent_t v, unsigned prec, bool sgnd) in inttobits()
909 static jas_seqent_t bitstoint(uint_fast32_t v, unsigned prec, bool sgnd) in bitstoint()
1213 jas_image_coord_t vs, int sgnd, unsigned prec) in jas_image_sampcmpt()
1394 static int getint(jas_stream_t *in, bool sgnd, unsigned prec, long *val) in getint()
1414 static int putint(jas_stream_t *out, bool sgnd, unsigned prec, long val) in putint()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/libs/jasper/src/base/
H A Djas_image.c303 height, uint_fast16_t depth, bool sgnd, uint_fast32_t inmem) in jas_image_cmpt_create()
728 static uint_fast32_t inttobits(jas_seqent_t v, int prec, bool sgnd) in inttobits()
735 static jas_seqent_t bitstoint(uint_fast32_t v, int prec, bool sgnd) in bitstoint()
1049 jas_image_coord_t vs, int sgnd, int prec) in jas_image_sampcmpt()
1213 static int getint(jas_stream_t *in, int sgnd, int prec, long *val) in getint()
1235 static int putint(jas_stream_t *out, int sgnd, int prec, long val) in putint()
/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/jp2/
H A Djp2_enc.c125 const bool sgnd = jas_image_cmptsgnd(image, 0); in jp2_encode() local
/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/mif/
H A Dmif_cod.h103 int_fast16_t sgnd; member
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libjasper/
H A Djas_image.c300 height, uint_fast16_t depth, bool sgnd, uint_fast32_t inmem) in jas_image_cmpt_create()
717 static uint_fast32_t inttobits(jas_seqent_t v, int prec, bool sgnd) in inttobits()
724 static jas_seqent_t bitstoint(uint_fast32_t v, int prec, bool sgnd) in bitstoint()
1038 jas_image_coord_t vs, int sgnd, int prec) in jas_image_sampcmpt()
1202 static int getint(jas_stream_t *in, int sgnd, int prec, long *val) in getint()
1224 static int putint(jas_stream_t *out, int sgnd, int prec, long val) in putint()
H A Djp2_enc.c114 int sgnd; in jp2_write_header() local
/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/pnm/
H A Dpnm_cod.h137 bool sgnd; member
H A Dpnm_enc.c171 const bool sgnd = jas_image_cmptsgnd(image, enc->cmpts[0]); in pnm_encode() local
/dports/science/mpqc/mpqc-2.3.1/src/lib/math/optimize/
H A Dmcsearch.h41 double p, q, r__, s, sgnd, stpc, stpf, stpq, gamma, theta; variable
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/jpeg2000/libjasper/base/
H A Djas_image.c331 height, uint_fast16_t depth, bool sgnd, uint_fast32_t inmem) in jas_image_cmpt_create()
754 static uint_fast32_t inttobits(jas_seqent_t v, int prec, bool sgnd) in inttobits()
761 static jas_seqent_t bitstoint(uint_fast32_t v, int prec, bool sgnd) in bitstoint()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/libs/jasper/src/jp2/
H A Djp2_enc.c114 int sgnd; in jp2_write_header() local
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/minpack2/
H A Ddcstep.f101 double precision gamma, p, q, r, s, sgnd, stpc, stpf, stpq, theta local
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/
H A Dgdcm_jp2.h60 int sgnd; member
/dports/devel/gdcm/gdcm-3.0.10/Source/MediaStorageAndFileFormat/
H A Dgdcm_jp2.h60 int sgnd; member
/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/include/jasper/
H A Djas_image.h266 int sgnd; member
541 static inline uint_least8_t JAS_IMAGE_CDT_SETSGND(bool sgnd) in JAS_IMAGE_CDT_SETSGND()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/HLBFGS/
H A DLineSearch.cpp240 static double p, q, r__, s, gama, sgnd, stpc, stpf, stpq, theta; in MCSTEP() local
/dports/math/optpp/optpp-2.4/src/Base/
H A Dmcsrch.C326 static double sgnd, stpc, stpf, stpq, p, q, gamma, r, s, theta; in mcstep() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/src/Base/
H A Dmcsrch.C337 static double sgnd, stpc, stpf, stpq, p, q, gamma, r, s, theta; in mcstep() local
/dports/science/PETSc/petsc-3.14.1/src/tao/linesearch/impls/morethuente/
H A Dmorethuente.c397 PetscReal gamma1, p, q, r, s, sgnd, stpc, stpf, stpq, theta; in Tao_mcstep() local
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dsjpx_openjpeg.c97 int sgnd[2]; /* Cr, Cb */ in s_jpxd_ycc_to_rgb() local
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dsjpx_openjpeg.c97 int sgnd[2]; /* Cr, Cb */ in s_jpxd_ycc_to_rgb() local

12345