Home
last modified time | relevance | path

Searched refs:xh (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/third_party/musl/src/math/
Dhypot.c13 double_t xh, xl, xc; in sq() local
16 xh = x - xc + xc; in sq()
17 xl = x - xh; in sq()
19 *lo = xh*xh - *hi + 2*xh*xl + xl*xl; in sq()
Dhypotl.c17 long double xh, xl, xc; in sq() local
19 xh = x - xc + xc; in sq()
20 xl = x - xh; in sq()
22 *lo = xh*xh - *hi + 2*xh*xl + xl*xl; in sq()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dhypot.c13 double_t xh, xl, xc; in sq() local
16 xh = x - xc + xc; in sq()
17 xl = x - xh; in sq()
19 *lo = xh*xh - *hi + 2*xh*xl + xl*xl; in sq()
Dhypotl.c17 long double xh, xl, xc; in sq() local
19 xh = x - xc + xc; in sq()
20 xl = x - xh; in sq()
22 *lo = xh*xh - *hi + 2*xh*xl + xl*xl; in sq()
/third_party/optimized-routines/math/test/rtest/
Dsemi.c15 uint32 xh, xl, roundword; in test_rint() local
42 xh = in[0]; in test_rint()
49 xl = (xl >> 1) | ((xh & 1) << 31); in test_rint()
50 xh = xh >> 1; in test_rint()
54 xh += (xl==0); in test_rint()
57 xh = (xh << 1) | ((xl >> 31) & 1); in test_rint()
60 out[0] = xh; in test_rint()
429 uint32 xh, xl; in test_frexp() local
438 xh = x[0] & 0x7FFFFFFF; in test_frexp()
441 while (!(xh & 0x100000)) { in test_frexp()
[all …]
/third_party/musl/src/math/i386/
Dexpl.s56 # xh = x - c*x + c*x
57 # xl = x - xh
68 # fpu stack: 2^hi x hi xh xl yh
69 # lo = hi - xh*yh + xl*yh
79 # fpu stack: 2^hi x lo xh xl yl
80 # lo += xh*yl + xl*yl
/third_party/musl/src/math/x86_64/
Dexpl.s55 # xh = x - c*x + c*x
56 # xl = x - xh
67 # fpu stack: 2^hi x hi xh xl yh
68 # lo = hi - xh*yh + xl*yh
78 # fpu stack: 2^hi x lo xh xl yl
79 # lo += xh*yl + xl*yl
/third_party/musl/src/math/x32/
Dexpl.s55 # xh = x - c*x + c*x
56 # xl = x - xh
67 # fpu stack: 2^hi x hi xh xl yh
68 # lo = hi - xh*yh + xl*yh
78 # fpu stack: 2^hi x lo xh xl yl
79 # lo += xh*yl + xl*yl
/third_party/node/deps/npm/node_modules/fastest-levenshtein/
Dmod.js63 var xh = ((((eq | mb) & pv_1) + pv_1) ^ pv_1) | eq | mb;
64 var ph = mv_1 | ~(xh | pv_1);
65 var mh = pv_1 & xh;
94 var xh = ((((eq | mb) & pv) + pv) ^ pv) | eq | mb;
95 var ph = mv | ~(xh | pv);
96 var mh = pv & xh;
/third_party/node/deps/npm/node_modules/fastest-levenshtein/esm/
Dmod.js60 const xh = ((((eq | mb) & pv) + pv) ^ pv) | eq | mb; constant
61 let ph = mv | ~(xh | pv);
62 let mh = pv & xh;
91 const xh = ((((eq | mb) & pv) + pv) ^ pv) | eq | mb; constant
92 let ph = mv | ~(xh | pv);
93 let mh = pv & xh;
/third_party/skia/third_party/externals/icu/source/data/lang/
Dxh.txt4 xh{
6 xh{"isiXhosa"}
/third_party/icu/icu4c/source/data/lang/
Dxh.txt4 xh{
41 xh{"IsiXhosa"}
/third_party/skia/third_party/externals/icu/source/data/unit/
Dxh.txt4 xh{
/third_party/skia/third_party/externals/icu/source/data/coll/
Dxh.txt4 xh{
/third_party/skia/third_party/externals/icu/source/data/zone/
Dxh.txt4 xh{
/third_party/icu/icu4c/source/data/coll/
Dxh.txt4 xh{
/third_party/skia/third_party/externals/icu/source/data/region/
Dxh.txt4 xh{
/third_party/skia/third_party/externals/icu/source/data/translit/
Dxh_ar.txt9 ::xh-xh_FONIPA;
Dxh_fa.txt9 ::xh-xh_FONIPA;
Dxh_am.txt9 ::xh-xh_FONIPA;
Dxh_chr.txt9 ::xh-xh_FONIPA;
/third_party/icu/icu4c/source/data/translit/
Dxh_am.txt9 ::xh-xh_FONIPA;
Dxh_fa.txt9 ::xh-xh_FONIPA;
Dxh_ar.txt9 ::xh-xh_FONIPA;
Dxh_chr.txt9 ::xh-xh_FONIPA;

12345678910>>...15