/external/eigen/Eigen/src/Core/util/ |
D | StaticAssert.h | 117 #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/ |
D | GrConfig.h | 174 #define GR_STATIC_ASSERT(CONDITION) static_assert(CONDITION, "bug") argument
|
/external/bison/m4/ |
D | inttypes.m4 | 115 #define CONDITION ($3) 117 #define CONDITION ($4) 119 #define CONDITION 0 121 int test[CONDITION ? 1 : -1];]])],
|
D | gnulib-common.m4 | 112 dnl Simplify the expression 1 || CONDITION to 1. 114 dnl Simplify the expression 0 || CONDITION to CONDITION.
|
/external/eigen/doc/ |
D | TopicAssertions.dox | 61 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/ |
D | rrFragmentOperations.cpp | 268 #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/ |
D | logging.h | 148 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \ argument 149 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
|
/external/libvorbis/doc/ |
D | 04-codec.tex | 150 \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
|
D | 03-codebook.tex | 128 7) if [current_entry] is greater than [codebook_entries] ERROR CONDITION;
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.cc | 139 #define USAGE_CHECK(CONDITION, METHOD, ERROR_DESCRIPTION) \ argument 140 if (!(CONDITION)) \
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | aclocal.m4 | 122 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/libevent/ |
D | aclocal.m4 | 125 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/stressapptest/ |
D | aclocal.m4 | 122 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/c-ares/ |
D | aclocal.m4 | 97 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/netperf/ |
D | aclocal.m4 | 128 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/google-tv-pairing-protocol/cpp/ |
D | aclocal.m4 | 280 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/libnfnetlink/ |
D | aclocal.m4 | 128 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/libexif/ |
D | aclocal.m4 | 122 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/libusb-compat/ |
D | aclocal.m4 | 278 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/bison/ |
D | aclocal.m4 | 119 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/ |
D | aclocal.m4 | 128 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/protobuf/ |
D | aclocal.m4 | 120 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/strace/ |
D | aclocal.m4 | 120 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/libedit/ |
D | aclocal.m4 | 120 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
/external/google-breakpad/ |
D | aclocal.m4 | 140 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|