HomeSort by relevance Sort by last modified time
    Searched refs:DoubleToBits (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Support/
EndianStream.h 44 write(DoubleToBits(Val));
56 write(DoubleToBits(Val));
MathExtras.h 524 /// DoubleToBits - This function takes a double and returns the bit
528 inline uint64_t DoubleToBits(double Double) {
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
SIMCCodeEmitter.cpp 136 if (Val == DoubleToBits(0.5))
139 if (Val == DoubleToBits(-0.5))
142 if (Val == DoubleToBits(1.0))
145 if (Val == DoubleToBits(-1.0))
148 if (Val == DoubleToBits(2.0))
151 if (Val == DoubleToBits(-2.0))
154 if (Val == DoubleToBits(4.0))
157 if (Val == DoubleToBits(-4.0))
  /external/llvm/lib/Target/AMDGPU/InstPrinter/
AMDGPUInstPrinter.cpp 268 if (Imm == DoubleToBits(0.0))
270 else if (Imm == DoubleToBits(1.0))
272 else if (Imm == DoubleToBits(-1.0))
274 else if (Imm == DoubleToBits(0.5))
276 else if (Imm == DoubleToBits(-0.5))
278 else if (Imm == DoubleToBits(2.0))
280 else if (Imm == DoubleToBits(-2.0))
282 else if (Imm == DoubleToBits(4.0))
284 else if (Imm == DoubleToBits(-4.0))
339 printImmediate64(DoubleToBits(Op.getFPImm()), O)
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp     [all...]
  /external/llvm/unittests/Support/
MathExtrasTest.cpp 166 EXPECT_FLOAT_EQ(kValue, BitsToDouble(DoubleToBits(kValue)));
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 1463 milliseconds