Searched refs:half (Results 1 – 6 of 6) sorted by relevance
18 static const float half[2] = {0.5, -0.5}, ln2hi = 6.9314575195e-1f, /* 0x3f317200 */ variable57 k = invln2 * x + half[sign]; in expf()
70 static const double half[2] = {0.5, -0.5}, variable109 k = (int)(invln2 * x + half[sign]); in exp()
1453 int half; in msort() local1458 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()
135 defaults to half-duplex.138 to half duplex you must use this command:
149 in half.
16207 (almost half).
Completed in 23 milliseconds