HomeSort by relevance Sort by last modified time
    Searched refs:FloatToBits (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/include/llvm/Support/
EndianStream.h 43 write(FloatToBits(Val));
55 write(FloatToBits(Val));
MathExtras.h 560 /// FloatToBits - This function takes a float and returns the bit
564 inline uint32_t FloatToBits(float Float) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
EndianStream.h 43 write(FloatToBits(Val));
55 write(FloatToBits(Val));
MathExtras.h 576 /// FloatToBits - This function takes a float and returns the bit
580 inline uint32_t FloatToBits(float Float) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
EndianStream.h 43 write(FloatToBits(Val));
55 write(FloatToBits(Val));
MathExtras.h 576 /// FloatToBits - This function takes a float and returns the bit
580 inline uint32_t FloatToBits(float Float) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
EndianStream.h 43 write(FloatToBits(Val));
55 write(FloatToBits(Val));
MathExtras.h 576 /// FloatToBits - This function takes a float and returns the bit
580 inline uint32_t FloatToBits(float Float) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
EndianStream.h 43 write(FloatToBits(Val));
55 write(FloatToBits(Val));
MathExtras.h 576 /// FloatToBits - This function takes a float and returns the bit
580 inline uint32_t FloatToBits(float Float) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
EndianStream.h 43 write(FloatToBits(Val));
55 write(FloatToBits(Val));
MathExtras.h 576 /// FloatToBits - This function takes a float and returns the bit
580 inline uint32_t FloatToBits(float Float) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
EndianStream.h 43 write(FloatToBits(Val));
55 write(FloatToBits(Val));
MathExtras.h 576 /// FloatToBits - This function takes a float and returns the bit
580 inline uint32_t FloatToBits(float Float) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
EndianStream.h 43 write(FloatToBits(Val));
55 write(FloatToBits(Val));
MathExtras.h 576 /// FloatToBits - This function takes a float and returns the bit
580 inline uint32_t FloatToBits(float Float) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
EndianStream.h 43 write(FloatToBits(Val));
55 write(FloatToBits(Val));
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
SIMCCodeEmitter.cpp 104 if (Val == FloatToBits(0.5f))
107 if (Val == FloatToBits(-0.5f))
110 if (Val == FloatToBits(1.0f))
113 if (Val == FloatToBits(-1.0f))
116 if (Val == FloatToBits(2.0f))
119 if (Val == FloatToBits(-2.0f))
122 if (Val == FloatToBits(4.0f))
125 if (Val == FloatToBits(-4.0f))
  /external/llvm/lib/Target/AMDGPU/InstPrinter/
AMDGPUInstPrinter.cpp 314 if (Imm == FloatToBits(0.0f))
316 else if (Imm == FloatToBits(1.0f))
318 else if (Imm == FloatToBits(-1.0f))
320 else if (Imm == FloatToBits(0.5f))
322 else if (Imm == FloatToBits(-0.5f))
324 else if (Imm == FloatToBits(2.0f))
326 else if (Imm == FloatToBits(-2.0f))
328 else if (Imm == FloatToBits(4.0f))
330 else if (Imm == FloatToBits(-4.0f))
412 printImmediate32(FloatToBits(Op.getFPImm()), O)
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/Support/
MathExtrasTest.cpp 77 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue)));
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MathExtras.h 380 /// FloatToBits - This function takes a float and returns the bit
384 inline uint32_t FloatToBits(float Float) {
  /external/llvm/lib/Target/AMDGPU/Disassembler/
AMDGPUDisassembler.cpp 323 return MCOperand::createImm(Is32? FloatToBits(V) : DoubleToBits(V));
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp     [all...]
  /external/llvm/unittests/Support/
MathExtrasTest.cpp 190 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue)));
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MathExtras.h 582 /// FloatToBits - This function takes a float and returns the bit
586 inline uint32_t FloatToBits(float Float) {

Completed in 4444 milliseconds

1 2