/external/eigen/blas/f2c/ |
complexdots.c | 1 /* This file has been modified to use the standard gfortran calling 4 It does not require -ff2c when compiled with gfortran.
|
/toolchain/binutils/binutils-2.27/config/ |
multi.m4 | 67 GFORTRAN="$GFORTRAN"
|
/prebuilts/go/darwin-x86/misc/cgo/fortran/ |
test.bash | 20 *gfortran*)
|
/prebuilts/go/linux-x86/misc/cgo/fortran/ |
test.bash | 20 *gfortran*)
|
/external/clang/test/Driver/ |
gfortran.f90 | 2 ! being supported by gfortran to GCC when falling back to GCC for 256 ! Make sure -fsyntax-only is not passed to gfortran during normal compilation.
|
/external/autotest/client/tests/npb/ |
npb.py | 9 @note: Since we use gfortran to complie these benchmarks, this test might
|
enable-all-tests.patch | 38 +F77 = gfortran
|
/external/cblas/ |
Makefile.LINUX | 33 FC = gfortran
|
Makefile.in | 33 FC = gfortran
|
/prebuilts/go/darwin-x86/src/ |
make.bash | 48 # This is used by cgo. Default is "gfortran".
|
make.bat | 36 :: This is used by cgo. Default is "gfortran".
|
/prebuilts/go/linux-x86/src/ |
make.bash | 48 # This is used by cgo. Default is "gfortran".
|
make.bat | 36 :: This is used by cgo. Default is "gfortran".
|
/prebuilts/go/darwin-x86/src/cmd/go/internal/work/ |
gccgo.go | 432 fc = "gfortran" 434 // support gfortran out of the box and let others pass the correct link options 436 if strings.Contains(fc, "gfortran") {
|
exec.go | 1671 func (b *Builder) gfortran(a *Action, p *load.Package, workdir, out string, flags []string, ffile string) error { func [all...] |
buildid.go | 209 // be used for gcc, g++, gfortran, etc.; those tools all use the GCC
|
/prebuilts/go/linux-x86/src/cmd/go/internal/work/ |
gccgo.go | 432 fc = "gfortran" 434 // support gfortran out of the box and let others pass the correct link options 436 if strings.Contains(fc, "gfortran") {
|
exec.go | 1671 func (b *Builder) gfortran(a *Action, p *load.Package, workdir, out string, flags []string, ffile string) error { func [all...] |
/toolchain/binutils/binutils-2.27/ |
Makefile.tpl | 161 GFORTRAN="$(GFORTRAN_FOR_BUILD)"; export GFORTRAN; \ 199 GFORTRAN="$(GFORTRAN)"; export GFORTRAN; \ 287 GFORTRAN="$(GFORTRAN_FOR_TARGET) $(XGCC_FLAGS_FOR_TARGET) $$TFLAGS"; export GFORTRAN; \ 611 'GFORTRAN=$(GFORTRAN)' \ 666 'GFORTRAN=$$(GFORTRAN_FOR_TARGET) $$(XGCC_FLAGS_FOR_TARGET) $$(TFLAGS)' [all...] |
config-ml.in | 749 ml_config_env='CC="${CC_}$flags" CXX="${CXX_}$flags" F77="${F77_}$flags" GCJ="${GCJ_}$flags" GFORTRAN="${GFORTRAN_}$flags" GOC="${GOC_}$flags"' 756 GFORTRAN_=$GFORTRAN' ' 811 for arg in ${GFORTRAN}; do
|
configure.ac | [all...] |
/external/eigen/cmake/ |
FindPastix.cmake | 623 NAMES gfortran
|
/external/clang/include/clang/Driver/ |
Options.td | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/ |
Options.td | 175 // gfortran options that we recognize in the driver and pass along when 177 def gfortran_Group : OptionGroup<"<gfortran group>">, 179 Flags that will be passed onto the ``gfortran`` compiler when Clang is given [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/ |
Options.td | 175 // gfortran options that we recognize in the driver and pass along when 177 def gfortran_Group : OptionGroup<"<gfortran group>">, 179 Flags that will be passed onto the ``gfortran`` compiler when Clang is given [all...] |