Searched refs:DeltaType (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Include/ |
D | datetime.h | 163 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/ |
D | StraightLineStrengthReduce.cpp | 604 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.c | 740 0, seconds, 0, 1, PyDateTimeAPI->DeltaType); in load_timedelta()
|
D | _datetimemodule.c | 6490 capi->DeltaType = &PyDateTime_DeltaType; in get_datetime_capi()
|
D | _testcapimodule.c | 2723 PyDateTimeAPI->DeltaType); in get_delta_fromdsu()
|