Searched refs:mantB (Results 1 – 1 of 1) sorted by relevance
512 cl_uint mantA, mantB, mantC; in reference_fma() local514 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() local884 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() local1002 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 …]