Searched refs:extractf (Results 1 – 1 of 1) sorted by relevance
174 static inline int extractf(float x, cl_uint *mant) in extractf() function513 int expA = extractf(a, &mantA); in reference_fma()514 int expB = extractf(b, &mantB); in reference_fma()515 int expC = extractf(c, &mantC); in reference_fma()883 int expA = extractf(a, &mantA); in reference_add()884 int expB = extractf(b, &mantB); in reference_add()1001 int expA = extractf(a, &mantA); in reference_multiply()1002 int expB = extractf(b, &mantB); in reference_multiply()