OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasSqrt
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/MBlaze/
MBlazeSubtarget.h
36
bool
HasSqrt
;
67
bool
hasSqrt
() const { return
HasSqrt
; }
MBlazeSubtarget.cpp
31
HasFPU(false), HasMul64(false),
HasSqrt
(false)
Completed in 22 milliseconds