HomeSort by relevance Sort by last modified time
    Searched defs:Float64 (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Basic/
TargetBuiltins.h 119 Float64
  /external/deqp/framework/common/
tcuFloat.hpp 133 typedef Float<deUint64, 11, 52, 1023, FLOAT_HAS_SIGN|FLOAT_SUPPORT_DENORM> Float64; //!< IEEE 754 64-bit floating-point value
162 *this = convert(Float64(u64));
178 deUint64 u64 = Float64::convert(*this).bits();
  /external/v8/src/compiler/
representation-change.h 23 static Truncation Float64() { return Truncation(TruncationKind::kFloat64); }
93 // insufficient to do the conversion (e.g. word32->float64 conv), so we also
115 return UseInfo(MachineRepresentation::kFloat64, Truncation::Float64());
170 // out signedness for the word32->float64 conversion, then we check that the
  /external/v8/src/
machine-type.h 84 static MachineType Float64() {
  /external/clang/utils/TableGen/
NeonEmitter.cpp 91 Float64
    [all...]

Completed in 65 milliseconds