Searched refs:floorl (Results 1 - 18 of 18) sorted by relevance

/seL4-test-master/projects/musllibc/src/math/x32/
H A Dceill.s1 # see floorl.s
H A Dtruncl.s1 # see floorl.s
H A Dfloorl.s1 .global floorl
2 .type floorl,@function
3 floorl: label
/seL4-test-master/projects/musllibc/src/math/x86_64/
H A Dceill.s1 # see floorl.s
H A Dtruncl.s1 # see floorl.s
H A Dfloorl.s1 .global floorl
2 .type floorl,@function
3 floorl: label
/seL4-test-master/projects/musllibc/src/math/x86_64_sel4/
H A Dceill.s1 # see floorl.s
H A Dtruncl.s1 # see floorl.s
H A Dfloorl.s1 .global floorl
2 .type floorl,@function
3 floorl: label
/seL4-test-master/projects/musllibc/src/math/
H A Dfloorl.c4 long double floorl(long double x) function
12 long double floorl(long double x) function
H A Dexpl.c108 px = floorl(LOG2E * x + 0.5);
H A Dexpm1l.c98 px = floorl(0.5 + x / xx);
H A Dtgammal.c215 p = floorl(q);
230 if (0.5 * p == floorl(q * 0.5))
H A Dpowl.c239 w = floorl(y);
250 ya = floorl(0.5 * ya);
290 if (iyflg && floorl(x) == x && fabsl(y) < 32768.0) {
416 t = floorl(t);
H A Dlgammal.c210 x = 2.0*(x - floorl(x)); /* x mod 2.0 */
/seL4-test-master/projects/musllibc/src/math/i386/
H A Dfloor.s7 .global floorl
8 .type floorl,@function
9 floorl: label
/seL4-test-master/projects/musllibc/src/math/i386_sel4/
H A Dfloor.s7 .global floorl
8 .type floorl,@function
9 floorl: label
/seL4-test-master/projects/musllibc/include/
H A Dmath.h201 long double floorl(long double);

Completed in 41 milliseconds