HomeSort by relevance Sort by last modified time
    Searched refs:ipp (Results 1 - 25 of 27) sorted by null

1 2

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/included/
unit_test.hpp 18 #include <boost/test/impl/compiler_log_formatter.ipp>
19 #include <boost/test/impl/debug.ipp>
20 #include <boost/test/impl/framework.ipp>
21 #include <boost/test/impl/exception_safety.ipp>
22 #include <boost/test/impl/execution_monitor.ipp>
23 #include <boost/test/impl/interaction_based.ipp>
24 #include <boost/test/impl/logged_expectations.ipp>
25 #include <boost/test/impl/plain_report_formatter.ipp>
26 #include <boost/test/impl/progress_monitor.ipp>
27 #include <boost/test/impl/results_collector.ipp>
    [all...]
  /ndk/tests/build/test-stlport_static-exception-force-rebuild/jni/
alias1.cpp 13 typedef int **ipp; typedef
36 catch (const ipp &p)
  /ndk/tests/device/test-stlport_shared-exception/jni/
alias1.cpp 13 typedef int **ipp; typedef
36 catch (const ipp &p)
  /ndk/tests/device/test-stlport_static-exception/jni/
alias1.cpp 13 typedef int **ipp; typedef
36 catch (const ipp &p)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
validation.hpp 51 # include <boost/test/utils/runtime/cla/validation.ipp>
named_parameter.hpp 89 # include <boost/test/utils/runtime/cla/named_parameter.ipp>
argv_traverser.hpp 94 # include <boost/test/utils/runtime/cla/argv_traverser.ipp>
char_parameter.hpp 94 # include <boost/test/utils/runtime/cla/char_parameter.ipp>
dual_name_parameter.hpp 92 # include <boost/test/utils/runtime/cla/dual_name_parameter.ipp>
id_policy.hpp 141 # include <boost/test/utils/runtime/cla/id_policy.ipp>
parser.hpp 149 # include <boost/test/utils/runtime/cla/parser.ipp>
  /hardware/intel/common/libwsbm/src/
Android.mk 20 $(TARGET_OUT_HEADERS)/ipp \
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_ext.hpp 35 void GTEST_TEST_CLASS_NAME_(test_case_name, test_name)::TestBody() { cv::ipp::setIppStatus(0); Body(); checkIppStatus(); } \
60 void GTEST_TEST_CLASS_NAME_(test_fixture, test_name)::TestBody() { cv::ipp::setIppStatus(0); Body(); checkIppStatus(); } \
89 void GTEST_TEST_CLASS_NAME_(test_case_name, test_name)::TestBody() { cv::ipp::setIppStatus(0); Body(); checkIppStatus(); } \
ts_perf.hpp 273 bool ipp; member in struct:perf::ImplData
289 ipp = icv = ocl = ipp_mt = false;
343 ipp = 0;
346 ipp = ((flags&CV_IMPL_IPP) > 0);
  /external/clang/test/PCH/
types.c 65 int_ptr_ptr ipp = &int_value_ptr; variable
  /external/clang/test/SemaObjCXX/Inputs/
nullability-pragmas-1.h 79 int_ptr_ptr ipp; local
80 float *fp3 = ipp; // expected-error{{lvalue of type 'int_ptr_ptr' (aka 'int **')}}
  /external/opencv3/cmake/
OpenCVFindIPP.cmake 2 # The script to detect Intel(R) Integrated Performance Primitives (IPP)
6 # To use standalone IPP update cmake command line:
14 # HAVE_IPP - True if Intel IPP found
15 # HAVE_IPP_ICV_ONLY - True if Intel IPP ICV version is available
16 # IPP_ROOT_DIR - root of IPP installation
17 # IPP_INCLUDE_DIRS - IPP include folder
18 # IPP_LIBRARIES - IPP libraries that are used by OpenCV
19 # IPP_VERSION_STR - string with the newest detected IPP version
20 # IPP_VERSION_MAJOR - numbers of IPP version (MAJOR.MINOR.BUILD)
38 message(STATUS "On 32-bit Linux IPP can not currently be used with dynamic libs because of linker errors. Set BUILD_SHARED_LIBS=OFF"
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXAlgo.cpp 98 /// Configure IPP, LDCNSF, GBCE and GLBCE only in HQ mode
99 IPPMode ipp; local
108 ipp = OMXCameraAdapter::IPP_LDCNSF;
112 ipp = OMXCameraAdapter::IPP_LDC;
116 ipp = OMXCameraAdapter::IPP_NSF;
120 ipp = OMXCameraAdapter::IPP_NONE;
124 ipp = OMXCameraAdapter::IPP_NONE;
129 ipp = OMXCameraAdapter::IPP_NONE;
132 CAMHAL_LOGVB("IPP Mode set %d", ipp);
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXAlgo.cpp 84 /// Configure IPP, LDCNSF, GBCE and GLBCE only in HQ mode
85 IPPMode ipp; local
93 ipp = OMXCameraAdapter::IPP_LDCNSF;
97 ipp = OMXCameraAdapter::IPP_LDC;
101 ipp = OMXCameraAdapter::IPP_NSF;
105 ipp = OMXCameraAdapter::IPP_NONE;
109 ipp = OMXCameraAdapter::IPP_NONE;
114 ipp = OMXCameraAdapter::IPP_NONE;
117 CAMHAL_LOGVB("IPP Mode set %d", ipp);
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
private.hpp 190 * Structures and macros for integration with IPP *
194 # include "ipp.h"
200 #define setIppErrorStatus() cv::ipp::setIppStatus(-1, CV_Func, __FILE__, __LINE__)
238 #define CV_IPP_CHECK_COND (cv::ipp::useIPP())
245 /* IPP-compatible return codes */
263 CV_BADARG_ERR = -49, //ipp comp
264 CV_NOTDEFINED_ERR = -48, //ipp comp
266 CV_BADCHANNELS_ERR = -47, //ipp comp
267 CV_BADRANGE_ERR = -44, //ipp comp
268 CV_BADSTEP_ERR = -29, //ipp com
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
environment.hpp 168 #include <boost/test/utils/runtime/env/environment.ipp>
  /external/opencv3/modules/ts/src/
ts.cpp 667 int status = cv::ipp::getIppStatus();
668 EXPECT_LE(0, status) << cv::ipp::getIppErrorLocation().c_str();
675 "{ ipp test_ipp_check |false |check whether IPP works without failures }"
ts_perf.cpp 769 "{ perf_ipp_check |false |check whether IPP works without failures}"
    [all...]
  /external/v8/test/unittests/compiler/
register-allocator-unittest.cc 117 auto ipp = EmitOI(Same(), Reg(phi), Use(DefineConstant())); local
118 SetInput(phi, 1, ipp);
  /external/opencv3/modules/core/src/
system.cpp 393 ipp::setUseIPP(flag);
1219 namespace ipp namespace in namespace:cv
    [all...]

Completed in 619 milliseconds

1 2