OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeltaType
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gdb/darwin-x86/include/python2.7/
datetime.h
145
PyTypeObject *
DeltaType
;
203
#define PyDelta_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->
DeltaType
)
204
#define PyDelta_CheckExact(op) (Py_TYPE(op) == PyDateTimeAPI->
DeltaType
)
223
PyDateTimeAPI->
DeltaType
)
/prebuilts/gdb/linux-x86/include/python2.7/
datetime.h
145
PyTypeObject *
DeltaType
;
203
#define PyDelta_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->
DeltaType
)
204
#define PyDelta_CheckExact(op) (Py_TYPE(op) == PyDateTimeAPI->
DeltaType
)
223
PyDateTimeAPI->
DeltaType
)
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
datetime.h
145
PyTypeObject *
DeltaType
;
203
#define PyDelta_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->
DeltaType
)
204
#define PyDelta_CheckExact(op) (Py_TYPE(op) == PyDateTimeAPI->
DeltaType
)
223
PyDateTimeAPI->
DeltaType
)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
datetime.h
145
PyTypeObject *
DeltaType
;
203
#define PyDelta_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->
DeltaType
)
204
#define PyDelta_CheckExact(op) (Py_TYPE(op) == PyDateTimeAPI->
DeltaType
)
223
PyDateTimeAPI->
DeltaType
)
/external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp
589
IntegerType *
DeltaType
=
591
Value *ExtendedStride = Builder.CreateSExtOrTrunc(C.Stride,
DeltaType
);
594
ConstantInt *Exponent = ConstantInt::get(
DeltaType
, IndexOffset.logBase2());
600
ConstantInt::get(
DeltaType
, (-IndexOffset).logBase2());
603
Constant *Delta = ConstantInt::get(
DeltaType
, IndexOffset);
Completed in 76 milliseconds