Searched refs:det16 (Results 1 – 1 of 1) sorted by relevance
17349 const fp16type det16 (det); in calc() local17351 out[0] = fp16type( d / det16.asFloat()).bits(); in calc()17352 out[1] = fp16type(-c / det16.asFloat()).bits(); in calc()17353 out[2] = fp16type(-b / det16.asFloat()).bits(); in calc()17354 out[3] = fp16type( a / det16.asFloat()).bits(); in calc()