Home
last modified time | relevance | path

Searched refs:FORCE_EVAL (Results 1 – 25 of 58) sorted by relevance

123

/third_party/ulib/musl/src/math/
A Dilogbl.c17 FORCE_EVAL(0 / 0.0f); in ilogbl()
26 FORCE_EVAL(0 / 0.0f); in ilogbl()
39 FORCE_EVAL(0 / 0.0f); in ilogbl()
47 FORCE_EVAL(0 / 0.0f); in ilogbl()
A Dilogb.c16 FORCE_EVAL(0 / 0.0f); in ilogb()
25 FORCE_EVAL(0 / 0.0f); in ilogb()
A Dilogbf.c16 FORCE_EVAL(0 / 0.0f); in ilogbf()
25 FORCE_EVAL(0 / 0.0f); in ilogbf()
A Dceilf.c17 FORCE_EVAL(x + 0x1p120f); in ceilf()
22 FORCE_EVAL(x + 0x1p120f); in ceilf()
A Dfloorf.c17 FORCE_EVAL(x + 0x1p120f); in floorf()
22 FORCE_EVAL(x + 0x1p120f); in floorf()
A Dnexttowardf.c32 FORCE_EVAL(x + x); in nexttowardf()
35 FORCE_EVAL(x * x + ux.f * ux.f); in nexttowardf()
A Dnextafter.c28 FORCE_EVAL(x + x); in nextafter()
31 FORCE_EVAL(x * x + ux.f * ux.f); in nextafter()
A Dnextafterf.c27 FORCE_EVAL(x + x); in nextafterf()
30 FORCE_EVAL(x * x + ux.f * ux.f); in nextafterf()
A Dnexttoward.c37 FORCE_EVAL(x + x); in nexttoward()
40 FORCE_EVAL(x * x + ux.f * ux.f); in nexttoward()
A Dnextafterl.c39 FORCE_EVAL(x * x + ux.f * ux.f); in nextafterl()
69 FORCE_EVAL(x * x + ux.f * ux.f); in nextafterl()
A Dtrunc.c18 FORCE_EVAL(x + 0x1p120f); in trunc()
A Dtruncf.c18 FORCE_EVAL(x + 0x1p120f); in truncf()
A Dcoshf.c19 FORCE_EVAL(x + 0x1p120f); in coshf()
A Datanh.c21 FORCE_EVAL((float)y); in atanh()
A Datanhf.c20 FORCE_EVAL((float)(y * y)); in atanhf()
A Dcosh.c24 FORCE_EVAL(x + 0x1p120f); in cosh()
A Dasinh.c27 FORCE_EVAL(x + 0x1p120f); in asinh()
A Dasinhf.c27 FORCE_EVAL(x + 0x1p120f); in asinhf()
A Dtanl.c19 FORCE_EVAL(u.i.se == 0 ? x * 0x1p-120f : x + 0x1p120f); in tanl()
A Dtruncl.c20 FORCE_EVAL(x + 0x1p120f); in truncl()
/third_party/ulib/musl/third_party/math/
A Dexpf.c48 FORCE_EVAL(-0x1p-149f / x); in expf()
69 FORCE_EVAL(0x1p127f + x); in expf()
A Dexp.c100 FORCE_EVAL((float)(-0x1p-149 / x)); in exp()
121 FORCE_EVAL(0x1p1023 + x); in exp()
A Dtan.c56 FORCE_EVAL(ix < 0x00100000 ? x / 0x1p120f : x + 0x1p120f); in tan()
A Dcos.c57 FORCE_EVAL(x + 0x1p120f); in cos()
A Dsin.c58 FORCE_EVAL(ix < 0x00100000 ? x / 0x1p120f : x + 0x1p120f); in sin()

Completed in 25 milliseconds

123