Searched refs:iptr (Results 1 - 3 of 3) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/math/
H A Dmodfl.c4 long double modfl(long double x, long double *iptr) argument
10 *iptr = d;
17 long double modfl(long double x, long double *iptr) argument
27 *iptr = x;
35 *iptr = s ? -0.0 : 0.0;
43 *iptr = x;
50 *iptr = x + y;
H A Dmodf.c3 double modf(double x, double *iptr) argument
11 *iptr = x;
21 *iptr = u.f;
27 *iptr = x;
32 *iptr = u.f;
H A Dmodff.c3 float modff(float x, float *iptr) argument
11 *iptr = x;
21 *iptr = u.f;
27 *iptr = x;
32 *iptr = u.f;

Completed in 76 milliseconds