Home
last modified time | relevance | path

Searched refs:IsInt32 (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dgather_expander.cc328 if (!IsInt32(gather_loop_trip_count)) { in ExpandInstruction()
Dscatter_expander.cc368 if (!IsInt32(scatter_loop_trip_count)) { in ExpandScatter()
/external/pdfium/fxjs/
Dcfxjse_value.cpp315 return hValue->IsInt32(); in IsInteger()
/external/tensorflow/tensorflow/compiler/xla/
Dutil.h514 bool IsInt32(T x) { in IsInt32() function
/external/vixl/src/aarch32/
Doperands-aarch32.h143 VIXL_ASSERT(IsInt32(immediate) || IsUint32(immediate)); in From()
Dassembler-aarch32.h191 VIXL_ASSERT(IsInt32(offset)); in GetCursorOffset()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc306 if (sub_shape.IsArray() && !IsInt32(ShapeUtil::ElementsIn(sub_shape))) { in GetIndexTypeForKernel()
316 if (!IsInt32(launch_size)) { in GetIndexTypeForKernel()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc417 VIXL_ASSERT(IsUint32(imm) || IsInt32(imm) || rd.Is64Bits()); in MoveImmediateHelper()
Dassembler-aarch64.h232 VIXL_ASSERT(IsUint32(low64_) || IsInt32(low64_)); in GetRawValue32()
Dmacro-assembler-aarch64.h1857 VIXL_ASSERT(IsUint32(imm) || IsInt32(imm)); in Ldr()
/external/v8/include/
Dv8.h2320 bool IsInt32() const;
/external/v8/src/
Dapi.cc3478 bool Value::IsInt32() const { in IsInt32() function in v8::Value
3759 Utils::ApiCheck(that->IsInt32(), "v8::Int32::Cast", in CheckCast()