Home
last modified time | relevance | path

Searched refs:DeltaType (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Ddatetime.h163 PyTypeObject *DeltaType; member
215 #define PyDelta_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->DeltaType)
216 #define PyDelta_CheckExact(op) Py_IS_TYPE(op, PyDateTimeAPI->DeltaType)
244 PyDateTimeAPI->DeltaType)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp604 IntegerType *DeltaType = in emitBump() local
606 Value *ExtendedStride = Builder.CreateSExtOrTrunc(C.Stride, DeltaType); in emitBump()
609 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2()); in emitBump()
615 ConstantInt::get(DeltaType, (-IndexOffset).logBase2()); in emitBump()
618 Constant *Delta = ConstantInt::get(DeltaType, IndexOffset); in emitBump()
/third_party/python/Modules/
D_zoneinfo.c740 0, seconds, 0, 1, PyDateTimeAPI->DeltaType); in load_timedelta()
D_datetimemodule.c6490 capi->DeltaType = &PyDateTime_DeltaType; in get_datetime_capi()
D_testcapimodule.c2723 PyDateTimeAPI->DeltaType); in get_delta_fromdsu()