Home
last modified time | relevance | path

Searched refs:ifmt (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/moints/
H A Dsifs0.F195 ifmt=0
198 ifmt=1
519 if ( ifmt.eq.0 ) then
546 if ( ifmt.eq.0 ) then
699 if ( ifmt.eq.0 ) then
742 if ( ifmt.eq.0 ) then
833 & ifmt, ibvtyp, ierr
873 if(ifmt.eq.0)then
875 elseif(ifmt.eq.1)then
914 if(ifmt.eq.0)then
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/moints/
H A Dsifs0.F195 ifmt=0
198 ifmt=1
519 if ( ifmt.eq.0 ) then
546 if ( ifmt.eq.0 ) then
699 if ( ifmt.eq.0 ) then
742 if ( ifmt.eq.0 ) then
833 & ifmt, ibvtyp, ierr
873 if(ifmt.eq.0)then
875 elseif(ifmt.eq.1)then
914 if(ifmt.eq.0)then
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/fmt/
H A Difmt-bad-arg.stderr2 --> $DIR/ifmt-bad-arg.rs:6:14
8 --> $DIR/ifmt-bad-arg.rs:9:14
16 --> $DIR/ifmt-bad-arg.rs:9:20
24 --> $DIR/ifmt-bad-arg.rs:13:14
30 --> $DIR/ifmt-bad-arg.rs:16:18
38 --> $DIR/ifmt-bad-arg.rs:19:22
46 --> $DIR/ifmt-bad-arg.rs:22:28
54 --> $DIR/ifmt-bad-arg.rs:24:38
62 --> $DIR/ifmt-bad-arg.rs:32:17
71 --> $DIR/ifmt-bad-arg.rs:33:22
[all …]
/dports/multimedia/xawtv/xawtv-3.107/libng/
H A Dconvert.c31 h->ifmt = *i; in ng_convert_alloc()
41 if (0 == h->ifmt.bytesperline) in ng_convert_init()
42 h->ifmt.bytesperline = h->ifmt.width * in ng_convert_init()
43 ng_vfmt_to_depth[h->ifmt.fmtid] / 8; in ng_convert_init()
48 h->isize = h->ifmt.height * h->ifmt.bytesperline; in ng_convert_init()
50 h->isize = h->ifmt.width * h->ifmt.height * 3; in ng_convert_init()
60 h->ifmt.width, h->ifmt.height, in ng_convert_init()
61 ng_vfmt_to_desc[h->ifmt.fmtid], h->isize); in ng_convert_init()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Doptions.c54 AVInputFormat *ifmt = NULL; in format_child_class_next() local
60 while ((ifmt = av_iformat_next(ifmt))) in format_child_class_next()
61 if (ifmt->priv_class == prev) in format_child_class_next()
64 if (!ifmt) in format_child_class_next()
69 while (ifmt = av_iformat_next(ifmt)) in format_child_class_next()
70 if (ifmt->priv_class) in format_child_class_next()
71 return ifmt->priv_class; in format_child_class_next()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Doptions.c54 AVInputFormat *ifmt = NULL; in format_child_class_next() local
60 while ((ifmt = av_iformat_next(ifmt))) in format_child_class_next()
61 if (ifmt->priv_class == prev) in format_child_class_next()
64 if (!ifmt) in format_child_class_next()
69 while (ifmt = av_iformat_next(ifmt)) in format_child_class_next()
70 if (ifmt->priv_class) in format_child_class_next()
71 return ifmt->priv_class; in format_child_class_next()
/dports/math/scilab/scilab-6.1.1/scilab/modules/output_stream/src/fortran/
H A Dformatnumber.f13 subroutine formatnumber(a,ifmt,maxc,str,fl) argument
19 if (ifmt .eq. 1) then
40 elseif (ifmt .ge. 0) then
41 n1 = ifmt / 32
46 n2 = ifmt - 32*n1
62 elseif (ifmt .eq. -1) then
66 elseif (ifmt .eq. -2) then
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Doptions.c61 AVInputFormat *ifmt = NULL; in format_child_class_next() local
67 while ((ifmt = av_iformat_next(ifmt))) in format_child_class_next()
68 if (ifmt->priv_class == prev) in format_child_class_next()
71 if (!ifmt) in format_child_class_next()
76 while (ifmt = av_iformat_next(ifmt)) in format_child_class_next()
77 if (ifmt->priv_class) in format_child_class_next()
78 return ifmt->priv_class; in format_child_class_next()
127 const AVInputFormat *ifmt; in format_child_class_iterate() local
129 while ((ifmt = av_demuxer_iterate(&val))) { in format_child_class_iterate()
130 ret = ifmt->priv_class; in format_child_class_iterate()
/dports/audio/sphinx3/sphinx3-0.8/src/tests/regression/
H A Dtest-lm_convert.sh21 -ifmt TXT32 \
36 -ifmt TXT32 \
48 -ifmt DMP \
71 -ifmt TXT32 \
93 -ifmt DMP \
105 -ifmt TXT32 \
111 -ifmt DMP \
129 -ifmt DMP \
149 -ifmt DMP \
178 -ifmt DMP \
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libswscale/aarch64/
H A Dswscale_unscaled.c30 #define DECLARE_FF_YUVX_TO_RGBX_FUNCS(ifmt, ofmt) \ argument
31 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \
40 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
45 return ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
64 #define DECLARE_FF_NVX_TO_RGBX_FUNCS(ifmt, ofmt) \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS() argument
65 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS()
73 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
78 return ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
99 #define SET_FF_NVX_TO_RGBX_FUNC(ifmt, IFMT, ofmt, OFMT, accurate_rnd) do { \ argument
105 c->swscale = ifmt##_to_##ofmt##_neon_wrapper; \
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libswscale/aarch64/
H A Dswscale_unscaled.c30 #define DECLARE_FF_YUVX_TO_RGBX_FUNCS(ifmt, ofmt) \ argument
31 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \
40 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
45 ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
65 #define DECLARE_FF_NVX_TO_RGBX_FUNCS(ifmt, ofmt) \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS() argument
66 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS()
74 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
79 ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
102 #define SET_FF_NVX_TO_RGBX_FUNC(ifmt, IFMT, ofmt, OFMT, accurate_rnd) do { \ argument
108 c->swscale = ifmt##_to_##ofmt##_neon_wrapper; \
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libswscale/aarch64/
H A Dswscale_unscaled.c30 #define DECLARE_FF_YUVX_TO_RGBX_FUNCS(ifmt, ofmt) \ argument
31 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \
40 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
45 return ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
64 #define DECLARE_FF_NVX_TO_RGBX_FUNCS(ifmt, ofmt) \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS() argument
65 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS()
73 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
78 return ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
99 #define SET_FF_NVX_TO_RGBX_FUNC(ifmt, IFMT, ofmt, OFMT, accurate_rnd) do { \ argument
105 c->swscale = ifmt##_to_##ofmt##_neon_wrapper; \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libswscale/aarch64/
H A Dswscale_unscaled.c30 #define DECLARE_FF_YUVX_TO_RGBX_FUNCS(ifmt, ofmt) \ argument
31 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \
40 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
45 ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
65 #define DECLARE_FF_NVX_TO_RGBX_FUNCS(ifmt, ofmt) \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS() argument
66 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS()
74 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
79 ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
102 #define SET_FF_NVX_TO_RGBX_FUNC(ifmt, IFMT, ofmt, OFMT, accurate_rnd) do { \ argument
108 c->swscale = ifmt##_to_##ofmt##_neon_wrapper; \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libswscale/aarch64/
H A Dswscale_unscaled.c30 #define DECLARE_FF_YUVX_TO_RGBX_FUNCS(ifmt, ofmt) \ argument
31 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \
40 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
45 return ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
64 #define DECLARE_FF_NVX_TO_RGBX_FUNCS(ifmt, ofmt) \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS() argument
65 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS()
73 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
78 return ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
99 #define SET_FF_NVX_TO_RGBX_FUNC(ifmt, IFMT, ofmt, OFMT, accurate_rnd) do { \ argument
105 c->swscale = ifmt##_to_##ofmt##_neon_wrapper; \
/dports/math/octave/octave-6.4.0/scripts/plot/draw/private/
H A D__errplot__.m91 ifmt = "yerr"; variable
93 ifmt = "xerr"; variable
97 ifmt = "box"; variable
99 ifmt = "boxy"; variable
136 if (strcmp (ifmt, "yerr") || strcmp (ifmt, "boxy"))
141 elseif (strcmp (ifmt, "xerr") || strcmp (ifmt, "box"))
150 if (strcmp (ifmt, "yerr") || strcmp (ifmt, "boxy"))
157 elseif (strcmp (ifmt, "xyerr") || strcmp (ifmt, "boxxy"))
173 if (strcmp (ifmt, "yerr") || strcmp (ifmt, "boxy"))
180 elseif (strcmp (ifmt, "xyerr") || strcmp (ifmt, "boxxy"))
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Doptions.c58 AVInputFormat *ifmt = NULL; in format_child_class_next() local
64 while ((ifmt = av_iformat_next(ifmt))) in format_child_class_next()
65 if (ifmt->priv_class == prev) in format_child_class_next()
68 if (!ifmt) in format_child_class_next()
73 while (ifmt = av_iformat_next(ifmt)) in format_child_class_next()
74 if (ifmt->priv_class) in format_child_class_next()
75 return ifmt->priv_class; in format_child_class_next()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Doptions.c58 AVInputFormat *ifmt = NULL; in format_child_class_next() local
64 while ((ifmt = av_iformat_next(ifmt))) in format_child_class_next()
65 if (ifmt->priv_class == prev) in format_child_class_next()
68 if (!ifmt) in format_child_class_next()
73 while (ifmt = av_iformat_next(ifmt)) in format_child_class_next()
74 if (ifmt->priv_class) in format_child_class_next()
75 return ifmt->priv_class; in format_child_class_next()
/dports/security/sancp/sancp-1.6.1-stable/
H A DoutputFileHandle.cc23 outputFileHandle::outputFileHandle(FILE *OFH, int mode = APPEND_MODE,char *ifmt=0, int len=0) :fmt(… in outputFileHandle() argument
26 setFormat(ifmt,len); in outputFileHandle()
29 outputFileHandle::outputFileHandle(const char *newfilename,char *ifmt=0, int len=0, int mode=APPEND… in outputFileHandle() argument
32 setFormat(ifmt,len); in outputFileHandle()
41 char * outputFileHandle::setFormat(char *ifmt, int len) in setFormat() argument
46 memcpy(fmt,ifmt,len); in setFormat()
/dports/graphics/nip2/nip2-8.7.1/test/workspaces/
H A Dtest_snip.def28 [test fname ifmt nfmt x :: [fname, ifmt, nfmt] <- fmts; x <- numbers]
31 test fname ifmt nfmt x
36 image = (to_real @ fn @ ifmt @ to_image) x;
43 [test fname ifmt nfmt x y ::
44 [fname, ifmt, nfmt] <- fmts; x <- numbers; y <- numbers]
47 test fname ifmt nfmt x y
52 image = to_real (fn ((ifmt @ to_image) x) ((ifmt @ to_image) y));
/dports/multimedia/handbrake/ffmpeg-4.4/libswscale/arm/
H A Dswscale_unscaled.c71 #define DECLARE_FF_YUVX_TO_RGBX_FUNCS(ifmt, ofmt) \ argument
72 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \
81 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
86 ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
107 #define DECLARE_FF_NVX_TO_RGBX_FUNCS(ifmt, ofmt) \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS() argument
108 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS()
116 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
121 ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
144 #define SET_FF_NVX_TO_RGBX_FUNC(ifmt, IFMT, ofmt, OFMT, accurate_rnd) do { \ argument
150 c->swscale = ifmt##_to_##ofmt##_neon_wrapper; \
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libswscale/arm/
H A Dswscale_unscaled.c71 #define DECLARE_FF_YUVX_TO_RGBX_FUNCS(ifmt, ofmt) \ argument
72 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \
81 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
86 ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
107 #define DECLARE_FF_NVX_TO_RGBX_FUNCS(ifmt, ofmt) \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS() argument
108 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS()
116 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
121 ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
144 #define SET_FF_NVX_TO_RGBX_FUNC(ifmt, IFMT, ofmt, OFMT, accurate_rnd) do { \ argument
150 c->swscale = ifmt##_to_##ofmt##_neon_wrapper; \
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libswscale/arm/
H A Dswscale_unscaled.c71 #define DECLARE_FF_YUVX_TO_RGBX_FUNCS(ifmt, ofmt) \ argument
72 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \
81 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
86 ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
107 #define DECLARE_FF_NVX_TO_RGBX_FUNCS(ifmt, ofmt) \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS() argument
108 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS()
116 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
121 ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
144 #define SET_FF_NVX_TO_RGBX_FUNC(ifmt, IFMT, ofmt, OFMT, accurate_rnd) do { \ argument
150 c->swscale = ifmt##_to_##ofmt##_neon_wrapper; \
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Doptions.c60 const AVInputFormat *ifmt = NULL; in format_child_class_next() local
67 while ((ifmt = av_demuxer_iterate(&ifmt_iter))) in format_child_class_next()
68 if (ifmt->priv_class == prev) in format_child_class_next()
71 if (!ifmt) { in format_child_class_next()
79 while ((ifmt = av_demuxer_iterate(&ifmt_iter))) in format_child_class_next()
80 if (ifmt->priv_class) in format_child_class_next()
81 return ifmt->priv_class; in format_child_class_next()
130 const AVInputFormat *ifmt; in format_child_class_iterate() local
132 while ((ifmt = av_demuxer_iterate(&val))) { in format_child_class_iterate()
133 ret = ifmt->priv_class; in format_child_class_iterate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libswscale/arm/
H A Dswscale_unscaled.c71 #define DECLARE_FF_YUVX_TO_RGBX_FUNCS(ifmt, ofmt) \ argument
72 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \
81 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
86 ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
107 #define DECLARE_FF_NVX_TO_RGBX_FUNCS(ifmt, ofmt) \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS() argument
108 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS()
116 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
121 ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
144 #define SET_FF_NVX_TO_RGBX_FUNC(ifmt, IFMT, ofmt, OFMT, accurate_rnd) do { \ argument
150 c->swscale = ifmt##_to_##ofmt##_neon_wrapper; \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libswscale/arm/
H A Dswscale_unscaled.c71 #define DECLARE_FF_YUVX_TO_RGBX_FUNCS(ifmt, ofmt) \ argument
72 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \
81 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
86 ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
107 #define DECLARE_FF_NVX_TO_RGBX_FUNCS(ifmt, ofmt) \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS() argument
108 int ff_##ifmt##_to_##ofmt##_neon(int w, int h, \ in DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS()
116 static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \
121 ff_##ifmt##_to_##ofmt##_neon(c->srcW, srcSliceH, \
144 #define SET_FF_NVX_TO_RGBX_FUNC(ifmt, IFMT, ofmt, OFMT, accurate_rnd) do { \ argument
150 c->swscale = ifmt##_to_##ofmt##_neon_wrapper; \

12345678910>>...19