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

1 2

  /external/swiftshader/third_party/LLVM/unittests/Support/
MathExtrasTest.cpp 82 EXPECT_FLOAT_EQ(kValue, BitsToDouble(DoubleToBits(kValue)));
  /external/capstone/
MathExtras.h 309 /// BitsToDouble - This function takes a 64-bit integer and returns the bit
311 static inline double BitsToDouble(uint64_t Bits) {
  /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-subzero/include/llvm/Support/
MathExtras.h 547 /// BitsToDouble - This function takes a 64-bit integer and returns the bit
549 inline double BitsToDouble(uint64_t Bits) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 547 /// BitsToDouble - This function takes a 64-bit integer and returns the bit
549 inline double BitsToDouble(uint64_t Bits) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
MathExtras.h 565 inline double BitsToDouble(uint64_t Bits) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
MathExtras.h 565 inline double BitsToDouble(uint64_t Bits) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
MathExtras.h 565 inline double BitsToDouble(uint64_t Bits) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
MathExtras.h 565 inline double BitsToDouble(uint64_t Bits) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
MathExtras.h 565 inline double BitsToDouble(uint64_t Bits) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
MathExtras.h 565 inline double BitsToDouble(uint64_t Bits) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 547 /// BitsToDouble - This function takes a 64-bit integer and returns the bit
549 inline double BitsToDouble(uint64_t Bits) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
MathExtras.h 565 inline double BitsToDouble(uint64_t Bits) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
MathExtras.h 565 inline double BitsToDouble(uint64_t Bits) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
MathExtras.h 565 inline double BitsToDouble(uint64_t Bits) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
MathExtras.h 565 inline double BitsToDouble(uint64_t Bits) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
MathExtras.h 565 inline double BitsToDouble(uint64_t Bits) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
MathExtras.h 565 inline double BitsToDouble(uint64_t Bits) {
  /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)));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APInt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APInt.h     [all...]

Completed in 910 milliseconds

1 2