OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ieee_double
(Results
26 - 28
of
28
) sorted by null
1
2
/external/llvm/include/llvm/Support/
TypeBuilder.h
87
class
ieee_double
{};
class in namespace:llvm::types
208
template<bool cross> class TypeBuilder<types::
ieee_double
, cross> {
/external/llvm/unittests/Support/
TypeBuilderTest.cpp
64
EXPECT_EQ(Type::getDoubleTy(getGlobalContext()), (TypeBuilder<types::
ieee_double
, true>::get(getGlobalContext())));
65
EXPECT_EQ(Type::getDoubleTy(getGlobalContext()), (TypeBuilder<types::
ieee_double
, false>::get(getGlobalContext())));
/bionic/libc/stdio/
vfprintf.c
1303
struct
ieee_double
i;
Completed in 251 milliseconds
1
2