frexp |
#NAMEDEF# |
|---|---|
| OpenCL | |
Syntaxe
| halfn frexp(halfn x, __global intn *exp) |
| half frexp(half x, __global int *exp) |
| halfn frexp(halfn x, __local intn *exp) |
| half frexp(half x, __local int *exp) |
| halfn frexp(halfn x, __private intn *exp) |
| half frexp(half x, __private int *exp) |
| halfn frexp(halfn x, intn *exp) |
| half frexp(half x, int *exp) |
| floatn frexp(floatn x, __global intn *exp) |
| float frexp(float x, __global int *1) |
| floatn frexp(floatn x, __local intn *exp) |
| float frexp(float x, __local int *exp) |
| floatn frexp(floatn x, __private intn *exp) |
| float frexp(float x, __private int *exp) |
| floatn frexp(floatn x, intn *exp) |
| float frexp(float x, int *exp) |
| doublen frexp(doublen x, __global intn *exp) |
| double frexp(double x, __global int *exp) |
| doublen frexp(doublen x, __local intn *exp) |
| double frexp(double x, __local int *exp) |
| doublen frexp(doublen x, __private intn *exp) |
| double frexp(double x, __private int *exp) |
| doublen frexp(doublen x, intn *exp) |
| double frexp(double x, int *exp) |
Description
Cette fonction permet de décomposer un flottant en une mantisse et un exposant.
Dernière mise à jour : Mardi, le 8 Juillet 2025