Home
last modified time | relevance | path

Searched full:integral (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dtypes.yaml30 - integral
38 - integral
46 - integral
54 - integral
62 - integral
70 - integral
78 - integral
102 - integral
110 - integral
Dfile_item_container.h550 // NB! For f32 and f64 value maps we use integral keys
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_utils.h49 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()
Dbit_memory_region.h154 static_assert(std::is_integral_v<T>, "T must be integral"); in Read()
/arkcompiler/ets_runtime/ecmascript/base/
Dbit_helper.h58 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()
Dtyped_array_helper.cpp292 … 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/
Dmath_helpers.h73 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()
Dinterpreter-inl.h2596 "T should be either integral or floating point type"); in HandleArrayPrimitiveLoad()
/arkcompiler/runtime_core/docs/bc_verification/
Dtypes_n_values.md91 #### Integral types
97 - Integral
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dbalance_expressions.h94 // 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/
Dshorty_values.h.erb28 …es.select {|type| type.width && type.width == 32 && type.properties.include?("integral")}.last.code
/arkcompiler/runtime_core/runtime/include/
Dvalue.h60 static_assert(std::is_integral_v<T>, "T must be integral type"); in GetAs()
Dobject_accessor-inl.h347 // Atmoic fetch_add only defined in the atomic specializations for integral and pointer in GetAndAddFieldPrimitive()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dbounds_analysis.h29 * It is used to represent variables of integral types according to their size
/arkcompiler/runtime_core/libpandafile/templates/
Dtype.h.erb109 return <%= type.properties.include? "integral" %>;
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp457 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/
Dpanda_types.cpp407 // integral
/arkcompiler/runtime_core/isa/
Disa.yaml54 …M support operations on registers with i32 and i64 integral values. However, 8-bit and 16-bit inte…
61Integral values are not inherently signed or unsigned, signedness is interpreted by bytecodes as w…
/arkcompiler/runtime_core/assembler/
Dmeta.cpp65 static_assert(std::is_integral_v<T>, "T must be integral type"); in ConvertFromString()
/arkcompiler/runtime_core/verification/util/
Dint_set.h23 …* @brief A set implementation for integral types which automatically switches between representati…
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp95 // size is an integral multiple of eight in HWTEST_F_L0()
/arkcompiler/runtime_core/docs/
Dfile_format.md292 | `INT_VALUE` | `0x01` | `0-1` | `sleb128` | Integral value of the field. This …
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp2060 … (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()