Searched defs:FLOAT64 (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_dataview.h | 27 …BIGINT64 = 0, BIGUINT64, FLOAT32, FLOAT64, INT8, INT16, INT32, UINT8, UINT16, UINT32, UINT8_CLAMPED enumerator
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | variable_type.h | 79 static VariableType FLOAT64() in FLOAT64() function
|
D | number_gate_info.h | 29 FLOAT64, enumerator 39 static constexpr uint8_t FLOAT64 = 1 << 2; variable
|
D | type.h | 281 FLOAT64, enumerator
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_arraybuffer.h | 42 …UINT16 = 2, INT16 = 2, UINT32 = 4, INT32 = 4, FLOAT32 = 4, FLOAT64 = 8, BIGINT64 = 8, BIGUINT64 = 8 enumerator
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | datatype.h | 42 FLOAT64, enumerator
|
/arkcompiler/runtime_core/compiler/optimizer/templates/ |
D | instructions.rb | 31 FLOAT64 = 'f64' constant
|