Home
last modified time | relevance | path

Searched defs:Double (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Daccess20.C5 #define Double double macro
/openbsd-src/lib/libm/src/
H A Dmath_private.h406 struct Double { struct
416 struct Double __log__D(double); argument
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DYAMLTraits.h130 enum class QuotingType { None, Single, Double }; enumerator
H A DMathExtras.h447 inline uint64_t DoubleToBits(double Double) { in DoubleToBits()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h344 double Double; member
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCharInfo.h168 Double = 2, enumerator
H A DTargetInfo.h73 Double = 1 << 2, enumerator
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DJSON.h124 enum class DataType : uint8_t { Unsigned, Signed, Double } m_data_type; enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsics.h120 Double, enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h402 Double, enumerator
461 double Double; member
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dformatter_float.bench.cpp38 enum class TypeE { Float, Double, LongDouble }; enumerator
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp263 VariantValue::VariantValue(double Double) : Type(VT_Nothing) { in VariantValue()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DScalar.cpp382 double Scalar::Double(double fail_value) const { in Double() function in Scalar
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h731 DoubleAPFloat Double; member
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml32 | Double Constructor
H A Dllvm.mli69 | Double Constructor
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h257 Double = 0x02, enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h105 Double, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp802 APInt llvm::APIntOps::RoundDoubleToAPInt(double Double, unsigned width) { in RoundDoubleToAPInt()