Home
last modified time | relevance | path

Searched refs:oldtype (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_shader.c251 nir_alu_type oldtype; member
278 nir_alu_type oldtype = typeconv[rt].oldtype; in panvk_adjust_rt_type() local
281 if (newtype == nir_type_invalid || newtype == oldtype) in panvk_adjust_rt_type()
294 val = nir_convert_with_rounding(b, val, oldtype, newtype, in panvk_adjust_rt_type()
298 bool clamp = nir_alu_type_get_base_type(oldtype) != nir_type_float; in panvk_adjust_rt_type()
300 val = nir_convert_with_rounding(b, val, newtype, oldtype, in panvk_adjust_rt_type()
394 typeconv[rt].oldtype = nir_get_nir_type_for_glsl_type(outvar->type); in panvk_lower_blend()
/third_party/python/Python/
Derrors.c44 PyObject *oldtype, *oldvalue, *oldtraceback; in _PyErr_Restore() local
55 oldtype = tstate->curexc_type; in _PyErr_Restore()
63 Py_XDECREF(oldtype); in _PyErr_Restore()
492 PyObject *oldtype, *oldvalue, *oldtraceback; in PyErr_SetExcInfo() local
495 oldtype = tstate->exc_info->exc_type; in PyErr_SetExcInfo()
503 Py_XDECREF(oldtype); in PyErr_SetExcInfo()
/third_party/ltp/tools/sparse/sparse-src/
Dexpression.h341 struct expression *old, struct symbol *oldtype);
Dexpand.c98 struct expression *old, struct symbol *oldtype) in cast_value() argument
100 int old_size = oldtype->bit_size; in cast_value()
105 if (is_float_type(newtype) || is_float_type(oldtype)) in cast_value()
159 if (!is_float_type(oldtype)) in cast_value()
/third_party/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp1274 ZoneType oldtype = types[i->type]; in optimizeTypeList() local
1275 SimplifiedZoneType newtype(oldtype); in optimizeTypeList()
1322 ZoneType oldtype = types[i->type]; in optimizeTypeList() local
1323 SimplifiedZoneType newtype(oldtype); in optimizeTypeList()
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dtz2icu.cpp1274 ZoneType oldtype = types[i->type]; in optimizeTypeList() local
1275 SimplifiedZoneType newtype(oldtype); in optimizeTypeList()
1322 ZoneType oldtype = types[i->type]; in optimizeTypeList() local
1323 SimplifiedZoneType newtype(oldtype); in optimizeTypeList()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dtz2icu.cpp1274 ZoneType oldtype = types[i->type]; in optimizeTypeList() local
1275 SimplifiedZoneType newtype(oldtype); in optimizeTypeList()
1322 ZoneType oldtype = types[i->type]; in optimizeTypeList() local
1323 SimplifiedZoneType newtype(oldtype); in optimizeTypeList()
/third_party/selinux/libsepol/src/
Dexpand.c1690 uint32_t oldtype = 0; in expand_terule_helper() local
1724 oldtype = avdatump->data; in expand_terule_helper()
1726 oldtype = avdatump->data; in expand_terule_helper()
1728 oldtype = avdatump->data; in expand_terule_helper()
1731 if (oldtype == remapped_data) { in expand_terule_helper()
1744 p->p_type_val_to_name[oldtype - 1]); in expand_terule_helper()
1752 p->p_type_val_to_name[oldtype - 1], in expand_terule_helper()
/third_party/python/Modules/
D_testcapimodule.c6786 PyObject *oldtype = NULL, *newtype = NULL, *refcnt = NULL; in heapctypesubclasswithfinalizer_finalize() local
6795 oldtype = PyObject_GetAttrString(m, "HeapCTypeSubclassWithFinalizer"); in heapctypesubclasswithfinalizer_finalize()
6797 if (oldtype == NULL || newtype == NULL) { in heapctypesubclasswithfinalizer_finalize()
6804 refcnt = PyLong_FromSsize_t(Py_REFCNT(oldtype)); in heapctypesubclasswithfinalizer_finalize()
6808 if (PyObject_SetAttrString(oldtype, "refcnt_in_del", refcnt) < 0) { in heapctypesubclasswithfinalizer_finalize()
6821 Py_XDECREF(oldtype); in heapctypesubclasswithfinalizer_finalize()