OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsSingleFloat
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.h
50
//
IsSingleFloat
- The target only supports single precision float
53
bool
IsSingleFloat
;
118
bool
isSingleFloat
() const { return
IsSingleFloat
; }
119
bool isNotSingleFloat() const { return !
IsSingleFloat
; }
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
60
//
IsSingleFloat
- The target only supports single precision float
63
bool
IsSingleFloat
;
232
bool
isSingleFloat
() const { return
IsSingleFloat
; }
Completed in 69 milliseconds