Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp512 cl_uint mantA, mantB, mantC; in reference_fma() local
514 int expB = extractf(b, &mantB); in reference_fma()
522 cl_ulong product = (cl_ulong)mantA * (cl_ulong)mantB; in reference_fma()
881 cl_uint mantA, mantB; in reference_add() local
884 int expB = extractf(b, &mantB); in reference_add()
899 addendB = (cl_ulong)mantB << 32; in reference_add()
1000 cl_uint mantA, mantB; in reference_multiply() local
1002 int expB = extractf(b, &mantB); in reference_multiply()
1007 cl_ulong product = (cl_ulong)mantA * (cl_ulong)mantB; in reference_multiply()
2901 cl_ulong mantA, mantB, mantC; in reference_fmal() local
[all …]