Home
last modified time | relevance | path

Searched refs:m3l (Results 1 – 25 of 129) sorted by relevance

123456

/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/graphite/
H A Dpr60785.c16 static int **m3l = &ydw; in gkd() local
17 **m3l = 0; in gkd()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/graphite/
H A Dpr60785.c16 static int **m3l = &ydw; in gkd() local
17 **m3l = 0; in gkd()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/graphite/
H A Dpr60785.c16 static int **m3l = &ydw; in gkd() local
17 **m3l = 0; in gkd()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/graphite/
H A Dpr60785.c16 static int **m3l = &ydw; in gkd() local
17 **m3l = 0; in gkd()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/graphite/
H A Dpr60785.c16 static int **m3l = &ydw; in gkd() local
17 **m3l = 0; in gkd()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/graphite/
H A Dpr60785.c16 static int **m3l = &ydw; in gkd() local
17 **m3l = 0; in gkd()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/graphite/
H A Dpr60785.c16 static int **m3l = &ydw; in gkd() local
17 **m3l = 0; in gkd()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/graphite/
H A Dpr60785.c16 static int **m3l = &ydw; in gkd() local
17 **m3l = 0; in gkd()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/graphite/
H A Dpr60785.c16 static int **m3l = &ydw; in gkd() local
17 **m3l = 0; in gkd()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/graphite/
H A Dpr60785.c16 static int **m3l = &ydw; in gkd() local
17 **m3l = 0; in gkd()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/graphite/
H A Dpr60785.c16 static int **m3l = &ydw; in gkd() local
17 **m3l = 0; in gkd()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/graphite/
H A Dpr60785.c16 static int **m3l = &ydw; in gkd() local
17 **m3l = 0; in gkd()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/graphite/
H A Dpr60785.c16 static int **m3l = &ydw; in gkd() local
17 **m3l = 0; in gkd()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/graphite/
H A Dpr60785.c16 static int **m3l = &ydw; in gkd() local
17 **m3l = 0; in gkd()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/graphite/
H A Dpr60785.c16 static int **m3l = &ydw; in gkd() local
17 **m3l = 0; in gkd()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/graphite/
H A Dpr60785.c16 static int **m3l = &ydw; in gkd() local
17 **m3l = 0; in gkd()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/graphite/
H A Dpr60785.c16 static int **m3l = &ydw; in gkd() local
17 **m3l = 0; in gkd()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/graphite/
H A Dpr60785.c16 static int **m3l = &ydw; in gkd() local
17 **m3l = 0; in gkd()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/graphite/
H A Dpr60785.c16 static int **m3l = &ydw; in gkd() local
17 **m3l = 0; in gkd()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/sci_gateway/c/
H A Dsci_param3d1.c44 int m3n = 0, n3n = 0, m3l = 0; in sci_param3d1() local
175 sciErr = getListItemNumber(pvApiCtx, piAddr3, &m3l); in sci_param3d1()
183 if (m3l != 2) in sci_param3d1()
186 fname, 2, m3l, 2); in sci_param3d1()
H A Dsci_plot3d.c48 int m3n = 0, n3n = 0, m3l = 0; in sci_plot3d() local
223 sciErr = getListItemNumber(pvApiCtx, piAddr3, &m3l); in sci_plot3d()
231 if (m3l != 2) in sci_plot3d()
234 fname, 2, m3l, 2); in sci_plot3d()
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8_math.c2793 uint128 m3l = (m1a & (((uint128)1<<64)-1)) * m2a; // lo partial product in dufm()
2797 m3l >>= 63; // 134-71 in dufm()
2799 word72 m3a = ((word72) (m3h+m3l)) & MASK72; in dufm()
2816 int128 m3l = multiply_s128 (m1l, m2s); // lo partial product in dufm() local
2819 m3l = rshift_s128 (m3l, 63); in dufm()
2821 word72 m3a = and_128 (add_128 (cast_128 (m3h), cast_128 (m3l)), MASK72); in dufm()
2830 int128 m3l = m1l * m2s; // lo partial product in dufm() local
2833 m3l >>= 63; in dufm()
2835 word72 m3a = ((word72) (m3h+m3l)) & MASK72; in dufm()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/compose/schema/
H A Dbindata.go549 OUheFkENdlTvxEyz/DL600ARTNhkG6p3s9hq+WUYbqJGiOGO6p0Ybpa/juFVx7R7j+m3l/vqv6d6ztn5
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/compose/schema/
H A Dbindata.go549 OUheFkENdlTvxEyz/DL600ARTNhkG6p3s9hq+WUYbqJGiOGO6p0Ybpa/juFVx7R7j+m3l/vqv6d6ztn5
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/cWnn/cdic/
H A DQianMa.u4096 m3l ׷ ���� 20
4097 m3l �� ���� 0

123456