#include "libm.h"
#include "libm_util.h"
Go to the source code of this file.
◆ modff()
Definition at line 30 of file modff.c.
31{
32
33
34
35 unsigned int ux,
mask;
36 int xexp;
37
40
41 if (xexp < 0)
42 {
43
44
47 }
49 {
50
51
55 }
57 {
58
61 }
62 else
63 {
64
65
69 }
70}
GLint GLint GLint GLint GLint x
#define GET_BITS_SP32(x, ux)
#define PUT_BITS_SP32(ux, x)
#define EXPSHIFTBITS_SP32