/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/gtests/ |
H A D | test_matmul.cpp | 127 const bool use_ld = (desc.flags & P::LEADING_DIM); in init_md() local 133 if (runtime || use_ld == false) in init_md()
|
/dports/math/onednn/oneDNN-2.5.1/tests/gtests/ |
H A D | test_matmul.cpp | 127 const bool use_ld = (desc.flags & P::LEADING_DIM); in init_md() local 133 if (runtime || use_ld == false) in init_md()
|
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ |
H A D | gcc.c | 109 static const char *use_ld; variable 3400 use_ld = ".bfd"; in driver_handle_option() 3404 use_ld = ".gold"; in driver_handle_option() 6739 if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) in main() 6756 ld = concat (default_linker, use_ld, in main() 6762 ld = concat (DEFAULT_LINKER, use_ld, NULL); in main() 6769 print_prog_name = concat (print_prog_name, use_ld, NULL); in main()
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ |
H A D | gcc.c | 235 static const char *use_ld; variable 3870 use_ld = ".bfd"; in driver_handle_option() 3874 use_ld = ".gold"; in driver_handle_option() 7916 if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) in maybe_print_and_exit() 7933 ld = concat (default_linker, use_ld, in maybe_print_and_exit() 7939 ld = concat (DEFAULT_LINKER, use_ld, NULL); in maybe_print_and_exit() 7946 print_prog_name = concat (print_prog_name, use_ld, NULL); in maybe_print_and_exit() 10059 use_ld = NULL; in finalize()
|
/dports/lang/gcc9/gcc-9.4.0/gcc/ |
H A D | gcc.c | 240 static const char *use_ld; variable 3994 use_ld = ".bfd"; in driver_handle_option() 3998 use_ld = ".gold"; in driver_handle_option() 7911 if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) in maybe_print_and_exit() 7928 ld = concat (default_linker, use_ld, in maybe_print_and_exit() 7934 ld = concat (DEFAULT_LINKER, use_ld, NULL); in maybe_print_and_exit() 7941 print_prog_name = concat (print_prog_name, use_ld, NULL); in maybe_print_and_exit() 10101 use_ld = NULL; in finalize()
|
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ |
H A D | gcc.c | 235 static const char *use_ld; variable 3870 use_ld = ".bfd"; in driver_handle_option() 3874 use_ld = ".gold"; in driver_handle_option() 7916 if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) in maybe_print_and_exit() 7933 ld = concat (default_linker, use_ld, in maybe_print_and_exit() 7939 ld = concat (DEFAULT_LINKER, use_ld, NULL); in maybe_print_and_exit() 7946 print_prog_name = concat (print_prog_name, use_ld, NULL); in maybe_print_and_exit() 10059 use_ld = NULL; in finalize()
|
/dports/lang/gnat_util/gcc-6-20180516/gcc/ |
H A D | gcc.c | 234 static const char *use_ld; variable 3801 use_ld = ".bfd"; in driver_handle_option() 3805 use_ld = ".gold"; in driver_handle_option() 7801 if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) in maybe_print_and_exit() 7818 ld = concat (default_linker, use_ld, in maybe_print_and_exit() 7824 ld = concat (DEFAULT_LINKER, use_ld, NULL); in maybe_print_and_exit() 7831 print_prog_name = concat (print_prog_name, use_ld, NULL); in maybe_print_and_exit() 9920 use_ld = NULL; in finalize()
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ |
H A D | gcc.c | 239 static const char *use_ld; variable 3993 use_ld = ".bfd"; in driver_handle_option() 3997 use_ld = ".gold"; in driver_handle_option() 7918 if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) in maybe_print_and_exit() 7935 ld = concat (default_linker, use_ld, in maybe_print_and_exit() 7941 ld = concat (DEFAULT_LINKER, use_ld, NULL); in maybe_print_and_exit() 7948 print_prog_name = concat (print_prog_name, use_ld, NULL); in maybe_print_and_exit() 10149 use_ld = NULL; in finalize()
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ |
H A D | gcc.c | 239 static const char *use_ld; variable 4185 use_ld = ".bfd"; in driver_handle_option() 4189 use_ld = ".gold"; in driver_handle_option() 8548 if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) in maybe_print_and_exit() 8565 ld = concat (default_linker, use_ld, in maybe_print_and_exit() 8571 ld = concat (DEFAULT_LINKER, use_ld, NULL); in maybe_print_and_exit() 8578 print_prog_name = concat (print_prog_name, use_ld, NULL); in maybe_print_and_exit() 10975 use_ld = NULL; in finalize()
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ |
H A D | gcc.c | 239 static const char *use_ld; variable 3993 use_ld = ".bfd"; in driver_handle_option() 3997 use_ld = ".gold"; in driver_handle_option() 7918 if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) in maybe_print_and_exit() 7935 ld = concat (default_linker, use_ld, in maybe_print_and_exit() 7941 ld = concat (DEFAULT_LINKER, use_ld, NULL); in maybe_print_and_exit() 7948 print_prog_name = concat (print_prog_name, use_ld, NULL); in maybe_print_and_exit() 10149 use_ld = NULL; in finalize()
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ |
H A D | gcc.c | 235 static const char *use_ld; variable 3870 use_ld = ".bfd"; in driver_handle_option() 3874 use_ld = ".gold"; in driver_handle_option() 7916 if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) in maybe_print_and_exit() 7933 ld = concat (default_linker, use_ld, in maybe_print_and_exit() 7939 ld = concat (DEFAULT_LINKER, use_ld, NULL); in maybe_print_and_exit() 7946 print_prog_name = concat (print_prog_name, use_ld, NULL); in maybe_print_and_exit() 10059 use_ld = NULL; in finalize()
|
/dports/lang/gcc11/gcc-11.2.0/gcc/ |
H A D | gcc.c | 239 static const char *use_ld; variable 4185 use_ld = ".bfd"; in driver_handle_option() 4189 use_ld = ".gold"; in driver_handle_option() 8548 if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) in maybe_print_and_exit() 8565 ld = concat (default_linker, use_ld, in maybe_print_and_exit() 8571 ld = concat (DEFAULT_LINKER, use_ld, NULL); in maybe_print_and_exit() 8578 print_prog_name = concat (print_prog_name, use_ld, NULL); in maybe_print_and_exit() 10975 use_ld = NULL; in finalize()
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ |
H A D | gcc.c | 235 static const char *use_ld; variable 3870 use_ld = ".bfd"; in driver_handle_option() 3874 use_ld = ".gold"; in driver_handle_option() 7916 if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) in maybe_print_and_exit() 7933 ld = concat (default_linker, use_ld, in maybe_print_and_exit() 7939 ld = concat (DEFAULT_LINKER, use_ld, NULL); in maybe_print_and_exit() 7946 print_prog_name = concat (print_prog_name, use_ld, NULL); in maybe_print_and_exit() 10059 use_ld = NULL; in finalize()
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ |
H A D | gcc.c | 235 static const char *use_ld; variable 3870 use_ld = ".bfd"; in driver_handle_option() 3874 use_ld = ".gold"; in driver_handle_option() 7916 if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) in maybe_print_and_exit() 7933 ld = concat (default_linker, use_ld, in maybe_print_and_exit() 7939 ld = concat (DEFAULT_LINKER, use_ld, NULL); in maybe_print_and_exit() 7946 print_prog_name = concat (print_prog_name, use_ld, NULL); in maybe_print_and_exit() 10059 use_ld = NULL; in finalize()
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ |
H A D | gcc.c | 240 static const char *use_ld; variable 3994 use_ld = ".bfd"; in driver_handle_option() 3998 use_ld = ".gold"; in driver_handle_option() 7882 if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) in maybe_print_and_exit() 7899 ld = concat (default_linker, use_ld, in maybe_print_and_exit() 7905 ld = concat (DEFAULT_LINKER, use_ld, NULL); in maybe_print_and_exit() 7912 print_prog_name = concat (print_prog_name, use_ld, NULL); in maybe_print_and_exit() 10072 use_ld = NULL; in finalize()
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ |
H A D | gcc.c | 239 static const char *use_ld; variable 4185 use_ld = ".bfd"; in driver_handle_option() 4189 use_ld = ".gold"; in driver_handle_option() 8548 if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) in maybe_print_and_exit() 8565 ld = concat (default_linker, use_ld, in maybe_print_and_exit() 8571 ld = concat (DEFAULT_LINKER, use_ld, NULL); in maybe_print_and_exit() 8578 print_prog_name = concat (print_prog_name, use_ld, NULL); in maybe_print_and_exit() 10975 use_ld = NULL; in finalize()
|
/dports/lang/gcc10/gcc-10.3.0/gcc/ |
H A D | gcc.c | 239 static const char *use_ld; variable 3993 use_ld = ".bfd"; in driver_handle_option() 3997 use_ld = ".gold"; in driver_handle_option() 7918 if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) in maybe_print_and_exit() 7935 ld = concat (default_linker, use_ld, in maybe_print_and_exit() 7941 ld = concat (DEFAULT_LINKER, use_ld, NULL); in maybe_print_and_exit() 7948 print_prog_name = concat (print_prog_name, use_ld, NULL); in maybe_print_and_exit() 10149 use_ld = NULL; in finalize()
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ |
H A D | gcc.c | 240 static const char *use_ld; variable 3994 use_ld = ".bfd"; in driver_handle_option() 3998 use_ld = ".gold"; in driver_handle_option() 7911 if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) in maybe_print_and_exit() 7928 ld = concat (default_linker, use_ld, in maybe_print_and_exit() 7934 ld = concat (DEFAULT_LINKER, use_ld, NULL); in maybe_print_and_exit() 7941 print_prog_name = concat (print_prog_name, use_ld, NULL); in maybe_print_and_exit() 10101 use_ld = NULL; in finalize()
|
/dports/lang/gcc8/gcc-8.5.0/gcc/ |
H A D | gcc.c | 235 static const char *use_ld; variable 3870 use_ld = ".bfd"; in driver_handle_option() 3874 use_ld = ".gold"; in driver_handle_option() 7916 if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) in maybe_print_and_exit() 7933 ld = concat (default_linker, use_ld, in maybe_print_and_exit() 7939 ld = concat (DEFAULT_LINKER, use_ld, NULL); in maybe_print_and_exit() 7946 print_prog_name = concat (print_prog_name, use_ld, NULL); in maybe_print_and_exit() 10059 use_ld = NULL; in finalize()
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ |
H A D | gcc.c | 239 static const char *use_ld; variable 4279 use_ld = ".bfd"; in driver_handle_option() 4283 use_ld = ".gold"; in driver_handle_option() 8654 if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) in maybe_print_and_exit() 8671 ld = concat (default_linker, use_ld, in maybe_print_and_exit() 8677 ld = concat (DEFAULT_LINKER, use_ld, NULL); in maybe_print_and_exit() 8684 print_prog_name = concat (print_prog_name, use_ld, NULL); in maybe_print_and_exit() 11081 use_ld = NULL; in finalize()
|
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ |
H A D | gcc.c | 234 static const char *use_ld; variable 3801 use_ld = ".bfd"; in driver_handle_option() 3805 use_ld = ".gold"; in driver_handle_option() 7801 if (use_ld != NULL && ! strcmp (print_prog_name, "ld")) in maybe_print_and_exit() 7818 ld = concat (default_linker, use_ld, in maybe_print_and_exit() 7824 ld = concat (DEFAULT_LINKER, use_ld, NULL); in maybe_print_and_exit() 7831 print_prog_name = concat (print_prog_name, use_ld, NULL); in maybe_print_and_exit() 9920 use_ld = NULL; in finalize()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/ |
H A D | configure | 13537 use_ld=-fuse-ld=${1%%:*} 13540 use_ld="$use_ld --ld-path=$use_ld_path" 13544 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $use_ld linker support" >&5 13545 printf %s "checking for $use_ld linker support... " >&6; } 13547 LDFLAGS="$LDFLAGS $use_ld" 13565 USE_LD=$use_ld
|
H A D | configure.ac | 4484 use_ld=-fuse-ld=${1%%:*} 4487 use_ld="$use_ld --ld-path=$use_ld_path" 4491 AC_MSG_CHECKING([for $use_ld linker support]) 4493 LDFLAGS="$LDFLAGS $use_ld" 4498 ])], USE_LD=$use_ld, [])
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ |
H A D | configure | 12139 use_ld=$1 12142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fuse-ld=$use_ld linker support" >&5 12143 $as_echo_n "checking for -fuse-ld=$use_ld linker support... " >&6; } 12145 LDFLAGS="$LDFLAGS -fuse-ld=$use_ld" 12162 USE_LD=$use_ld
|
H A D | configure.ac | 3963 use_ld=$1 3966 AC_MSG_CHECKING([for -fuse-ld=$use_ld linker support]) 3968 LDFLAGS="$LDFLAGS -fuse-ld=$use_ld" 3973 ])], USE_LD=$use_ld, [])
|