OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitsToDouble
(Results
1 - 6
of
6
) sorted by null
/external/llvm/unittests/Support/
MathExtrasTest.cpp
169
EXPECT_FLOAT_EQ(kValue,
BitsToDouble
(DoubleToBits(kValue)));
/external/llvm/include/llvm/Support/
MathExtras.h
476
///
BitsToDouble
- This function takes a 64-bit integer and returns the bit
478
inline double
BitsToDouble
(uint64_t Bits) {
/external/llvm/lib/AsmParser/
LLLexer.cpp
749
APFloatVal = APFloat(
BitsToDouble
(HexIntToVal(TokStart+2, CurPtr)));
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 77 milliseconds