Home
last modified time | relevance | path

Searched refs:mymax (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/astro/siril/siril/src/algos/
H A Dmedian_fast.c164 a12 = mymax(a12, array[0]); in median24()
168 a12 = mymax(a12, array[1]); in median24()
169 a12 = mymax(a12, array[2]); in median24()
176 a12 = mymax(a12, array[3]); in median24()
180 a12 = mymax(a12, array[4]); in median24()
181 a12 = mymax(a12, array[5]); in median24()
201 a12 = mymax(a12, array[6]); in median24()
205 a12 = mymax(a12, array[7]); in median24()
206 a12 = mymax(a12, array[8]); in median24()
213 a12 = mymax(a12, array[9]); in median24()
[all …]
H A Dmedian_fast.h24 array2 = mymax(array1, array2); in median9f()
27 array5 = mymax(array4, array5); in median9f()
30 array8 = mymax(array7, array8); in median9f()
33 array1 = mymax(array0, array1); in median9f()
36 array4 = mymax(array3, array4); in median9f()
39 array7 = mymax(array6, array7); in median9f()
42 array2 = mymax(array1, array2); in median9f()
45 array5 = mymax(array4, array5); in median9f()
51 array7 = mymax(array4, tmp); in median9f()
54 array4 = mymax(array1, tmp); in median9f()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/aligned_union/
H A D1.cc30 struct mymax struct
37 struct mymax<L, T...> argument
39 static const std::size_t alignment = alignof(L) > mymax<T...>::alignment argument
40 ? alignof(L) : mymax<T...>::alignment;
41 static const std::size_t size = sizeof(L) > mymax<T...>::size argument
42 ? sizeof(L) : mymax<T...>::size;
52 const size_t max_a = mymax<char, short, int, double, int[4], in test01()
54 const size_t max_s = mymax<char, short, int, double, int[4], in test01()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/20_util/aligned_union/
H A D1.cc30 struct mymax struct
37 struct mymax<L, T...> argument
39 static const std::size_t alignment = alignof(L) > mymax<T...>::alignment argument
40 ? alignof(L) : mymax<T...>::alignment;
41 static const std::size_t size = sizeof(L) > mymax<T...>::size argument
42 ? sizeof(L) : mymax<T...>::size;
52 const size_t max_a = mymax<char, short, int, double, int[4], in test01()
54 const size_t max_s = mymax<char, short, int, double, int[4], in test01()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/aligned_union/
H A D1.cc30 struct mymax struct
37 struct mymax<L, T...> struct
39 static const std::size_t alignment = alignof(L) > mymax<T...>::alignment argument
40 ? alignof(L) : mymax<T...>::alignment;
41 static const std::size_t size = sizeof(L) > mymax<T...>::size argument
42 ? sizeof(L) : mymax<T...>::size;
52 const size_t max_a = mymax<char, short, int, double, int[4], in test01()
54 const size_t max_s = mymax<char, short, int, double, int[4], in test01()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/aligned_union/
H A D1.cc30 struct mymax struct
37 struct mymax<L, T...> argument
39 static const std::size_t alignment = alignof(L) > mymax<T...>::alignment argument
40 ? alignof(L) : mymax<T...>::alignment;
41 static const std::size_t size = sizeof(L) > mymax<T...>::size argument
42 ? sizeof(L) : mymax<T...>::size;
52 const size_t max_a = mymax<char, short, int, double, int[4], in test01()
54 const size_t max_s = mymax<char, short, int, double, int[4], in test01()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/aligned_union/
H A D1.cc30 struct mymax struct
37 struct mymax<L, T...> argument
39 static const std::size_t alignment = alignof(L) > mymax<T...>::alignment argument
40 ? alignof(L) : mymax<T...>::alignment;
41 static const std::size_t size = sizeof(L) > mymax<T...>::size argument
42 ? sizeof(L) : mymax<T...>::size;
52 const size_t max_a = mymax<char, short, int, double, int[4], in test01()
54 const size_t max_s = mymax<char, short, int, double, int[4], in test01()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/aligned_union/
H A D1.cc30 struct mymax struct
37 struct mymax<L, T...> struct
39 static const std::size_t alignment = alignof(L) > mymax<T...>::alignment argument
40 ? alignof(L) : mymax<T...>::alignment;
41 static const std::size_t size = sizeof(L) > mymax<T...>::size argument
42 ? sizeof(L) : mymax<T...>::size;
52 const size_t max_a = mymax<char, short, int, double, int[4], in test01()
54 const size_t max_s = mymax<char, short, int, double, int[4], in test01()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/aligned_union/
H A D1.cc30 struct mymax struct
37 struct mymax<L, T...> struct
39 static const std::size_t alignment = alignof(L) > mymax<T...>::alignment argument
40 ? alignof(L) : mymax<T...>::alignment;
41 static const std::size_t size = sizeof(L) > mymax<T...>::size argument
42 ? sizeof(L) : mymax<T...>::size;
52 const size_t max_a = mymax<char, short, int, double, int[4], in test01()
54 const size_t max_s = mymax<char, short, int, double, int[4], in test01()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/aligned_union/
H A D1.cc30 struct mymax struct
37 struct mymax<L, T...> argument
39 static const std::size_t alignment = alignof(L) > mymax<T...>::alignment argument
40 ? alignof(L) : mymax<T...>::alignment;
41 static const std::size_t size = sizeof(L) > mymax<T...>::size argument
42 ? sizeof(L) : mymax<T...>::size;
52 const size_t max_a = mymax<char, short, int, double, int[4], in test01()
54 const size_t max_s = mymax<char, short, int, double, int[4], in test01()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/20_util/aligned_union/
H A D1.cc31 struct mymax struct
38 struct mymax<L, T...> argument
40 static const std::size_t alignment = alignof(L) > mymax<T...>::alignment argument
41 ? alignof(L) : mymax<T...>::alignment;
42 static const std::size_t size = sizeof(L) > mymax<T...>::size argument
43 ? sizeof(L) : mymax<T...>::size;
53 const size_t max_a = mymax<char, short, int, double, int[4], in test01()
55 const size_t max_s = mymax<char, short, int, double, int[4], in test01()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/aligned_union/
H A D1.cc30 struct mymax struct
37 struct mymax<L, T...> struct
39 static const std::size_t alignment = alignof(L) > mymax<T...>::alignment argument
40 ? alignof(L) : mymax<T...>::alignment;
41 static const std::size_t size = sizeof(L) > mymax<T...>::size argument
42 ? sizeof(L) : mymax<T...>::size;
52 const size_t max_a = mymax<char, short, int, double, int[4], in test01()
54 const size_t max_s = mymax<char, short, int, double, int[4], in test01()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/aligned_union/
H A D1.cc30 struct mymax struct
37 struct mymax<L, T...> struct
39 static const std::size_t alignment = alignof(L) > mymax<T...>::alignment argument
40 ? alignof(L) : mymax<T...>::alignment;
41 static const std::size_t size = sizeof(L) > mymax<T...>::size argument
42 ? sizeof(L) : mymax<T...>::size;
52 const size_t max_a = mymax<char, short, int, double, int[4], in test01()
54 const size_t max_s = mymax<char, short, int, double, int[4], in test01()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/aligned_union/
H A D1.cc30 struct mymax struct
37 struct mymax<L, T...> argument
39 static const std::size_t alignment = alignof(L) > mymax<T...>::alignment argument
40 ? alignof(L) : mymax<T...>::alignment;
41 static const std::size_t size = sizeof(L) > mymax<T...>::size argument
42 ? sizeof(L) : mymax<T...>::size;
52 const size_t max_a = mymax<char, short, int, double, int[4], in test01()
54 const size_t max_s = mymax<char, short, int, double, int[4], in test01()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/aligned_union/
H A D1.cc30 struct mymax struct
37 struct mymax<L, T...> struct
39 static const std::size_t alignment = alignof(L) > mymax<T...>::alignment argument
40 ? alignof(L) : mymax<T...>::alignment;
41 static const std::size_t size = sizeof(L) > mymax<T...>::size argument
42 ? sizeof(L) : mymax<T...>::size;
52 const size_t max_a = mymax<char, short, int, double, int[4], in test01()
54 const size_t max_s = mymax<char, short, int, double, int[4], in test01()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/aligned_union/
H A D1.cc30 struct mymax struct
37 struct mymax<L, T...> argument
39 static const std::size_t alignment = alignof(L) > mymax<T...>::alignment argument
40 ? alignof(L) : mymax<T...>::alignment;
41 static const std::size_t size = sizeof(L) > mymax<T...>::size argument
42 ? sizeof(L) : mymax<T...>::size;
52 const size_t max_a = mymax<char, short, int, double, int[4], in test01()
54 const size_t max_s = mymax<char, short, int, double, int[4], in test01()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/20_util/aligned_union/
H A D1.cc31 struct mymax struct
38 struct mymax<L, T...> argument
40 static const std::size_t alignment = alignof(L) > mymax<T...>::alignment argument
41 ? alignof(L) : mymax<T...>::alignment;
42 static const std::size_t size = sizeof(L) > mymax<T...>::size argument
43 ? sizeof(L) : mymax<T...>::size;
53 const size_t max_a = mymax<char, short, int, double, int[4], in test01()
55 const size_t max_s = mymax<char, short, int, double, int[4], in test01()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/20_util/aligned_union/
H A D1.cc30 struct mymax struct
37 struct mymax<L, T...> argument
39 static const std::size_t alignment = alignof(L) > mymax<T...>::alignment argument
40 ? alignof(L) : mymax<T...>::alignment;
41 static const std::size_t size = sizeof(L) > mymax<T...>::size argument
42 ? sizeof(L) : mymax<T...>::size;
52 const size_t max_a = mymax<char, short, int, double, int[4], in test01()
54 const size_t max_s = mymax<char, short, int, double, int[4], in test01()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/aligned_union/
H A D1.cc30 struct mymax struct
37 struct mymax<L, T...> argument
39 static const std::size_t alignment = alignof(L) > mymax<T...>::alignment argument
40 ? alignof(L) : mymax<T...>::alignment;
41 static const std::size_t size = sizeof(L) > mymax<T...>::size argument
42 ? sizeof(L) : mymax<T...>::size;
52 const size_t max_a = mymax<char, short, int, double, int[4], in test01()
54 const size_t max_s = mymax<char, short, int, double, int[4], in test01()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/aligned_union/
H A D1.cc30 struct mymax struct
37 struct mymax<L, T...> argument
39 static const std::size_t alignment = alignof(L) > mymax<T...>::alignment argument
40 ? alignof(L) : mymax<T...>::alignment;
41 static const std::size_t size = sizeof(L) > mymax<T...>::size argument
42 ? sizeof(L) : mymax<T...>::size;
52 const size_t max_a = mymax<char, short, int, double, int[4], in test01()
54 const size_t max_s = mymax<char, short, int, double, int[4], in test01()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dportalgo.c185 *mymax = lowportmax; in pcb_getports()
190 *mymax = anonportmax; in pcb_getports()
204 *mymax = ip6_lowportmax; in pcb_getports()
209 *mymax = ip6_anonportmax; in pcb_getports()
224 *mymin = *mymax; in pcb_getports()
225 *mymax = swp; in pcb_getports()
229 *mymin, *mymax, *lastport); in pcb_getports()
384 uint16_t mymin, mymax, lastport; in algo_bsd() local
393 count = mymax - mymin + 1; in algo_bsd()
398 myport = mymax; in algo_bsd()
[all …]
/dports/math/R-cran-VGAM/VGAM/man/
H A DeunifUC.Rd170 mymin <- 1; mymax <- 8
171 yy <- runif(nn, mymin, mymax)
172 (myexp <- qeunif(my.p, mymin, mymax))
174 peunif(mymin, mymin, mymax) # Should be 0
175 peunif(mymax, mymin, mymax) # Should be 1
176 peunif(mean(yy), mymin, mymax) # Should be 0.5
177 abs(qeunif(0.5, mymin, mymax) - mean(yy)) # Should be 0
178 abs(qeunif(0.5, mymin, mymax) - (mymin+mymax)/2) # Should be 0
179 abs(peunif(myexp, mymin, mymax) - my.p) # Should be 0
180 integrate(f = deunif, lower = mymin - 3, upper = mymax + 3,
[all …]
/dports/science/R-cran-kernlab/kernlab/src/
H A Ddtron.c9 extern double mymax(double, double);
173 alpha = mymax(sigma1, -0.5*(gs/(f - fc - gs))); in dtron()
180 delta = mymin(mymax(alpha, sigma1)*snorm, sigma2*delta); in dtron()
186 delta = mymax(sigma1*delta, mymin(alpha*snorm, sigma2*delta)); in dtron()
193 delta = mymax(sigma1*delta, mymin(alpha*snorm, sigma3*delta)); in dtron()
198 delta = mymax(delta, mymin(alpha*snorm, sigma3*delta)); in dtron()
/dports/games/flightgear/flightgear-2020.3.11/src/Radio/
H A Ditm.cpp408 ss = mymax(0.1, ss); in A_scat()
409 q = mymin(mymax(0.1, q), 10.0); in A_scat()
417 ett = mymax(et, 1.0); in A_scat()
546 prop.kwx = mymax(prop.kwx, 1); in lrprop()
573 prop.kwx = mymax(prop.kwx, 1); in lrprop()
579 prop.kwx = mymax(prop.kwx, 3); in lrprop()
627 prop.kwx = mymax(prop.kwx, 1); in lrprop()
633 prop.kwx = mymax(prop.kwx, 3); in lrprop()
1139 prop.kwx = mymax(prop.kwx, 1); in avar()
1289 k = mymin(mymax(0, ir), n); in qtile()
[all …]
/dports/comms/splat/splat-1.4.2/
H A Ditwom3.0.cpp303 tic=mymax(0.0,tic); in saalos()
540 dsl=mymax(d-propa.dla,0.0); in adiff2()
793 ss=mymax(0.1,ss); in ascat()
794 q=mymin(mymax(0.1,q),10.0); in ascat()
802 ett=mymax(et,1.0); in ascat()
1078 prop.kwx=mymax(prop.kwx,1); in lrprop()
1116 prop.kwx=mymax(prop.kwx,1); in lrprop()
1659 prop.kwx=mymax(prop.kwx,1); in avar()
1942 k=mymin(mymax(0,ir),n); in qtile()
2042 ka=mymin(mymax(4,ka),25); in d1thx()
[all …]

1234567