Home
last modified time | relevance | path

Searched defs:_cond (Results 1 – 21 of 21) sorted by relevance

/external/executorch/runtime/platform/
Dassert.h36 #define ET_CHECK_MSG(_cond, _format, ...) \ argument
50 #define ET_CHECK(_cond) \ argument
68 #define ET_DCHECK_MSG(_cond, _format, ...) ((void)0) argument
76 #define ET_DCHECK(_cond) ((void)0) argument
89 #define ET_DCHECK_MSG(_cond, _format, ...) \ argument
98 #define ET_DCHECK(_cond) ET_CHECK(_cond) argument
/external/mesa3d/src/compiler/nir/tests/
Dloop_unroll_tests.cpp30 _cond, _incr, _rev, _exp_res, \ argument
45 _cond, _incr, _rev, _exp_res, \ argument
/external/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c63 #define CHECK(_cond) \ argument
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dxla_control_flow_ops_test.py128 def _cond(*args): function
228 def _cond(j, _): function
Dcontrol_flow_ops_test.py2081 def _cond(self, f=None, split=0): member in NestedControlFlowTest
/external/lzma/C/
DThreads.h191 pthread_cond_t _cond; member
217 pthread_cond_t _cond; member
/external/trusty/arm-trusted-firmware/plat/mediatek/drivers/cpu_pm/cpcv3_2/
Dmt_cpu_pm.h32 #define CPU_PM_ASSERT(_cond) ({ \ argument
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_inversion.py211 def _cond(self): member in LinearOperatorInversion
Dlinear_operator_identity.py414 def _cond(self): member in LinearOperatorIdentity
773 def _cond(self): member in LinearOperatorScaledIdentity
Dlinear_operator_permutation.py256 def _cond(self): member in LinearOperatorPermutation
Dlinear_operator_householder.py261 def _cond(self): member in LinearOperatorHouseholder
Dlinear_operator_diag.py259 def _cond(self): member in LinearOperatorDiag
Dlinear_operator_adjoint.py226 def _cond(self): member in LinearOperatorAdjoint
Dlinear_operator_circulant.py530 def _cond(self): member in _BaseLinearOperatorCirculant
Dlinear_operator.py1118 def _cond(self): member in LinearOperator
/external/lzma/CPP/Windows/
DSynchronization.h214 pthread_cond_t _cond; variable
/external/tensorflow/tensorflow/python/ops/
Dclustering_ops.py649 def _cond(i, _): function
/external/iw/
Dutil.c986 #define PRINT_HT_CAP(_cond, _str) \ in print_ht_capability() argument
/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
Dcond_v2_test.py1743 def _cond(pred, true_fn, false_fn, name): function
/external/intel-media-driver/media_softlet/agnostic/common/os/
Dmos_util_debug.h685 #define MOS_DEBUGMESSAGE_IF(_cond, _level, _compID, _subCompID, _message, ...) \ argument
890 #define MOS_DEBUGMESSAGE_IF(_cond, _level, _compID, _subCompID, _message, ...) argument
/external/coreboot/src/ec/google/chromeec/
Dec_commands.h39 #define BUILD_ASSERT(_cond) argument