Home
last modified time | relevance | path

Searched defs:correct (Results 1 – 25 of 47) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dmacro_binary.cpp607 int correct = func.i_ff( 0.0f, 0.0f ); in TestFloat() local
617 int correct = func.i_ff( 0.0f, s2[j] ); in TestFloat() local
625 int correct = func.i_ff( s[j], 0.0f ); in TestFloat() local
653 int correct = -func.i_ff( 0.0f, 0.0f ); in TestFloat() local
663 int correct = -func.i_ff( 0.0f, s2[j] ); in TestFloat() local
671 int correct = -func.i_ff( s[j], 0.0f ); in TestFloat() local
1123 int64_t correct = dfunc.i_ff( 0.0f, 0.0f ); in TestDouble() local
1133 int64_t correct = dfunc.i_ff( 0.0f, s2[j] ); in TestDouble() local
1141 int64_t correct = dfunc.i_ff( s[j], 0.0f ); in TestDouble() local
1170 int64_t correct = -dfunc.i_ff( 0.0f, 0.0f ); in TestDouble() local
[all …]
Dmacro_unary.cpp521 int correct = ref_func( +0.0f ); in TestFloat() local
547 int correct = -ref_func( +0.0f ); in TestFloat() local
917 cl_long correct = dfunc.i_f( +0.0f ); in TestDouble() local
942 int64_t correct = -dfunc.i_f( +0.0f ); in TestDouble() local
Dunary_u.cpp313 double correct = f->func.f_u( s[j] ); in TestFunc_Float_UInt() local
567 long double correct = f->dfunc.f_u( s[j] ); in TestFunc_Double_ULong() local
Dunary_two_results.cpp393 double correct, correct2; in TestFunc_Float2_Float() local
801 long double correct = f->dfunc.f_fpf( s[j], &correct2 ); in TestFunc_Double2_Double() local
Dunary_two_results_i.cpp332 double correct = f->func.f_fpI( s[j], &correct2 ); in TestFunc_FloatI_Float() local
634 long double correct = f->dfunc.f_fpI( s[j], &correct2 ); in TestFunc_DoubleI_Double() local
Dternary.cpp388 float correct = f->func.f_fma( s[j], s2[j], s3[j], CORRECTLY_ROUNDED ); in TestFunc_Float_Float_Float_Float() local
1010 long double correct = f->dfunc.f_fff( s[j], s2[j], s3[j] ); in TestFunc_Double_Double_Double_Double() local
Dunary.cpp591 double correct = func.f_f( s[j] ); in TestFloat() local
903 long double correct = func.f_f( s[j] ); in TestDouble() local
Dbinary_i.cpp635 double correct = func.f_fi( s[j], s2[j] ); in TestFloat() local
1149 long double correct = func.f_fi( s[j], s2[j] ); in TestDouble() local
DbinaryOperator.cpp688 double correct = func.f_ff( s[j], s2[j] ); in TestFloat() local
1324 long double correct = func.f_ff( s[j], s2[j] ); in TestDouble() local
/external/compiler-rt/test/builtins/Unit/
Dpowisf2_test.c25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powisf2() local
Dpowixf2_test.c27 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powixf2() local
Dpowidf2_test.c25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powidf2() local
Dpowitf2_test.c28 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powitf2() local
/external/libpng/contrib/libtests/
Dtarith.c793 double correct = -log(i/255.)/log(2.)*65536; in validation_gamma() local
813 double correct = -log(i/65535.)/log(2.)*65536; in validation_gamma() local
837 double correct = exp(-i/65536. * log(2.)) * (65536. * 65536); in validation_gamma() local
855 double correct = exp(-i/65536. * log(2.)) * 255; in validation_gamma() local
873 double correct = exp(-i/65536. * log(2.)) * 65535; in validation_gamma() local
902 double correct = pow(j/255., g) * 255; in validation_gamma() local
921 double correct = pow(j/65535., g) * 65535; in validation_gamma() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/encodings/
DPKCS1Encoding.java264 int correct = 0; in checkPkcs1Encoding() local
337 int correct = PKCS1Encoding.checkPkcs1Encoding(data, this.pLen); in decodeBlockOrRandom() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
DPKCS1Encoding.java262 int correct = 0; in checkPkcs1Encoding() local
335 int correct = PKCS1Encoding.checkPkcs1Encoding(data, this.pLen); in decodeBlockOrRandom() local
/external/OpenCL-CTS/test_conformance/select/
Dutil_select.cpp559 size_t check_uchar(void *test, void *correct, size_t count, size_t vector_size) { in check_uchar()
574 size_t check_char(void *test, void *correct, size_t count, size_t vector_size) { in check_char()
590 size_t check_ushort(void *test, void *correct, size_t count, size_t vector_size) { in check_ushort()
606 size_t check_short(void *test, void *correct, size_t count, size_t vector_size) { in check_short()
622 size_t check_uint(void *test, void *correct, size_t count, size_t vector_size) { in check_uint()
639 size_t check_int(void *test, void *correct, size_t count, size_t vector_size) { in check_int()
666 size_t check_ulong(void *test, void *correct, size_t count, size_t vector_size) { in check_ulong()
682 size_t check_long(void *test, void *correct, size_t count, size_t vector_size) { in check_long()
698 size_t check_float( void *test, void *correct, size_t count, size_t vector_size ) { in check_float()
715 size_t check_double( void *test, void *correct, size_t count, size_t vector_size ) { in check_double()
/external/grpc-grpc/tools/distrib/
Dcheck_include_guards.py51 def fail(self, fpath, regexp, fcontents, match_txt, correct, fix): argument
/external/tensorflow/tensorflow/python/kernel_tests/
Dscalar_test.py39 def check(self, op, args, error, correct=None, lenient=None, strict=[5, 6]): argument
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DBreakIteratorPerformanceTest.java123 …PerfTest.Function createTestICU(final com.ibm.icu.text.BreakIterator iIter, final String[] correct, in createTestICU()
/external/skia/tests/
DDefaultPathRendererTest.cpp122 bool correct = true; in run_test() local
/external/skqp/tests/
DDefaultPathRendererTest.cpp124 bool correct = true; in run_test() local
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/
Dimage_metrics.cc131 int correct = 0; in FromBoxes() local
/external/zopfli/src/zopflipng/
Dzopflipng_bin.cc220 bool correct = true; in main() local
/external/OpenCL-CTS/test_conformance/c11_atomics/
Dtest_atomics.cpp235 …virtual bool VerifyRefs(bool &correct, cl_uint threadCount, HostDataType *refValues, HostAtomicTyp… in VerifyRefs()
331 …virtual bool VerifyRefs(bool &correct, cl_uint threadCount, HostDataType *refValues, HostAtomicTyp… in VerifyRefs()
506 …virtual bool VerifyRefs(bool &correct, cl_uint threadCount, HostDataType *refValues, HostAtomicTyp… in VerifyRefs()
1194 …virtual bool VerifyRefs(bool &correct, cl_uint threadCount, HostDataType *refValues, HostAtomicTyp… in VerifyRefs()
1316 …virtual bool VerifyRefs(bool &correct, cl_uint threadCount, HostDataType *refValues, HostAtomicTyp… in VerifyRefs()
1674 …virtual bool VerifyRefs(bool &correct, cl_uint threadCount, HostDataType *refValues, HostAtomicTyp… in VerifyRefs()
2028 …virtual bool VerifyRefs(bool &correct, cl_uint threadCount, HostDataType *refValues, HostAtomicTyp… in VerifyRefs()

12