OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitstodouble
(Results
1 - 21
of
21
) sorted by null
/external/swiftshader/third_party/LLVM/unittests/Support/
MathExtrasTest.cpp
82
EXPECT_FLOAT_EQ(kValue,
BitsToDouble
(DoubleToBits(kValue)));
/external/swiftshader/third_party/LLVM/include/llvm/Support/
MathExtras.h
345
///
BitsToDouble
- This function takes a 64-bit integer and returns the bit
347
inline double
BitsToDouble
(uint64_t Bits) {
/external/llvm/unittests/Support/
MathExtrasTest.cpp
195
EXPECT_DOUBLE_EQ(kValue,
BitsToDouble
(DoubleToBits(kValue)));
/external/llvm/include/llvm/Support/
MathExtras.h
525
///
BitsToDouble
- This function takes a 64-bit integer and returns the bit
527
inline double
BitsToDouble
(uint64_t Bits) {
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp
217
Out << "
BitsToDouble
(" << Buffer << ")";
239
Out << "
BitsToDouble
(0x"
[
all
...]
/external/llvm/lib/AsmParser/
LLLexer.cpp
874
APFloatVal = APFloat(
BitsToDouble
(HexIntToVal(TokStart+2, CurPtr)));
/external/swiftshader/third_party/LLVM/lib/AsmParser/
LLLexer.cpp
719
APFloatVal = APFloat(
BitsToDouble
(HexIntToVal(TokStart+2, CurPtr)));
/external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
760
GV.DoubleVal = GV.IntVal.
bitsToDouble
();
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp
[
all
...]
SelectionDAG.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp
660
GV.DoubleVal = GV.IntVal.
bitsToDouble
();
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h
[
all
...]
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp
[
all
...]
/external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp
[
all
...]
/external/llvm/include/llvm/ADT/
APInt.h
[
all
...]
/external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp
998
APFloat F((float)
BitsToDouble
(IntVal));
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Support/
APFloat.cpp
[
all
...]
/external/llvm/lib/Support/
APFloat.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 662 milliseconds