Searched defs:F64 (Results 1 – 10 of 10) sorted by relevance
27 F64 = 6; enumerator
32 F64, enumerator
87 static TypedValue F64(double value) in F64() function
37 F64, enumerator
47 F64, enumerator
85 F64, enumerator
87 F64, enumerator
450 static const std::string F64; // NOLINT (readability-identifier-naming) member
56 const std::string ObjectSubType::F64 = "f64"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType
1055 constexpr uint8_t F64 = 0xa; in EncodeGetTypeSize() local