Home
last modified time | relevance | path

Searched refs:IsFloatSubnormal (Results 1 – 16 of 16) sorted by relevance

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dmacro_binary_float.cpp609 if (IsFloatSubnormal(s[j])) in Test()
611 if (IsFloatSubnormal(s2[j])) in Test()
629 else if (IsFloatSubnormal(s2[j])) in Test()
655 if (IsFloatSubnormal(s[j])) in Test()
657 if (IsFloatSubnormal(s2[j])) in Test()
675 else if (IsFloatSubnormal(s2[j])) in Test()
Dternary_float.cpp456 if (fail && IsFloatSubnormal(s[j])) in TestFunc_Float_Float_Float_Float()
502 if (IsFloatSubnormal(s2[j])) in TestFunc_Float_Float_Float_Float()
571 if (IsFloatSubnormal(s3[j])) in TestFunc_Float_Float_Float_Float()
580 else if (IsFloatSubnormal(s3[j])) in TestFunc_Float_Float_Float_Float()
650 else if (fail && IsFloatSubnormal(s2[j])) in TestFunc_Float_Float_Float_Float()
697 if (IsFloatSubnormal(s3[j])) in TestFunc_Float_Float_Float_Float()
767 else if (fail && IsFloatSubnormal(s3[j])) in TestFunc_Float_Float_Float_Float()
Dbinary_two_results_i_float.cpp388 if (IsFloatSubnormal(s[j])) in TestFunc_FloatI_Float_Float()
419 if (IsFloatSubnormal(s2[j])) in TestFunc_FloatI_Float_Float()
469 else if (IsFloatSubnormal(s2[j])) in TestFunc_FloatI_Float_Float()
Dbinary_float.cpp750 if (IsFloatSubnormal(s[j]) || s[j] == 0.0f) in Test()
760 if (IsFloatSubnormal(s[j])) in Test()
810 if (IsFloatSubnormal(s2[j])) in Test()
880 else if (IsFloatSubnormal(s2[j])) in Test()
Dmacro_unary_float.cpp440 if (IsFloatSubnormal(s[j])) in Test()
466 if (IsFloatSubnormal(s[j])) in Test()
Dbinary_operator_float.cpp732 if (IsFloatSubnormal(s[j])) in Test()
774 if (IsFloatSubnormal(s2[j])) in Test()
831 else if (IsFloatSubnormal(s2[j])) in Test()
Di_unary_float.cpp244 if (ftz && IsFloatSubnormal(s[j])) in TestFunc_Int_Float()
Dunary_two_results_i_float.cpp306 if (IsFloatSubnormal(s[j])) in TestFunc_FloatI_Float()
Dunary_two_results_float.cpp417 if (IsFloatSubnormal(s[j])) in TestFunc_Float2_Float()
Dbinary_i_float.cpp663 if (IsFloatSubnormal(s[j])) in Test()
Dunary_float.cpp647 if (IsFloatSubnormal(s[j])) in Test()
/external/OpenCL-CTS/test_common/harness/
Dconversions.h94 static inline int IsFloatSubnormal(float x) in IsFloatSubnormal() function
DimageHelpers.cpp1721 if (IsFloatSubnormal(a[i])) a[i] = copysignf(0.0f, a[i]); in check_for_denorms()
1728 if (IsFloatSubnormal(a[i])) in check_for_denorms()
/external/OpenCL-CTS/test_conformance/geometrics/
Dtest_geometrics.cpp953 if( IsFloatSubnormal(inDataA[i*vecSize+j] ) ) in test_oneToOne_kernel()
974 if( IsFloatSubnormal(expected2[j]) ) in test_oneToOne_kernel()
/external/OpenCL-CTS/test_conformance/half/
DTest_vStoreHalf.cpp125 if (IsFloatSubnormal(x[j]) && (s[j] == correct2 || s[j] == correct3)) in CheckF()
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_iterations.cpp1155 if ( IsFloatSubnormal( expected[j] ) && actual[j] == 0.0f ) in validate_float_write_results()