HomeSort by relevance Sort by last modified time
    Searched refs:ASSERT_FLOAT_EQ (Results 1 - 24 of 24) sorted by null

  /bionic/tests/
math_test.cpp 321 ASSERT_FLOAT_EQ(static_cast<float>(M_PI)/2.0f, acosf(0.0f));
333 ASSERT_FLOAT_EQ(0.0f, asinf(0.0f));
345 ASSERT_FLOAT_EQ(0.0f, atanf(0.0f));
357 ASSERT_FLOAT_EQ(0.0f, atan2f(0.0f, 0.0f));
369 ASSERT_FLOAT_EQ(1.0f, cosf(0.0f));
381 ASSERT_FLOAT_EQ(0.0f, sinf(0.0f));
393 ASSERT_FLOAT_EQ(0.0f, tanf(0.0f));
405 ASSERT_FLOAT_EQ(0.0f, acoshf(1.0f));
417 ASSERT_FLOAT_EQ(0.0f, asinhf(0.0f));
429 ASSERT_FLOAT_EQ(0.0f, atanhf(0.0f))
    [all...]
fenv_test.cpp 27 ASSERT_FLOAT_EQ(expectation1, x);
stdlib_test.cpp 296 ASSERT_FLOAT_EQ(1.23, strtof("1.23", NULL));
wchar_test.cpp 397 ASSERT_FLOAT_EQ(1.23f, wcstof(L"1.23", NULL));
  /external/opencv3/modules/cudev/test/
test_reduction.cu 65 ASSERT_FLOAT_EQ(static_cast<float>(dst_gold[0]), res);
83 ASSERT_FLOAT_EQ(static_cast<float>(dst_gold[0]), res);
101 ASSERT_FLOAT_EQ(static_cast<float>(res_gold), res);
119 ASSERT_FLOAT_EQ(static_cast<float>(res_gold), res);
137 ASSERT_FLOAT_EQ(static_cast<float>(res_gold[0]), res[0]);
138 ASSERT_FLOAT_EQ(static_cast<float>(res_gold[1]), res[1]);
  /ndk/tests/device/fenv/jni/
test_fenv.c 29 #define ASSERT_FLOAT_EQ(x, y) \
72 ASSERT_FLOAT_EQ(expectation1, x);
  /external/opencv3/modules/cudaimgproc/test/
test_match_template.cpp 102 ASSERT_FLOAT_EQ(gold_val, actual_val) << y << ", " << x;
161 ASSERT_FLOAT_EQ(gold_val, actual_val) << y << ", " << x;
  /cts/tests/openglperf2/test/
MatrixTest.cpp 29 ASSERT_FLOAT_EQ(arr1[i], arr2[i]);
  /art/runtime/
transaction_test.cc 218 ASSERT_FLOAT_EQ(floatField->GetFloat(h_klass.Get()), static_cast<float>(0.0f));
320 ASSERT_FLOAT_EQ(floatField->GetFloat(h_instance.Get()), static_cast<float>(0.0f));
432 ASSERT_FLOAT_EQ(floatArray->GetWithoutChecks(0), static_cast<float>(0.0f));
  /external/webrtc/webrtc/common_audio/resampler/
sinc_resampler_unittest.cc 100 ASSERT_FLOAT_EQ(resampled_destination[i], 0);
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/gtest/test/
gtest_unittest.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc     [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h     [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h     [all...]
  /external/opencv3/modules/core/test/
test_arithm.cpp     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]

Completed in 1480 milliseconds