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

1 2

  /external/eigen/test/eigen2/
eigen2_array.cpp 52 template<typename MatrixType> void comparisons(const MatrixType& m) function
78 // comparisons to scalar
128 CALL_SUBTEST_1( comparisons(Matrix<float, 1, 1>()) );
129 CALL_SUBTEST_2( comparisons(Matrix2f()) );
130 CALL_SUBTEST_3( comparisons(Matrix4d()) );
131 CALL_SUBTEST_5( comparisons(MatrixXf(8, 12)) );
132 CALL_SUBTEST_6( comparisons(MatrixXi(8, 12)) );
  /external/opencv3/modules/features2d/src/kaze/
AKAZEFeatures.h 61 void generateDescriptorSubsample(cv::Mat& sampleList, cv::Mat& comparisons,
AKAZEFeatures.cpp     [all...]
  /external/v8/test/webkit/
array-sort-numericCompare.js 25 "This tests that a call to array.sort(compareFunction) works correctly for numeric comparisons (arg1 - arg2), and also for things that might look like numeric comparisons."
  /external/eigen/test/
array.cpp 86 template<typename ArrayType> void comparisons(const ArrayType& m) function
115 // comparisons to scalar
278 CALL_SUBTEST_1( comparisons(Array<float, 1, 1>()) );
279 CALL_SUBTEST_2( comparisons(Array22f()) );
280 CALL_SUBTEST_3( comparisons(Array44d()) );
281 CALL_SUBTEST_5( comparisons(ArrayXXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
282 CALL_SUBTEST_6( comparisons(ArrayXXi(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
array_for_matrix.cpp 73 template<typename MatrixType> void comparisons(const MatrixType& m) function
100 // comparisons to scalar
227 CALL_SUBTEST_1( comparisons(Matrix<float, 1, 1>()) );
228 CALL_SUBTEST_2( comparisons(Matrix2f()) );
229 CALL_SUBTEST_3( comparisons(Matrix4d()) );
230 CALL_SUBTEST_5( comparisons(MatrixXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
231 CALL_SUBTEST_6( comparisons(MatrixXi(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
  /external/v8/test/mjsunit/
typeof.js 29 // the context of string equality comparisons.
int32-ops.js 220 // Check that comparisons of numbers separated by MIN_SMI work.
smi-ops.js 216 // Check that comparisons of numbers separated by MIN_SMI work.
  /external/v8/src/js/
math.js 90 // All comparisons failed, one of the arguments must be NaN.
117 // All comparisons failed, one of the arguments must be NaN.
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 
  /external/opencv3/modules/core/test/
test_ptr.cpp 338 TEST(Core_Ptr, comparisons)
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
open_element_stack.js 11 //OPTIMIZATION: Integer comparisons are low-cost, so we can use very fast tag name length filters here.
parser.js     [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 177 reinstated. in theory awk will now do character comparisons
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/
kotlin-stdlib-1.0.0-rc-1036.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cookielib.py 520 Sometimes we compare one host name with another. (Such comparisons SHALL
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cookielib.py 520 Sometimes we compare one host name with another. (Such comparisons SHALL
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 520 Sometimes we compare one host name with another. (Such comparisons SHALL
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 520 Sometimes we compare one host name with another. (Such comparisons SHALL
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
parse5.js     [all...]

Completed in 449 milliseconds

1 2