Home
last modified time | relevance | path

Searched defs:xsize (Results 26 – 50 of 3360) sorted by relevance

12345678910>>...135

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dinterpol.cpp55 ssize_t xsize; member
79 gdl_interpol* gdl_interpol_alloc(const gdl_interpol_type* T, ssize_t xsize) { in gdl_interpol_alloc()
99 … gdl_interpol_init(gdl_interpol* interp, const double xarr[], const double tarr[], ssize_t xsize) { in gdl_interpol_init()
141 static int linear_init(void* state, const double xa[], const double ta[], ssize_t xsize) { in linear_init()
144 static int quadratic_init(void* state, const double xa[], const double ta[], ssize_t xsize) { in quadratic_init()
148 …static int linear_eval(const void* state, const double xarr[], const double tarr[], ssize_t xsize,… in linear_eval()
163 …tic_eval(const void* state, const double xarr[], const double tarr[], ssize_t xsize, double x, gsl… in quadratic_eval()
203 static int lsquadratic_init(void* state, const double xa[], const double ta[], ssize_t xsize) { in lsquadratic_init()
246 static int cspline_init(void* state, const double xa[], const double ta[], ssize_t xsize) { in cspline_init()
253 static int cspline_eval(const void* state, const double xarr[], const double tarr[], ssize_t xsize,… in cspline_eval()
[all …]
H A Dinterp_multid.h56 size_t xsize; member
80 gdl_interp1d* gdl_interp1d_alloc(const gdl_interp1d_type* T, size_t xsize) { in gdl_interp1d_alloc()
161 static int linear_init(void* state, const double xa[], const double ta[], size_t xsize) { in linear_init()
165 static int nearest_init(void* state, const double xa[], const double ta[], size_t xsize) { in nearest_init()
169 static int cubic_init(void* state, const double xa[], const double ta[], size_t xsize) { in cubic_init()
268 #define INDEX_2D(xi, yi, xsize, ysize) (yi) * (xsize) + (xi) argument
288 size_t xsize; member
312 gdl_interp2d* gdl_interp2d_alloc(const gdl_interp2d_type* T, size_t xsize, size_t ysize) { in gdl_interp2d_alloc()
566 #define INDEX_3D(xi, yi, zi, xsize, ysize, zsize) ((zi) * (ysize) + (yi)) * (xsize) + (xi) argument
588 size_t xsize; member
[all …]
/dports/www/firefox/firefox-99.0/third_party/highway/hwy/contrib/image/
H A Dimage.cc47 size_t ImageBase::BytesPerRow(const size_t xsize, const size_t sizeof_t) { in BytesPerRow()
76 ImageBase::ImageBase(const size_t xsize, const size_t ysize, in ImageBase()
94 ImageBase::ImageBase(const size_t xsize, const size_t ysize, in ImageBase()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/highway/hwy/contrib/image/
H A Dimage.cc48 size_t ImageBase::BytesPerRow(const size_t xsize, const size_t sizeof_t) { in BytesPerRow()
77 ImageBase::ImageBase(const size_t xsize, const size_t ysize, in ImageBase()
95 ImageBase::ImageBase(const size_t xsize, const size_t ysize, in ImageBase()
/dports/devel/highway/highway-0.15.0/hwy/contrib/image/
H A Dimage.cc48 size_t ImageBase::BytesPerRow(const size_t xsize, const size_t sizeof_t) { in BytesPerRow()
77 ImageBase::ImageBase(const size_t xsize, const size_t ysize, in ImageBase()
95 ImageBase::ImageBase(const size_t xsize, const size_t ysize, in ImageBase()
/dports/www/firefox-esr/firefox-91.8.0/third_party/highway/hwy/contrib/image/
H A Dimage.cc48 size_t ImageBase::BytesPerRow(const size_t xsize, const size_t sizeof_t) { in BytesPerRow()
77 ImageBase::ImageBase(const size_t xsize, const size_t ysize, in ImageBase()
95 ImageBase::ImageBase(const size_t xsize, const size_t ysize, in ImageBase()
/dports/x11-toolkits/plib/plib-1.8.5/src/ssgAux/
H A DssgaScreenDump.cxx52 int xsize, int ysize, int frontBuffer ) in ssgaScreenDepthDump()
112 void ssgaScreenDump ( char *filename, int xsize, int ysize, int frontBuffer ) in ssgaScreenDump()
172 unsigned char *ssgaScreenDump ( int xsize, int ysize, int frontBuffer ) in ssgaScreenDump()
189 unsigned int *ssgaScreenDepthDump ( int xsize, int ysize, int frontBuffer ) in ssgaScreenDepthDump()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Dimage.cc44 size_t BytesPerRow(const size_t xsize, const size_t sizeof_t) { in BytesPerRow()
74 PlaneBase::PlaneBase(const size_t xsize, const size_t ysize, in PlaneBase()
136 ImageB ImageFromPacked(const uint8_t* packed, const size_t xsize, in ImageFromPacked()
150 ImageF PadImage(const ImageF& in, const size_t xsize, const size_t ysize) { in PadImage()
179 size_t xsize = in.xsize(); in PadImageMirror() local
223 const size_t xsize = N * xsize_blocks; in PadImageToMultiple() local
236 const size_t xsize = RoundUpToBlockDim(xsize_orig); in PadImageToBlockMultipleInPlace() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dimage.cc43 size_t BytesPerRow(const size_t xsize, const size_t sizeof_t) { in BytesPerRow()
73 PlaneBase::PlaneBase(const size_t xsize, const size_t ysize, in PlaneBase()
134 ImageB ImageFromPacked(const uint8_t* packed, const size_t xsize, in ImageFromPacked()
148 ImageF PadImage(const ImageF& in, const size_t xsize, const size_t ysize) { in PadImage()
177 size_t xsize = in.xsize(); in PadImageMirror() local
221 const size_t xsize = N * xsize_blocks; in PadImageToMultiple() local
234 const size_t xsize = RoundUpToBlockDim(xsize_orig); in PadImageToBlockMultipleInPlace() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dimage.cc43 size_t BytesPerRow(const size_t xsize, const size_t sizeof_t) { in BytesPerRow()
73 PlaneBase::PlaneBase(const size_t xsize, const size_t ysize, in PlaneBase()
134 ImageB ImageFromPacked(const uint8_t* packed, const size_t xsize, in ImageFromPacked()
148 ImageF PadImage(const ImageF& in, const size_t xsize, const size_t ysize) { in PadImage()
177 size_t xsize = in.xsize(); in PadImageMirror() local
221 const size_t xsize = N * xsize_blocks; in PadImageToMultiple() local
234 const size_t xsize = RoundUpToBlockDim(xsize_orig); in PadImageToBlockMultipleInPlace() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/libmlib_image/
H A Dmlib_v_ImageLookUpSIU16S16Func.c74 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_2_DstA8D1()
138 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_2_D1()
216 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_2()
261 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_3_D1()
373 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_3()
416 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4_DstOff0_D1()
470 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4_DstOff1_D1()
535 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4_DstOff2_D1()
599 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4_DstOff3_D1()
664 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4()
H A Dmlib_v_ImageLookUpSIU16U16Func.c74 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_2_DstA8D1()
138 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_2_D1()
218 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_2()
264 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_3_D1()
377 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_3()
420 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4_DstOff0_D1()
474 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4_DstOff1_D1()
539 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4_DstOff2_D1()
603 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4_DstOff3_D1()
668 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4()
H A Dmlib_v_ImageLookUpSIS16U16Func.c74 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_2_DstA8D1()
138 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_2_D1()
216 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_2()
261 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_3_D1()
373 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_3()
416 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4_DstOff0_D1()
470 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4_DstOff1_D1()
535 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4_DstOff2_D1()
599 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4_DstOff3_D1()
664 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4()
H A Dmlib_v_ImageLookUpSIS16S16Func.c74 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_2_DstA8D1()
138 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_2_D1()
216 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_2()
261 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_3_D1()
373 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_3()
416 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_4_DstOff0_D1()
470 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_4_DstOff1_D1()
535 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_4_DstOff2_D1()
599 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_4_DstOff3_D1()
664 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_4()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/native/libmlib_image/
H A Dmlib_v_ImageLookUpSIS16U16Func.c74 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_2_DstA8D1()
138 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_2_D1()
216 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_2()
261 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_3_D1()
373 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_3()
416 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4_DstOff0_D1()
470 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4_DstOff1_D1()
535 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4_DstOff2_D1()
599 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4_DstOff3_D1()
664 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4()
H A Dmlib_v_ImageLookUpSIU16S16Func.c74 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_2_DstA8D1()
138 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_2_D1()
216 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_2()
261 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_3_D1()
373 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_3()
416 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4_DstOff0_D1()
470 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4_DstOff1_D1()
535 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4_DstOff2_D1()
599 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4_DstOff3_D1()
664 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/libmlib_image/
H A Dmlib_v_ImageLookUpSIS16S16Func.c74 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_2_DstA8D1()
138 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_2_D1()
216 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_2()
261 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_3_D1()
373 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_3()
416 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_4_DstOff0_D1()
470 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_4_DstOff1_D1()
535 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_4_DstOff2_D1()
599 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_4_DstOff3_D1()
664 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_4()
H A Dmlib_v_ImageLookUpSIS16U16Func.c74 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_2_DstA8D1()
138 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_2_D1()
216 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_2()
261 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_3_D1()
373 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_3()
416 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4_DstOff0_D1()
470 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4_DstOff1_D1()
535 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4_DstOff2_D1()
599 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4_DstOff3_D1()
664 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4()
H A Dmlib_v_ImageLookUpSIU16S16Func.c74 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_2_DstA8D1()
138 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_2_D1()
216 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_2()
261 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_3_D1()
373 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_3()
416 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4_DstOff0_D1()
470 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4_DstOff1_D1()
535 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4_DstOff2_D1()
599 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4_DstOff3_D1()
664 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4()
H A Dmlib_v_ImageLookUpSIU16U16Func.c74 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_2_DstA8D1()
138 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_2_D1()
218 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_2()
264 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_3_D1()
377 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_3()
420 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4_DstOff0_D1()
474 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4_DstOff1_D1()
539 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4_DstOff2_D1()
603 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4_DstOff3_D1()
668 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageLookUpSIS16S16Func.c74 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_2_DstA8D1()
138 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_2_D1()
216 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_2()
261 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_3_D1()
373 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_3()
416 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_4_DstOff0_D1()
470 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_4_DstOff1_D1()
535 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_4_DstOff2_D1()
599 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_4_DstOff3_D1()
664 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_S16_4()
H A Dmlib_v_ImageLookUpSIU16U16Func.c74 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_2_DstA8D1()
138 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_2_D1()
218 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_2()
264 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_3_D1()
377 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_3()
420 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4_DstOff0_D1()
474 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4_DstOff1_D1()
539 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4_DstOff2_D1()
603 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4_DstOff3_D1()
668 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4()
H A Dmlib_v_ImageLookUpSIS16U16Func.c74 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_2_DstA8D1()
138 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_2_D1()
216 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_2()
261 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_3_D1()
373 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_3()
416 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4_DstOff0_D1()
470 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4_DstOff1_D1()
535 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4_DstOff2_D1()
599 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4_DstOff3_D1()
664 mlib_s32 xsize, in mlib_v_ImageLookUpSI_S16_U16_4()
H A Dmlib_v_ImageLookUpSIU16S16Func.c74 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_2_DstA8D1()
138 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_2_D1()
216 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_2()
261 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_3_D1()
373 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_3()
416 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4_DstOff0_D1()
470 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4_DstOff1_D1()
535 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4_DstOff2_D1()
599 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4_DstOff3_D1()
664 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_S16_4()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/native/libmlib_image/
H A Dmlib_v_ImageLookUpSIU16U16Func.c74 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_2_DstA8D1()
138 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_2_D1()
218 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_2()
264 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_3_D1()
377 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_3()
420 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4_DstOff0_D1()
474 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4_DstOff1_D1()
539 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4_DstOff2_D1()
603 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4_DstOff3_D1()
668 mlib_s32 xsize, in mlib_v_ImageLookUpSI_U16_U16_4()

12345678910>>...135