Remquo - 5.2 English - 68552

AOCL API Guide (68552)

Document ID
68552
Release Date
2025-12-29
Version
5.2 English
float amd_remquof(float x, float y, int *quo)#

Computes the remainder and part of the quotient for single-precision inputs.

Parameters:
  • x – Numerator.

  • y – Denominator.

  • quo – Output pointer receiving a part of the quotient.

Returns:

Remainder value.

double amd_remquo(double x, double y, int *quo)#

Computes the remainder and part of the quotient for double-precision inputs.

Parameters:
  • x – Numerator.

  • y – Denominator.

  • quo – Output pointer receiving a part of the quotient.

Returns:

Remainder value.