Home
last modified time | relevance | path

Searched defs:i_max (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/detail/insn/
H A Di_max.h29 int8x16 i_max(const int8x16& a, const int8x16& b) in i_max() function
51 int8x32 i_max(const int8x32& a, const int8x32& b) in i_max() function
65 int8<N> i_max(const int8<N>& a, const int8<N>& b) in i_max() function
73 uint8x16 i_max(const uint8x16& a, const uint8x16& b) in i_max() function
90 uint8x32 i_max(const uint8x32& a, const uint8x32& b) in i_max() function
104 uint8<N> i_max(const uint8<N>& a, const uint8<N>& b) in i_max() function
112 int16x8 i_max(const int16x8& a, const int16x8& b) in i_max() function
195 int32x4 i_max(const int32x4& a, const int32x4& b) in i_max() function
215 int32x8 i_max(const int32x8& a, const int32x8& b) in i_max() function
281 int64x2 i_max(const int64x2& a, const int64x2& b) in i_max() function
[all …]
H A Df_max.h26 float32x4 i_max(const float32x4& a, const float32x4& b) in i_max() function
43 float32x8 i_max(const float32x8& a, const float32x8& b) in i_max() function
51 float32<16> i_max(const float32<16>& a, const float32<16>& b) in i_max() function
58 float32<N> i_max(const float32<N>& a, const float32<N>& b) in i_max() function
66 float64x2 i_max(const float64x2& a, const float64x2& b) in i_max() function
83 float64x4 i_max(const float64x4& a, const float64x4& b) in i_max() function
91 float64<8> i_max(const float64<8>& a, const float64<8>& b) in i_max() function
98 float64<N> i_max(const float64<N>& a, const float64<N>& b) in i_max() function
/dports/games/freesynd/freesynd-0.7.5/src/utils/
H A Dtimer.h42 Timer(uint32 i_max) { in Timer()
56 void reset(uint32 i_max) { in reset()
101 BoolTimer(uint32 i_max, bool b_state) : Timer(i_max) { in BoolTimer()
/dports/graphics/chafa/chafa-1.8.0/chafa/internal/
H A Dchafa-canvas-printer.c205 emit_ansi_truecolor (PrintCtx *ctx, gchar *out, gint i, gint i_max) in emit_ansi_truecolor()
323 emit_ansi_256 (PrintCtx *ctx, gchar *out, gint i, gint i_max) in emit_ansi_256()
416 emit_ansi_16 (PrintCtx *ctx, gchar *out, gint i, gint i_max) in emit_ansi_16()
451 emit_ansi_fgbg_bgfg (PrintCtx *ctx, gchar *out, gint i, gint i_max) in emit_ansi_fgbg_bgfg()
519 emit_ansi_fgbg (PrintCtx *ctx, gchar *out, gint i, gint i_max) in emit_ansi_fgbg()
557 gint i, i_max, i_step, i_next; in build_ansi_gstring() local
/dports/net/arataga/oess-2.2.3/dev/oess_2/scheme/
H A Dtext_parser.cpp60 for( size_t i = 0, i_max = tags.size(); in make_bases() local
132 for( size_t i = 0, i_max = tags.size(); in make_attrs() local
230 for( size_t i = 0, i_max = tags.size(); in make_scheme() local
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/
H A Drtpfmt.c702 int i_max = rtp_mtu (id) - 6; /* payload max in one packet */ in rtp_packetize_xiph_config() local
767 int i_max = rtp_mtu (id) - 6; /* payload max in one packet */ in rtp_packetize_xiph() local
822 int i_max = rtp_mtu (id) - 4; /* payload max in one packet */ in rtp_packetize_mpa() local
858 int i_max = rtp_mtu (id) - 4; /* payload max in one packet */ in rtp_packetize_mpv() local
942 int i_max = rtp_mtu (id) - 2; /* payload max in one packet */ in rtp_packetize_ac3() local
991 int i_max = rtp_mtu (id); /* payload max in one packet */ in rtp_packetize_split() local
1246 const int i_max = rtp_mtu (id); /* payload max in one packet */ in rtp_packetize_h264_nal() local
1330 const size_t i_max = rtp_mtu (id); /* payload max in one packet */ in rtp_packetize_h265_nal() local
1446 const size_t i_max = rtp_mtu (id); in rtp_packetize_t140() local
1574 int i_max = (rtp_mtu( id )- 12 + i_pad - 1) & ~i_pad; in rtp_packetize_g726() local
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/gww/
H A Dpara_gww.f9039 SUBROUTINE setup_para_gww(ntimes,nstates, i_min, i_max) argument
53 INTEGER, INTENT(in) :: i_max!upper state for which the self-energy is calculated local
/dports/comms/libticalcs2/libticalcs2-1.1.9/src/
H A Dbackup.c42 int i_max; in tixx_recv_all_vars_backup() local
346 int i_max = g_node_n_children(vars); in ticalcs_calc_recv_tigroup() local
411 int i_max = g_node_n_children(apps); in ticalcs_calc_recv_tigroup() local
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_cblas__source_gbmv_c.h109 const INDEX i_max = GSL_MIN(lenY, j + L + 1); variable
131 const INDEX i_max = GSL_MIN(lenY, j + L + 1); variable
/dports/math/gsl/gsl-2.7/cblas/
H A Dsource_gbmv_c.h111 const INDEX i_max = GSL_MIN(lenY, j + L + 1); variable
133 const INDEX i_max = GSL_MIN(lenY, j + L + 1); variable
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/
H A D4.cc33 const int i_max=250; in test04() local
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D4.cc33 const int i_max=250; in test04() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/
H A D4.cc33 const int i_max=250; in test04() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D4.cc33 const int i_max=250; in test04() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D4.cc33 const int i_max=250; in test04() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/
H A D4.cc33 const int i_max=250; in test04() local
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D4.cc33 const int i_max=250; in test04() local
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/
H A D4.cc33 const int i_max=250; in test04() local
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/
H A D4.cc33 const int i_max=250; in test04() local
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D4.cc33 const int i_max=250; in test04() local
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D4.cc33 const int i_max=250; in test04() local
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/
H A D5.cc33 typedef std::ostream::pos_type pos_type; in test04()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D4.cc33 const int i_max=250; in test04() local
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/
H A D4.cc33 const int i_max=250; in test04() local
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/
H A D4.cc33 const int i_max=250; in test04() local

12345678910>>...19