Home
last modified time | relevance | path

Searched refs:half (Results 1 – 6 of 6) sorted by relevance

/third_party/ulib/musl/third_party/math/
A Dexpf.c18 static const float half[2] = {0.5, -0.5}, ln2hi = 6.9314575195e-1f, /* 0x3f317200 */ variable
57 k = invln2 * x + half[sign]; in expf()
A Dexp.c70 static const double half[2] = {0.5, -0.5}, variable
109 k = (int)(invln2 * x + half[sign]); in exp()
/third_party/uapp/dash/src/
A Dexpand.c1453 int half; in msort() local
1458 half = len >> 1; in msort()
1460 for (n = half ; --n >= 0 ; ) { in msort()
1465 q = msort(list, half); /* sort first half of list */ in msort()
1466 p = msort(p, len - half); /* sort second half */ in msort()
/third_party/dev/ethernet/e1000/
A DREADME135 defaults to half-duplex.
138 to half duplex you must use this command:
/third_party/ulib/musl/
A DINSTALL149 in half.
/third_party/lib/acpica/
A Dchanges.txt16207 (almost half).

Completed in 23 milliseconds