Lines Matching defs:result

218   INT result, tmp ;
220 "div %3, %1\n" : "=lo" (result)
223 return result<<16 ;
232 INT result, tmp;
235 "div %[result], %[num], %[tmp]\n"
236 : [tmp] "+r" (tmp), [result]"=r"(result)
239 return result << (DFRACT_BITS-16);
254 INT result = 0;
259 result++;
262 return result << (DFRACT_BITS-count);
273 * \param count amount of significant bits of the result (starting to the MSB)
290 * \param result_e pointer to an INT where the exponent of the result is stored into
323 * \param result_e pointer to an INT where the exponent of the result is stored into
340 * \param result_e pointer to an INT to store the exponent of the result
341 * \return the mantissa of the result.
350 * \param result_e pointer to a INT where the exponent of the result will be stored into
351 * \return mantissa of the result
359 * \return mantissa of the result
370 * \param result_e pointer to a INT where the exponent of the result will be stored into
371 * \return mantissa of the result
388 * \return mantissa of the result
401 * \param result_e pointer to a INT where the exponent of the result will be stored into.
402 * \return mantissa of the result.
411 * \param result_e pointer to a INT where the exponent of the result will be stored into
412 * \return mantissa of the result
420 * \param pointer to an INT where the exponent of the result is returned into.
421 * \return mantissa of the result.
429 * \return mantissa of the result with implicit exponent of LD_DATA_SHIFT.
434 * \brief Add with saturation of the result.
449 * \brief Add with saturation of the result.