Home
last modified time | relevance | path

Searched refs:ivalue (Results 1 - 7 of 7) sorted by relevance

/third_party/astc-encoder/Test/
H A Dastc_image_info.py139 ivalue = [int(x) for x in svalue if int(x) >= 0]
143 if len(ivalue) != len(svalue):
146 return ivalue
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_type.cpp261 const int64_t ivalue = ConstantLiteralAsInt64(width, length->words()); in ValidateTypeArray() local
262 if (ivalue == 0 || (ivalue < 0 && is_signed)) { in ValidateTypeArray()
265 << "' default value must be at least 1: found " << ivalue; in ValidateTypeArray()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_type.cpp261 const int64_t ivalue = ConstantLiteralAsInt64(width, length->words()); in ValidateTypeArray() local
262 if (ivalue == 0 || (ivalue < 0 && is_signed)) { in ValidateTypeArray()
265 << "' default value must be at least 1: found " << ivalue; in ValidateTypeArray()
/third_party/spirv-tools/source/val/
H A Dvalidate_type.cpp261 const int64_t ivalue = ConstantLiteralAsInt64(width, length->words()); in ValidateTypeArray() local
262 if (ivalue == 0 || (ivalue < 0 && is_signed)) { in ValidateTypeArray()
265 << " default value must be at least 1: found " << ivalue; in ValidateTypeArray()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_virtualvalues.cpp546 auto ivalue = alu_src_const.find(static_cast<AluInlineConstants>(sel()));
547 if (ivalue != alu_src_const.end()) {
548 os << "I[" << ivalue->second.descr<< "]";
549 if (ivalue->second.use_chan)
/third_party/python/Modules/
H A D_testcapimodule.c7847 PyObject *ivalue = PyNumber_Long(value); in heapctypesetattr_setattro() local
7848 if (ivalue == NULL) in heapctypesetattr_setattro()
7850 long v = PyLong_AsLong(ivalue); in heapctypesetattr_setattro()
7851 Py_DECREF(ivalue); in heapctypesetattr_setattro()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc5636 TNode<Int32T> ivalue = TruncateFloat32ToInt32(value);
5637 TNode<Float32T> fvalue = RoundInt32ToFloat32(ivalue);
5642 GotoIfNot(Word32Equal(ivalue, Int32Constant(0)), &if_int32);
5651 *var_result_smi = SmiTag(ChangeInt32ToIntPtr(ivalue));
5654 TNode<PairT<Int32T, BoolT>> pair = Int32AddWithOverflow(ivalue, ivalue);

Completed in 29 milliseconds