| /external/OpenCL-CTS/test_conformance/math_brute_force/ |
| D | macro_binary.cpp | 607 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 …]
|
| D | macro_unary.cpp | 521 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
|
| D | unary_u.cpp | 313 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
|
| D | unary_two_results.cpp | 393 double correct, correct2; in TestFunc_Float2_Float() local 801 long double correct = f->dfunc.f_fpf( s[j], &correct2 ); in TestFunc_Double2_Double() local
|
| D | unary_two_results_i.cpp | 332 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
|
| D | ternary.cpp | 388 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
|
| D | unary.cpp | 591 double correct = func.f_f( s[j] ); in TestFloat() local 903 long double correct = func.f_f( s[j] ); in TestDouble() local
|
| D | binary_i.cpp | 635 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
|
| D | binaryOperator.cpp | 688 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/ |
| D | powisf2_test.c | 25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powisf2() local
|
| D | powixf2_test.c | 27 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powixf2() local
|
| D | powidf2_test.c | 25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powidf2() local
|
| D | powitf2_test.c | 28 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powitf2() local
|
| /external/libpng/contrib/libtests/ |
| D | tarith.c | 793 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/ |
| D | PKCS1Encoding.java | 264 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/ |
| D | PKCS1Encoding.java | 262 int correct = 0; in checkPkcs1Encoding() local 335 int correct = PKCS1Encoding.checkPkcs1Encoding(data, this.pLen); in decodeBlockOrRandom() local
|
| /external/OpenCL-CTS/test_conformance/select/ |
| D | util_select.cpp | 559 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/ |
| D | check_include_guards.py | 51 def fail(self, fpath, regexp, fcontents, match_txt, correct, fix): argument
|
| /external/tensorflow/tensorflow/python/kernel_tests/ |
| D | scalar_test.py | 39 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/ |
| D | BreakIteratorPerformanceTest.java | 123 …PerfTest.Function createTestICU(final com.ibm.icu.text.BreakIterator iIter, final String[] correct, in createTestICU()
|
| /external/skia/tests/ |
| D | DefaultPathRendererTest.cpp | 122 bool correct = true; in run_test() local
|
| /external/skqp/tests/ |
| D | DefaultPathRendererTest.cpp | 124 bool correct = true; in run_test() local
|
| /external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/ |
| D | image_metrics.cc | 131 int correct = 0; in FromBoxes() local
|
| /external/zopfli/src/zopflipng/ |
| D | zopflipng_bin.cc | 220 bool correct = true; in main() local
|
| /external/OpenCL-CTS/test_conformance/c11_atomics/ |
| D | test_atomics.cpp | 235 …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()
|