OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestLD
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
mingw-long-double.c
29
long double
TestLD
(long double x) {
32
// GNU32: define x86_fp80 @
TestLD
(x86_fp80 %x)
33
// GNU64: define void @
TestLD
(x86_fp80* noalias sret %agg.result, x86_fp80*)
34
// MSC64: define double @
TestLD
(double %x)
x86_64-longdouble.c
21
long double
TestLD
(long double x) {
23
// ANDROID: define fp128 @
TestLD
(fp128 %x)
24
// GNU: define x86_fp80 @
TestLD
(x86_fp80 %x)
25
// NACL: define double @
TestLD
(double %x)
Completed in 107 milliseconds