Home
last modified time | relevance | path

Searched defs:Float32 (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/utils/
H A Dboxed-float.h19 class Float32 { class
25 explicit Float32(float value) : bit_pattern_(bit_cast<uint32_t>(value)) { in Float32() function in v8::internal::Float32
50 explicit constexpr Float32(uint32_t bit_pattern) in Float32() function in v8::internal::Float32
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/
H A Dto_toml.py95 class Float32(FloatMixin): class
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuFloat.hpp145 typedef Float<deUint32, 8, 23, 127, FLOAT_HAS_SIGN|FLOAT_SUPPORT_DENORM> Float32; //!< IEEE 754 32-bit floating-point value typedef
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DShaderModule.h212 enum class Type { Boolean, Float32, Uint32, Int32 } type; member in dawn_native::EntryPointMetadata::OverridableConstant::Type
/third_party/node/deps/v8/src/compiler/
H A Drepresentation-change.h198 static UseInfo Float32() { in Float32() function in v8::internal::compiler::UseInfo
/third_party/node/deps/v8/src/codegen/
H A Dmachine-type.h193 constexpr static MachineType Float32() { in Float32() function in v8::internal::MachineRepresentation::MachineType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h59 Float32 = 0x0040, // 32 bit real member in llvm::codeview::SimpleTypeKind
185 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); } in Float32() function in llvm::codeview::SimpleTypeMode::TypeIndex
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DWasm.h79 int32_t Float32; member

Completed in 7 milliseconds