Home
last modified time | relevance | path

Searched refs:VER (Results 1 – 25 of 4254) sorted by relevance

12345678910>>...171

/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/src/fortran/
H A Ddcutet.f530 + ((VER(2,3,J)-VER(2,1,J))*(VER(3,4,J)-VER(3,1,J)) -
537 + (VER(1,4,J)-VER(1,1,J))*(VER(2,3,J)-VER(2,1,J)))
1361 VOLUME = (VER(1,2)-VER(1,1))* ((VER(2,3)-VER(2,1))*
1362 + (VER(3,4)-VER(3,1))- (VER(2,4)-VER(2,1))*
1363 + (VER(3,3)-VER(3,1))) - (VER(2,2)-VER(2,1))*
1364 + ((VER(1,3)-VER(1,1))* (VER(3,4)-VER(3,1))-
1366 + (VER(3,2)-VER(3,1))* ((VER(1,3)-VER(1,1))*
1367 + (VER(2,4)-VER(2,1))- (VER(1,4)-VER(1,1))*
1512 X(1,1) = (VER(1,1)+VER(1,2)+VER(1,3)+VER(1,4))/4
1513 X(2,1) = (VER(2,1)+VER(2,2)+VER(2,3)+VER(2,4))/4
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/
H A Dsaveload.cpp828 s.syncAsByte(vs.verbid, VER(8), VER(11)); in syncWithSerializer()
857 s.skip(1, VER(8), VER(10)); // unk5 in syncWithSerializer()
964 s.skip(4, VER(8), VER(9)); // _EPAL_offs in saveLoadWithSerializer()
984 s.skip(2 * 12, VER(15), VER(17)); in saveLoadWithSerializer()
1102 s.skip(4, VER(8), VER(9)); // _randSeed1 in saveLoadWithSerializer()
1103 s.skip(4, VER(8), VER(9)); // _randSeed2 in saveLoadWithSerializer()
1117 s.skip(2, VER(9), VER(9)); // _cd_track in saveLoadWithSerializer()
1118 s.skip(2, VER(9), VER(9)); // _cd_loops in saveLoadWithSerializer()
1119 s.skip(2, VER(9), VER(9)); // _cd_frame in saveLoadWithSerializer()
1120 s.skip(2, VER(9), VER(9)); // _cd_end in saveLoadWithSerializer()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/
H A Dsaveload.cpp833 s.syncAsByte(vs.verbid, VER(8), VER(11)); in syncWithSerializer()
872 s.skip(1, VER(8), VER(10)); // unk5 in syncWithSerializer()
979 s.skip(4, VER(8), VER(9)); // _EPAL_offs in saveLoadWithSerializer()
999 s.skip(2 * 12, VER(15), VER(17)); in saveLoadWithSerializer()
1121 s.skip(4, VER(8), VER(9)); // _randSeed1 in saveLoadWithSerializer()
1122 s.skip(4, VER(8), VER(9)); // _randSeed2 in saveLoadWithSerializer()
1136 s.skip(2, VER(9), VER(9)); // _cd_track in saveLoadWithSerializer()
1137 s.skip(2, VER(9), VER(9)); // _cd_loops in saveLoadWithSerializer()
1138 s.skip(2, VER(9), VER(9)); // _cd_frame in saveLoadWithSerializer()
1139 s.skip(2, VER(9), VER(9)); // _cd_end in saveLoadWithSerializer()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/glx/
H A Dglxextensions.c44 #define VER(a,b) a, b macro
135 { GLX(ARB_context_flush_control), VER(0,0), Y, N, N, N },
136 { GLX(ARB_create_context), VER(0,0), Y, N, N, N },
137 { GLX(ARB_create_context_no_error), VER(1,4), Y, N, N, N },
138 { GLX(ARB_create_context_profile), VER(0,0), Y, N, N, N },
140 { GLX(ARB_fbconfig_float), VER(0,0), Y, Y, N, N },
141 { GLX(ARB_framebuffer_sRGB), VER(0,0), Y, Y, N, N },
142 { GLX(ARB_get_proc_address), VER(1,4), Y, N, Y, N },
143 { GLX(ARB_multisample), VER(1,4), Y, Y, N, N },
144 { GLX(EXT_buffer_age), VER(0,0), Y, N, N, Y },
[all …]
/dports/devel/byaccj/byaccj1.15/
H A Dpackme.sh2 VER=byaccj1.15
3 /bin/rm -rf ${VER}
4 mkdir ${VER}
5 mkdir ${VER}/src
6 cp src/*.c ${VER}/src
7 cp src/*.h ${VER}/src
10 cp src/README ${VER}
15 chmod -R 777 ${VER}
16 tar cvf - ${VER} | gzip > ${VER}.tar.gz
17 jar cMvf ${VER}.zip ${VER}
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/conf/
H A Dsysconf.c11 #define VER JT(1) macro
39 [_SC_TIMERS] = VER, in sysconf()
43 [_SC_FSYNC] = VER, in sysconf()
45 [_SC_MEMLOCK] = VER, in sysconf()
57 [_SC_VERSION] = VER, in sysconf()
73 [_SC_2_C_BIND] = VER, in sysconf()
80 [_SC_THREADS] = VER, in sysconf()
124 [_SC_CPUTIME] = VER, in sysconf()
131 [_SC_SPAWN] = VER, in sysconf()
154 [_SC_IPV6] = VER, in sysconf()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/conf/
H A Dsysconf.c11 #define VER JT(1) macro
39 [_SC_TIMERS] = VER, in sysconf()
43 [_SC_FSYNC] = VER, in sysconf()
45 [_SC_MEMLOCK] = VER, in sysconf()
57 [_SC_VERSION] = VER, in sysconf()
73 [_SC_2_C_BIND] = VER, in sysconf()
80 [_SC_THREADS] = VER, in sysconf()
124 [_SC_CPUTIME] = VER, in sysconf()
131 [_SC_SPAWN] = VER, in sysconf()
154 [_SC_IPV6] = VER, in sysconf()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/conf/
H A Dsysconf.c11 #define VER JT(1) macro
38 [_SC_TIMERS] = VER, in sysconf()
42 [_SC_FSYNC] = VER, in sysconf()
44 [_SC_MEMLOCK] = VER, in sysconf()
56 [_SC_VERSION] = VER, in sysconf()
72 [_SC_2_C_BIND] = VER, in sysconf()
79 [_SC_THREADS] = VER, in sysconf()
123 [_SC_CPUTIME] = VER, in sysconf()
130 [_SC_SPAWN] = VER, in sysconf()
153 [_SC_IPV6] = VER, in sysconf()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/glx/
H A Dextension_string.c43 #define VER(a,b) a, b macro
76 { GLX(ARB_context_flush_control), VER(0,0), N, },
77 { GLX(ARB_create_context), VER(0,0), N, },
78 { GLX(ARB_create_context_no_error), VER(0,0), N, },
79 { GLX(ARB_create_context_profile), VER(0,0), N, },
81 { GLX(ARB_fbconfig_float), VER(0,0), N, },
82 { GLX(ARB_framebuffer_sRGB), VER(0,0), N, },
83 { GLX(ARB_multisample), VER(1,4), Y, },
87 { GLX(EXT_fbconfig_packed_float), VER(0,0), N, },
88 { GLX(EXT_framebuffer_sRGB), VER(0,0), N, },
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/glx/
H A Dextension_string.c43 #define VER(a,b) a, b macro
76 { GLX(ARB_context_flush_control), VER(0,0), N, },
77 { GLX(ARB_create_context), VER(0,0), N, },
78 { GLX(ARB_create_context_no_error), VER(0,0), N, },
79 { GLX(ARB_create_context_profile), VER(0,0), N, },
81 { GLX(ARB_fbconfig_float), VER(0,0), N, },
82 { GLX(ARB_framebuffer_sRGB), VER(0,0), N, },
83 { GLX(ARB_multisample), VER(1,4), Y, },
87 { GLX(EXT_fbconfig_packed_float), VER(0,0), N, },
88 { GLX(EXT_framebuffer_sRGB), VER(0,0), N, },
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/glx/
H A Dextension_string.c42 #define VER(a,b) a, b macro
75 { GLX(ARB_context_flush_control), VER(0,0), N, },
76 { GLX(ARB_create_context), VER(0,0), N, },
77 { GLX(ARB_create_context_no_error), VER(0,0), N, },
78 { GLX(ARB_create_context_profile), VER(0,0), N, },
80 { GLX(ARB_fbconfig_float), VER(0,0), N, },
81 { GLX(ARB_framebuffer_sRGB), VER(0,0), N, },
82 { GLX(ARB_multisample), VER(1,4), Y, },
86 { GLX(EXT_fbconfig_packed_float), VER(0,0), N, },
87 { GLX(EXT_framebuffer_sRGB), VER(0,0), N, },
[all …]
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/glx/
H A Dextension_string.c42 #define VER(a,b) a, b macro
75 { GLX(ARB_context_flush_control), VER(0,0), N, },
76 { GLX(ARB_create_context), VER(0,0), N, },
77 { GLX(ARB_create_context_no_error), VER(0,0), N, },
78 { GLX(ARB_create_context_profile), VER(0,0), N, },
80 { GLX(ARB_fbconfig_float), VER(0,0), N, },
81 { GLX(ARB_framebuffer_sRGB), VER(0,0), N, },
82 { GLX(ARB_multisample), VER(1,4), Y, },
86 { GLX(EXT_fbconfig_packed_float), VER(0,0), N, },
87 { GLX(EXT_framebuffer_sRGB), VER(0,0), N, },
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/glx/
H A Dextension_string.c42 #define VER(a,b) a, b macro
75 { GLX(ARB_context_flush_control), VER(0,0), N, },
76 { GLX(ARB_create_context), VER(0,0), N, },
77 { GLX(ARB_create_context_no_error), VER(0,0), N, },
78 { GLX(ARB_create_context_profile), VER(0,0), N, },
80 { GLX(ARB_fbconfig_float), VER(0,0), N, },
81 { GLX(ARB_framebuffer_sRGB), VER(0,0), N, },
82 { GLX(ARB_multisample), VER(1,4), Y, },
86 { GLX(EXT_fbconfig_packed_float), VER(0,0), N, },
87 { GLX(EXT_framebuffer_sRGB), VER(0,0), N, },
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/glx/
H A Dextension_string.c42 #define VER(a,b) a, b macro
75 { GLX(ARB_context_flush_control), VER(0,0), N, },
76 { GLX(ARB_create_context), VER(0,0), N, },
77 { GLX(ARB_create_context_no_error), VER(0,0), N, },
78 { GLX(ARB_create_context_profile), VER(0,0), N, },
80 { GLX(ARB_fbconfig_float), VER(0,0), N, },
81 { GLX(ARB_framebuffer_sRGB), VER(0,0), N, },
82 { GLX(ARB_multisample), VER(1,4), Y, },
86 { GLX(EXT_fbconfig_packed_float), VER(0,0), N, },
87 { GLX(EXT_framebuffer_sRGB), VER(0,0), N, },
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/glx/
H A Dextension_string.c42 #define VER(a,b) a, b macro
75 { GLX(ARB_context_flush_control), VER(0,0), N, },
76 { GLX(ARB_create_context), VER(0,0), N, },
77 { GLX(ARB_create_context_no_error), VER(0,0), N, },
78 { GLX(ARB_create_context_profile), VER(0,0), N, },
80 { GLX(ARB_fbconfig_float), VER(0,0), N, },
81 { GLX(ARB_framebuffer_sRGB), VER(0,0), N, },
82 { GLX(ARB_multisample), VER(1,4), Y, },
86 { GLX(EXT_fbconfig_packed_float), VER(0,0), N, },
87 { GLX(EXT_framebuffer_sRGB), VER(0,0), N, },
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/glx/
H A Dextension_string.c42 #define VER(a,b) a, b macro
75 { GLX(ARB_context_flush_control), VER(0,0), N, },
76 { GLX(ARB_create_context), VER(0,0), N, },
77 { GLX(ARB_create_context_no_error), VER(0,0), N, },
78 { GLX(ARB_create_context_profile), VER(0,0), N, },
80 { GLX(ARB_fbconfig_float), VER(0,0), N, },
81 { GLX(ARB_framebuffer_sRGB), VER(0,0), N, },
82 { GLX(ARB_multisample), VER(1,4), Y, },
86 { GLX(EXT_fbconfig_packed_float), VER(0,0), N, },
87 { GLX(EXT_framebuffer_sRGB), VER(0,0), N, },
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/glx/
H A Dextension_string.c42 #define VER(a,b) a, b macro
75 { GLX(ARB_context_flush_control), VER(0,0), N, },
76 { GLX(ARB_create_context), VER(0,0), N, },
77 { GLX(ARB_create_context_no_error), VER(0,0), N, },
78 { GLX(ARB_create_context_profile), VER(0,0), N, },
80 { GLX(ARB_fbconfig_float), VER(0,0), N, },
81 { GLX(ARB_framebuffer_sRGB), VER(0,0), N, },
82 { GLX(ARB_multisample), VER(1,4), Y, },
86 { GLX(EXT_fbconfig_packed_float), VER(0,0), N, },
87 { GLX(EXT_framebuffer_sRGB), VER(0,0), N, },
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/conf/
H A Dsysconf.c11 #define VER JT(1) macro
54 [_SC_TIMERS] = VER, in sysconf()
58 [_SC_FSYNC] = VER, in sysconf()
60 [_SC_MEMLOCK] = VER, in sysconf()
74 [_SC_VERSION] = VER, in sysconf()
107 [_SC_2_C_BIND] = VER, in sysconf()
114 [_SC_THREADS] = VER, in sysconf()
164 [_SC_CPUTIME] = VER, in sysconf()
171 [_SC_SPAWN] = VER, in sysconf()
194 [_SC_IPV6] = VER, in sysconf()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/conf/
H A Dsysconf.c17 #define VER JT(1) macro
60 [_SC_TIMERS] = VER, in sysconf()
64 [_SC_FSYNC] = VER, in sysconf()
66 [_SC_MEMLOCK] = VER, in sysconf()
80 [_SC_VERSION] = VER, in sysconf()
113 [_SC_2_C_BIND] = VER, in sysconf()
120 [_SC_THREADS] = VER, in sysconf()
170 [_SC_CPUTIME] = VER, in sysconf()
177 [_SC_SPAWN] = VER, in sysconf()
200 [_SC_IPV6] = VER, in sysconf()
[all …]
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/conf/
H A Dsysconf.c17 #define VER JT(1) macro
60 [_SC_TIMERS] = VER, in sysconf()
64 [_SC_FSYNC] = VER, in sysconf()
66 [_SC_MEMLOCK] = VER, in sysconf()
80 [_SC_VERSION] = VER, in sysconf()
113 [_SC_2_C_BIND] = VER, in sysconf()
120 [_SC_THREADS] = VER, in sysconf()
170 [_SC_CPUTIME] = VER, in sysconf()
177 [_SC_SPAWN] = VER, in sysconf()
200 [_SC_IPV6] = VER, in sysconf()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/conf/
H A Dsysconf.c17 #define VER JT(1) macro
60 [_SC_TIMERS] = VER, in sysconf()
64 [_SC_FSYNC] = VER, in sysconf()
66 [_SC_MEMLOCK] = VER, in sysconf()
80 [_SC_VERSION] = VER, in sysconf()
113 [_SC_2_C_BIND] = VER, in sysconf()
120 [_SC_THREADS] = VER, in sysconf()
170 [_SC_CPUTIME] = VER, in sysconf()
177 [_SC_SPAWN] = VER, in sysconf()
200 [_SC_IPV6] = VER, in sysconf()
[all …]
/dports/multimedia/tvheadend/tvheadend-4.2.8/support/
H A Dversion11 VER=$(cd "$(dirname "$0")"/..; git describe --dirty --match "v*" 2> /dev/null)
15 VER=$(cd "$(dirname "$0")/.."; git describe --match "v*" 2> /dev/null)
16 [ -z "$VER" ] && VER="0.0.0-unknown"
18 VER=$(echo $VER | sed "s/^v//" | sed "s/-\([0-9]*\)-\(g[0-9a-f]*\)/-\1~\2/")
22 VER=$(cat "$(dirname "$0")/../rpm/version")
25 case $VER in
27 *) VER="0.0.0~unknown" ;;
33 echo $VER
38 if [ -z "$VER" -a -s "$FILE" ]; then
44 NEW_VER="const char *tvheadend_version = \"$VER\";"
[all …]
/dports/devel/p5-Data-ShowTable/Data-ShowTable-4.6/
H A Dgen-html13 VER=`grep VERSION Makefile.PL | awk '{print $NF}' | tr -d "',"`
17 echo "Converting ShowTable.pm -> Data-ShowTable-$VER.html"
22 echo "Converting showtable -> showtable-$VER.html"
25 $M2H -title 'showtable(1) Man Page' > showtable-$VER.html
29 cp ShowTable.pm Data-ShowTable-$VER.pm
30 $P2H --infile=Data-ShowTable-$VER.pm --outfile=Data-ShowTable-$VER.html
31 rm Data-ShowTable-$VER.pm
33 echo "Converting showtable -> showtable-$VER.html"
34 cp showtable showtable-$VER
35 $P2H --infile=showtable-$VER --outfile=showtable-$VER.html
[all …]
/dports/net/pload/pload-0.9.5/
H A DImakefile13 VER = 0.9.5
20 pload-$(VER).tar.gz \
21 pload-$(VER)-1.i386.rpm \
22 pload-$(VER)-1.src.rpm
25 rm -rf pload-$(VER)
26 mkdir pload-$(VER)
27 cp `echo * | sed s,pload-$(VER),,` pload-$(VER)
28 cd pload-$(VER) && make distclean
29 tar cvf - pload-$(VER) | gzip -9 > pload-$(VER).tar.gz
30 rm -rf pload-$(VER)
[all …]
/dports/devel/swig/swig-4.0.2/Tools/
H A Dtravis-linux-install.sh26 travis_retry wget http://downloads.dlang.org/releases/2.x/${VER}/dmd_${VER}-0_amd64.deb
30 if [[ "$VER" ]]; then
31 eval "$(gimme ${VER}.x)"
41 nvm use ${VER}
42 if [ "$VER" == "0.10" ] || [ "$VER" == "0.12" ] || [ "$VER" == "4" ] || [ "$VER" == "6" ] ; then
45 elif [ "$VER" == "8" ] ; then
63 if [[ -z "$VER" ]]; then
66 travis_retry sudo apt-get -qq install lua${VER} liblua${VER}-dev
81 travis_retry sudo apt-get -qq install php$VER-cli php$VER-dev
89 if [[ "$VER" ]]; then
[all …]

12345678910>>...171