Searched refs:DeltaType (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Include/ |
D | datetime.h | 145 PyTypeObject *DeltaType; member 203 #define PyDelta_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->DeltaType) 204 #define PyDelta_CheckExact(op) (Py_TYPE(op) == PyDateTimeAPI->DeltaType) 223 PyDateTimeAPI->DeltaType)
|
/external/python/cpython3/Include/ |
D | datetime.h | 155 PyTypeObject *DeltaType; member 222 #define PyDelta_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->DeltaType) 223 #define PyDelta_CheckExact(op) (Py_TYPE(op) == PyDateTimeAPI->DeltaType) 250 PyDateTimeAPI->DeltaType)
|
/external/swiftshader/third_party/llvm-7.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()
|
/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 570 IntegerType *DeltaType = in emitBump() local 572 Value *ExtendedStride = Builder.CreateSExtOrTrunc(C.Stride, DeltaType); in emitBump() 575 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2()); in emitBump() 581 ConstantInt::get(DeltaType, (-IndexOffset).logBase2()); in emitBump() 584 Constant *Delta = ConstantInt::get(DeltaType, IndexOffset); in emitBump()
|