Home
last modified time | relevance | path

Searched refs:ctest1 (Results 1 – 4 of 4) sorted by relevance

/external/cblas/testing/
DMakefile40 all1: stest1 dtest1 ctest1 ztest1
53 ctest1: xccblat1 target
109 @./xccblat1 > ctest1.out
/external/cblas/
DMakefile153 ctest1: target
154 ( cd testing && make ctest1 )
/external/clang/test/Sema/
Dcallingconv-iamcu.c21 void __attribute__((cdecl(1))) ctest1(float x) {} // expected-error {{'cdecl' attribute takes no ar… in ctest1() function
Dcallingconv.c28 void __attribute__((cdecl(1))) ctest1(float x) {} // expected-error {{'cdecl' attribute takes no ar… in ctest1() function