Home
last modified time | relevance | path

Searched refs:CONDITION (Results 1 – 25 of 47) sorted by relevance

12

/external/eigen/Eigen/src/Core/util/
DStaticAssert.h117 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) \
118 {Eigen::internal::static_assertion<bool(CONDITION)>::MSG;}
122 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) \
123 if (Eigen::internal::static_assertion<static_cast<bool>(CONDITION)>::MSG) {}
131 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) eigen_assert((CONDITION) && #MSG);
/external/skia/include/gpu/
DGrConfig.h174 #define GR_STATIC_ASSERT(CONDITION) static_assert(CONDITION, "bug") argument
/external/bison/m4/
Dinttypes.m4115 #define CONDITION ($3)
117 #define CONDITION ($4)
119 #define CONDITION 0
121 int test[CONDITION ? 1 : -1];]])],
Dgnulib-common.m4112 dnl Simplify the expression 1 || CONDITION to 1.
114 dnl Simplify the expression 0 || CONDITION to CONDITION.
/external/eigen/doc/
DTopicAssertions.dox61 And then, we define EIGEN_STATIC_ASSERT(CONDITION,MSG) to access Eigen::internal::static_assertion<…
102 #define EIGEN_STATIC_ASSERT(CONDITION,MSG) eigen_assert((CONDITION) && #MSG);
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp268 #define SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, EXPRESSION) \ in executeStencilDpFailAndPass() argument
271 if (m_sampleRegister[regSampleNdx].isAlive && (CONDITION)) \ in executeStencilDpFailAndPass()
281 #define SWITCH_DPFAIL_OR_DPPASS(OP_NAME, CONDITION) \ in executeStencilDpFailAndPass() argument
284 …case STENCILOP_KEEP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, stencilBufferValue) b… in executeStencilDpFailAndPass()
285 case STENCILOP_ZERO: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, 0) break; \ in executeStencilDpFailAndPass()
286 …case STENCILOP_REPLACE: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, clampedStencilRef) … in executeStencilDpFailAndPass()
287 …case STENCILOP_INCR: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, de::clamp(stencilBufferValue+1, … in executeStencilDpFailAndPass()
288 …case STENCILOP_DECR: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, de::clamp(stencilBufferValue-1, … in executeStencilDpFailAndPass()
289 …case STENCILOP_INCR_WRAP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, (stencilBufferValue + 1) & (… in executeStencilDpFailAndPass()
290 …case STENCILOP_DECR_WRAP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, (stencilBufferValue - 1) & (… in executeStencilDpFailAndPass()
[all …]
/external/protobuf/src/google/protobuf/stubs/
Dlogging.h148 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \ argument
149 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
/external/libvorbis/doc/
D04-codec.tex150 \item If the the floor type is greater than one, this stream is undecodable; ERROR CONDITION
170 \item If the the residue type is greater than two, this stream is undecodable; ERROR CONDITION
D03-codebook.tex128 7) if [current_entry] is greater than [codebook_entries] ERROR CONDITION;
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc139 #define USAGE_CHECK(CONDITION, METHOD, ERROR_DESCRIPTION) \ argument
140 if (!(CONDITION)) \
/external/ltp/utils/ffsb-6.0-rc2/
Daclocal.m4122 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/libevent/
Daclocal.m4125 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/stressapptest/
Daclocal.m4122 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/c-ares/
Daclocal.m497 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/netperf/
Daclocal.m4128 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/google-tv-pairing-protocol/cpp/
Daclocal.m4280 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/libnfnetlink/
Daclocal.m4128 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/libexif/
Daclocal.m4122 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/libusb-compat/
Daclocal.m4278 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/bison/
Daclocal.m4119 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/vulkan-validation-layers/tests/gtest-1.7.0/
Daclocal.m4128 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/protobuf/
Daclocal.m4120 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/strace/
Daclocal.m4120 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/libedit/
Daclocal.m4120 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
/external/google-breakpad/
Daclocal.m4140 # AM_CONDITIONAL(NAME, SHELL-CONDITION)

12