/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/ |
A D | stl_emulation.h | 146 using conditional = std::conditional<B, T, F>; variable 169 using conditional = std::tr1::conditional<B, T, F>; 183 struct conditional : public std::conditional<B, T, F> {};
|
A D | flatbuffers.h | 434 typename flatbuffers::conditional<scalar_tag::value, T, const T *>::type 477 typename flatbuffers::conditional<scalar_tag::value, void, T *>::type
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | floor_mod.h | 32 using ModFunc = typename std::conditional<std::is_integral<T>::value, in FloorMod()
|
/AliOS-Things-master/components/jsoncpp/include/json/ |
A D | config.h | 130 typename std::conditional<JSONCPP_USING_SECURE_MEMORY, SecureAllocator<T>,
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/ |
A D | test_util.h | 66 typedef typename std::conditional<sizeof(T) >= sizeof(int16_t), T, in FillRandom()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/example/ |
A D | parametrized_example.cc | 66 typename std::conditional<std::is_floating_point<DstType>::value, DstType, in run()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | mat.h | 268 typename std::conditional<std::is_floating_point<Scalar>::value, Scalar,
|
A D | create_trmul_params.h | 63 typename std::conditional<std::is_floating_point<Scalar>::value, Scalar, in CreatePackedMatrix()
|
A D | test.h | 368 using StdDistType = typename std::conditional< 821 using OutputStageSaturatingCast = typename std::conditional<
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | aclocal.m4 | 141 # Define a conditional. 160 AC_MSG_ERROR([[conditional "$1" was never defined. 539 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This 592 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further 593 dnl mangled by Autoconf and run in a shell conditional statement.
|
A D | CHANGES | 205 Easier conditional compiling, e.g., 1594 Added PNG_NO_READ_SUPPORTED conditional for making a write-only library. 1595 Added PNG_NO_WRITE_INTERLACING_SUPPORTED conditional. 1836 Added conditional #undef jmpbuf in pngtest.c to undo #define in AIX headers. 2085 Added conditional #undef jmpbuf in pngtest.c to undo #define in AIX headers. 2202 Added PNG_NO_CHECK_cHRM conditional. 3329 Cleaned up conditional compilation code and of background/gamma handling 4639 Fixed inconsistent conditional compilation of png_chunk_unknown_handling() 5803 Simplified conditional compilation in pngvalid.c, for AIX (Michael Felt). 5806 Avoid conditional directives that break statements in pngrutil.c (Romero
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | aclocal.m4 | 181 # Define a conditional. 200 AC_MSG_ERROR([[conditional "$1" was never defined. 579 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This 632 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further 633 dnl mangled by Autoconf and run in a shell conditional statement.
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | aclocal.m4 | 121 # Define a conditional. 140 AC_MSG_ERROR([[conditional "$1" was never defined. 529 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This 582 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further 583 dnl mangled by Autoconf and run in a shell conditional statement.
|
A D | configure.ac | 119 # Check if LD supports linker scripts, and define automake conditional
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | aclocal.m4 | 221 # Define a conditional. 240 AC_MSG_ERROR([[conditional "$1" was never defined. 629 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This 682 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further 683 dnl mangled by Autoconf and run in a shell conditional statement.
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | configure.ac | 46 # and define automake conditional HAVE_LD_VERSION_SCRIPT if so.
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | README | 116 The compiler flag -DUSE_MMX toggles the conditional compile of MMX assembly.
|
A D | aclocal.m4 | 8718 # Define a conditional. 8737 AC_MSG_ERROR([[conditional "$1" was never defined. 9111 dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro 9119 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further 9120 dnl mangled by Autoconf and run in a shell conditional statement.
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | FAQ | 298 performing a conditional jump that depends on an uninitialized value.
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | doxyfile | 460 # The ENABLED_SECTIONS tag can be used to enable conditional 1258 # names in the source code. If set to NO (the default) only conditional
|
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/ |
A D | Doxyfile | 465 # The ENABLED_SECTIONS tag can be used to enable conditional 1330 # names in the source code. If set to NO (the default) only conditional
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 546 # The ENABLED_SECTIONS tag can be used to enable conditional 1516 # names in the source code. If set to NO (the default) only conditional
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | optimized_ops.h | 123 using VectorMap = typename std::conditional< 139 using MatrixMap = typename std::conditional< 163 using ArrayMap = typename std::conditional<
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | aclocal.m4 | 8718 # Define a conditional. 8737 AC_MSG_ERROR([[conditional "$1" was never defined. 9111 dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro 9119 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further 9120 dnl mangled by Autoconf and run in a shell conditional statement.
|
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
A D | traces.2 | 1840 AC_MSG_ERROR([[conditional "$1" was never defined. 2138 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
|