Section courante

A propos

Section administrative du site

remquo

Restant / Quotient
OpenCL

Syntaxe

floatn remquo(floatn x, floatn y, __global intn *quo)
float remquo(float x, float y, __global int *quo)
floatn remquo(floatn x, floatn y, __local intn *quo)
float remquo(float x, float y, __local int *quo)
floatn remquo(floatn x, floatn y, __private intn *quo)
float remquo(float x, float y, __private int *quo)
floatn remquo(floatn x, floatn y, intn *quo)
float remquo(float x, float y, int *quo)
doublen remquo(doublen x, doublen y, __global intn *quo)
double remquo(double x, double y, __global int *quo)
doublen remquo(doublen x, doublen y, __local intn *quo)
double remquo(double x, double y, __local int *quo)
doublen remquo(doublen x, doublen y, __private intn *quo)
double remquo(double x, double y, __private int *quo)
doublen remquo(doublen x, doublen y, intn *quo)
double remquo(double x, double y, int *quo)
halfn remquo(halfn x, halfn y, __global intn *quo)
half remquo(half x, half y, __global int *quo)
halfn remquo(halfn x, halfn y, __local intn *quo)
half remquo(half x, half y, __local int *quo)
halfn remquo(halfn x, halfn y, __private intn *quo)
half remquo(half x, half y, __private int *quo)
halfn remquo(halfn x, halfn y, intn *quo)
half remquo(half x, half y, int *quo)

Description

Cette fonction permet de calculer à la fois le reste et une partie du quotient d'une division flottante.



Dernière mise à jour : Mardi, le 8 Juillet 2025