HomeSort by relevance Sort by last modified time
    Searched refs:FC (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /prebuilts/go/darwin-x86/misc/cgo/fortran/
test.bash 10 FC=$1
19 case "$FC" in
21 libpath=$(dirname $($FC -print-file-name=libgfortran.$libext))
26 if ! $FC helloworld/helloworld.f90 -o main.exe >& /dev/null; then
27 echo "skipping Fortran test: could not build helloworld.f90 with $FC"
  /prebuilts/go/linux-x86/misc/cgo/fortran/
test.bash 10 FC=$1
19 case "$FC" in
21 libpath=$(dirname $($FC -print-file-name=libgfortran.$libext))
26 if ! $FC helloworld/helloworld.f90 -o main.exe >& /dev/null; then
27 echo "skipping Fortran test: could not build helloworld.f90 with $FC"
  /external/clang/unittests/AST/
CommentParser.cpp 65 FullComment *FC = P.parseFullComment();
69 FC->dump(llvm::errs(), &Traits, &SourceMgr);
75 return FC;
600 FullComment *FC = parseString(Source);
601 ASSERT_TRUE(HasChildCount(FC, 0));
607 FullComment *FC = parseString(Source);
608 ASSERT_TRUE(HasChildCount(FC, 1));
610 ASSERT_TRUE(HasParagraphCommentAt(FC, 0, " Meow"));
618 FullComment *FC = parseString(Source);
619 ASSERT_TRUE(HasChildCount(FC, 1))
    [all...]
  /external/cblas/
Makefile.ALPHA 33 FC = f77
34 LOADER = $(FC)
Makefile.HPPA 33 FC = f77
34 LOADER = $(FC)
Makefile.LINUX 33 FC = gfortran
34 LOADER = $(FC)
Makefile.SGI64 33 FC = f77
34 LOADER = $(FC)
Makefile.SUN4 33 FC = f77
34 LOADER = $(FC)
Makefile.SUN4SOL2 33 FC = f77
34 LOADER = $(FC)
Makefile.in 33 FC = gfortran
34 LOADER = $(FC)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 30 void convertCommentToHTML(const comments::FullComment *FC,
38 void convertCommentToXML(const comments::FullComment *FC,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 30 void convertCommentToHTML(const comments::FullComment *FC,
38 void convertCommentToXML(const comments::FullComment *FC,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 30 void convertCommentToHTML(const comments::FullComment *FC,
38 void convertCommentToXML(const comments::FullComment *FC,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 30 void convertCommentToHTML(const comments::FullComment *FC,
38 void convertCommentToXML(const comments::FullComment *FC,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 30 void convertCommentToHTML(const comments::FullComment *FC,
38 void convertCommentToXML(const comments::FullComment *FC,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 30 void convertCommentToHTML(const comments::FullComment *FC,
38 void convertCommentToXML(const comments::FullComment *FC,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 30 void convertCommentToHTML(const comments::FullComment *FC,
38 void convertCommentToXML(const comments::FullComment *FC,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 30 void convertCommentToHTML(const comments::FullComment *FC,
38 void convertCommentToXML(const comments::FullComment *FC,
  /external/clang/include/clang/Index/
CommentToXML.h 35 void convertCommentToHTML(const comments::FullComment *FC,
43 void convertCommentToXML(const comments::FullComment *FC,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_inst.h 53 #define FC(name, high, low, assertions) \
72 #define F(name, high, low) FC(name, high, low, true)
174 FC(branch_control, 28, 28, devinfo->gen >= 8)
175 FC(acc_wr_control, 28, 28, devinfo->gen >= 6)
176 FC(mask_control_ex, 28, 28, devinfo->is_g4x || devinfo->gen == 5)
178 FC(math_function, 27, 24, devinfo->gen >= 6)
304 /** Like FC, but using int16_t to handle negative jump targets. */
323 FC(gen4_pop_count, 115, 112, devinfo->gen < 6)
376 FC(base_mrf, 27, 24, devinfo->gen < 6);
387 FC(urb_channel_mask_present, MD(15), MD(15), devinfo->gen >= 8
    [all...]
  /system/extras/ext4_utils/
mkuserimg.sh 107 FC=$1
125 if [ -n "$FC" ]; then
126 OPT="$OPT -S $FC"
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/
DxeCrc32GuidedSectionExtractLib.inf 25 FILE_GUID = 387A2490-81FC-4E7C-8E0A-3E58C30FCD0B
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePerformanceLib/
DxePerformanceLib.inf 24 FILE_GUID = 8B8B4CCC-65FC-41a5-8067-308B8E42CCF2
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITMultipleModuleTest.cpp 244 // Module C { Extern FA, Function FC which calls FA },
245 // execute FC, FB, FA
250 Function *FA, *FB, *FC;
251 createThreeModuleCase(A, FA, B, FB, C, FC);
257 uint64_t ptr = TheJIT->getFunctionAddress(FC->getName().str());
269 // Module C { Extern FA, Function FC which calls FA },
270 // execute FA, FB, FC
275 Function *FA, *FB, *FC;
276 createThreeModuleCase(A, FA, B, FB, C, FC);
288 ptr = TheJIT->getFunctionAddress(FC->getName().str())
    [all...]
  /external/valgrind/none/tests/s390x/
icm.stdout.exp 1 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 04 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 06 00 00 00 00 00 00 00 07 00 00 01 00 00 00 01 08 00 00 01 01 00 00 01 01 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 0B 00 00 01 00 00 00 01 0C 00 00 01 02 00 00 01 02 00 01 00 00 00 01 00 0E 00 01 00 02 00 01 00 02 00 01 02 00 00 01 02 10 00 01 02 3C 00 01 02 3C 00 00 00 00 00 00 00 12 00 00 00 00 00 00 00 13 00 00 3C 00 00 00 3C 14 00 00 3C 3D 00 00 3C 3D 00 3C 00 00 00 3C 00 16 00 3C 00 3D 00 3C 00 3D 00 3C 3D 00 00 3C 3D 18 00 3C 3D 3E 00 3C 3D 3E 3C 00 00 00 3C 00 00 1A 3C 00 00 3D 3C 00 00 3D 3C 00 3D 00 3C 00 3D 1C 3C 00 3D 3E 3C 00 3D 3E 3C 3D 00 00 3C 3D 00 1E 3C 3D 00 3E 3C 3D 00 3E 3C 3D 3E 00 3C 3D 3E 20 3C 3D 3E 78 3C 3D 3E 78 00 00 00 00 00 00 00 22 00 00 00 00 00 00 00 23 00 00 78 00 00 00 78 24 00 00 78 79 00 00 78 79 00 78 00 00 00 78 00 26 00 78 00 79 00 78 00 79 00 78 79 00 00 78 79 28 00 78 79 7A 00 78 79 7A 78 00 00 00 78 00 00 2A 78 00 00 79 78 00 00 79 78 00 79 00 78 00 79 2C 78 00 79 7A 78 00 79 7A 78 79 00 00 78 79 00 2E 78 79 00 7A 78 79 00 7A 78 79 7A 00 78 79 7A 30 78 79 7A B4 78 79 7A B4 00 00 00 00 00 00 00 32 00 00 B4 00 00 00 B4 33 00 00 B4 B5 00 00 B4 B5 00 B4 00 00 00 B4 00 35 00 B4 00 B5 00 B4 00 B5 00 B4 B5 00 00 B4 B5 37 00 B4 B5 B6 00 B4 B5 B6 B4 00 00 00 B4 00 00 39 B4 00 00 B5 B4 00 00 B5 B4 00 B5 00 B4 00 B5 3B B4 00 B5 B6 B4 00 B5 B6 B4 B5 00 00 B4 B5 00 3D B4 B5 00 B6 B4 B5 00 B6 B4 B5 B6 00 B4 B5 B6 3F B4 B5 B6 B7 B4 B5 B6 B7 00 00 00 F0 00 00 00 F0 00 00 00 00 00 00 00 42 00 00 F0 00 00 00 F0 43 00 00 F0 F1 00 00 F0 F1 00 F0 00 00 00 F0 00 45 00 F0 00 F1 00 F0 00 F1 00 F0 F1 00 00 F0 F1 47 00 F0 F1 F2 00 F0 F1 F2 F0 00 00 00 F0 00 00 49 F0 00 00 F1 F0 00 00 F1 F0 00 F1 00 F0 00 F1 4B F0 00 F1 F2 F0 00 F1 F2 F0 F1 00 00 F0 F1 00 4D F0 F1 00 F2 F0 F1 00 F2 F0 F1 F2 00 F0 F1 F2 4F F0 F1 F2 F3 F0 F1 F2 F3 00 00 00 FC 00 00 00 FC 00 00 00 00 00 00 00 52 00 00 FC 00 00 00 FC 53 00 00 FC FD 00 00 FC FD 00 FC 00 00 00 FC 00 55 00 FC 00 FD 00 FC 00 FD 00 FC FD 00 00 FC FD 57 00 FC FD FE 00 FC FD FE FC 00 00 00 FC 00 00 59 FC 00 00 FD FC 00 00 (…)
    [all...]

Completed in 1025 milliseconds

1 2 3 4 5 6 7