| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_dataview.h | 27 BIGINT64 = 0, BIGUINT64, FLOAT32, FLOAT64, INT8, INT16, INT32, UINT8, UINT16, UINT32, UINT8_CLAMPED member in panda::ecmascript::DataViewType
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | variable_type.h | 79 static VariableType FLOAT64() in FLOAT64() function in panda::ecmascript::kungfu::VariableType
|
| H A D | number_gate_info.h | 29 FLOAT64, member in panda::ecmascript::kungfu::TypeInfo 42 static constexpr uint8_t FLOAT64 = 1 << 2; member in panda::ecmascript::kungfu::UseInfo
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | inst_generator.h | 148 DataType::UINT64, DataType::INT64, DataType::FLOAT32, DataType::FLOAT64, member in panda::compiler::InstGenerator::DataType [all...] |
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| H A D | vreg_info.h | 29 enum class Type : uint8_t { UNDEFINED, OBJECT, INT32, INT64, FLOAT32, FLOAT64, BOOL, ANY, COUNT = ANY }; member in ark::compiler::final::Location::Type
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | inst_generator.h | 193 DataType::UINT64, DataType::INT64, DataType::FLOAT32, DataType::FLOAT64, member in ark::compiler::InstGenerator::DataType [all...] |
| H A D | const_folding_test.cpp | 3302 CmpTest(std::nan("0"), 1.0, -1L, DataType::FLOAT64); TEST_F() member in ark::compiler::DataType 3304 CmpTest(std::nan("0"), 1.0, 1U, DataType::FLOAT64, true); TEST_F() member in ark::compiler::DataType [all...] |
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| H A D | typed_array_helper_test.cpp | 261 EXPECT_EQ(TypedArrayHelper::GetType(JSType::JS_FLOAT64_ARRAY), DataViewType::FLOAT64); in HWTEST_F_L0() member in panda::test::DataViewType
|