| /arkcompiler/runtime_core/libpandafile/ |
| D | types.yaml | 30 - integral 38 - integral 46 - integral 54 - integral 62 - integral 70 - integral 78 - integral 102 - integral 110 - integral
|
| D | file_item_container.h | 550 // NB! For f32 and f64 value maps we use integral keys
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_utils.h | 49 static_assert(std::is_integral<T>::value, "T must be integral"); in Clz() 65 static_assert(std::is_integral<T>::value, "T must be integral"); in Ctz() 81 static_assert(std::is_integral<T>::value, "T must be integral"); in Popcount() 106 static_assert(std::is_integral_v<T>, "T must be integral"); in MinimumBitsToStore() 120 static_assert(std::is_integral<T>::value, "T must be integral"); in Ffs() 134 static_assert(std::is_integral<T>::value, "T must be integral"); in IsAligned() 141 static_assert(std::is_integral<T>::value, "T must be integral"); in IsAligned() 148 static_assert(std::is_integral<T>::value, "T must be integral"); in RoundUp() 160 static_assert(std::is_integral<T>::value, "T must be integral"); in RoundDown() 275 static_assert(std::is_integral<T>::value, "T must be integral"); in ExtractBits()
|
| D | bit_memory_region.h | 154 static_assert(std::is_integral_v<T>, "T must be integral"); in Read()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | bit_helper.h | 58 static_assert(std::is_integral<T>::value, "T must be integral"); in CountLeadingZeros() 96 static_assert(std::is_integral<T>::value, "T must be integral"); in CountTrailingZeros() 147 static_assert(std::is_integral<T>::value, "T must be integral"); in RoundUp()
|
| D | typed_array_helper.cpp | 292 … THROW_RANGE_ERROR_AND_RETURN(thread, "The offset cannot be an integral multiple of elementSize.", in CreateFromArrayBuffer() 318 …THROW_RANGE_ERROR_AND_RETURN(thread, "The bufferByteLength cannot be an integral multiple of eleme… in CreateFromArrayBuffer()
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | math_helpers.h | 73 static_assert(std::is_integral_v<T>, "T should be integral type"); in operator() 127 static_assert(std::is_integral_v<T>, "T should be integral type"); in operator() 147 static_assert(std::is_integral_v<T>, "T should be integral type"); in operator()
|
| D | interpreter-inl.h | 2596 "T should be either integral or floating point type"); in HandleArrayPrimitiveLoad()
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | types_n_values.md | 91 #### Integral types 97 - Integral
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | balance_expressions.h | 94 // Calculates the lowest integral power of two that is greater than `val` 121 // If x is not 0 or 1, calculates the largest integral power of two that is less than `val`
|
| /arkcompiler/runtime_core/runtime/templates/ |
| D | shorty_values.h.erb | 28 …es.select {|type| type.width && type.width == 32 && type.properties.include?("integral")}.last.code
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | value.h | 60 static_assert(std::is_integral_v<T>, "T must be integral type"); in GetAs()
|
| D | object_accessor-inl.h | 347 // Atmoic fetch_add only defined in the atomic specializations for integral and pointer in GetAndAddFieldPrimitive()
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | bounds_analysis.h | 29 * It is used to represent variables of integral types according to their size
|
| /arkcompiler/runtime_core/libpandafile/templates/ |
| D | type.h.erb | 109 return <%= type.properties.include? "integral" %>;
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_arraybuffer.cpp | 457 static_assert(std::is_integral_v<T>, "T must be integral"); in GetValueFromBufferForInteger() 558 static_assert(std::is_integral_v<T>, "T must be integral"); in SetValueInBufferForInteger()
|
| /arkcompiler/runtime_core/verification/absint/ |
| D | panda_types.cpp | 407 // integral
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 54 …M support operations on registers with i32 and i64 integral values. However, 8-bit and 16-bit inte… 61 …Integral values are not inherently signed or unsigned, signedness is interpreted by bytecodes as w…
|
| /arkcompiler/runtime_core/assembler/ |
| D | meta.cpp | 65 static_assert(std::is_integral_v<T>, "T must be integral type"); in ConvertFromString()
|
| /arkcompiler/runtime_core/verification/util/ |
| D | int_set.h | 23 …* @brief A set implementation for integral types which automatically switches between representati…
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_hclass_test.cpp | 95 // size is an integral multiple of eight in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/docs/ |
| D | file_format.md | 292 | `INT_VALUE` | `0x01` | `0-1` | `sleb128` | Integral value of the field. This …
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_checker.cpp | 2060 … (std::cerr << "Integral constant input not coercible to BOOL:\n", inst->Dump(&std::cerr))); in CheckDataFlow() 2067 … (std::cerr << "Integral constant input not coercible to INT32:\n", inst->Dump(&std::cerr))); in CheckDataFlow()
|