Searched refs:xh (Results 1 – 25 of 371) sorted by relevance
12345678910>>...15
/third_party/musl/src/math/ |
D | hypot.c | 13 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()
|
D | hypotl.c | 17 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/ |
D | hypot.c | 13 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()
|
D | hypotl.c | 17 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/ |
D | semi.c | 15 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/ |
D | expl.s | 56 # 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/ |
D | expl.s | 55 # 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/ |
D | expl.s | 55 # 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/ |
D | mod.js | 63 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/ |
D | mod.js | 60 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/ |
D | xh.txt | 4 xh{ 6 xh{"isiXhosa"}
|
/third_party/icu/icu4c/source/data/lang/ |
D | xh.txt | 4 xh{ 41 xh{"IsiXhosa"}
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | xh.txt | 4 xh{
|
/third_party/skia/third_party/externals/icu/source/data/coll/ |
D | xh.txt | 4 xh{
|
/third_party/skia/third_party/externals/icu/source/data/zone/ |
D | xh.txt | 4 xh{
|
/third_party/icu/icu4c/source/data/coll/ |
D | xh.txt | 4 xh{
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | xh.txt | 4 xh{
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | xh_ar.txt | 9 ::xh-xh_FONIPA;
|
D | xh_fa.txt | 9 ::xh-xh_FONIPA;
|
D | xh_am.txt | 9 ::xh-xh_FONIPA;
|
D | xh_chr.txt | 9 ::xh-xh_FONIPA;
|
/third_party/icu/icu4c/source/data/translit/ |
D | xh_am.txt | 9 ::xh-xh_FONIPA;
|
D | xh_fa.txt | 9 ::xh-xh_FONIPA;
|
D | xh_ar.txt | 9 ::xh-xh_FONIPA;
|
D | xh_chr.txt | 9 ::xh-xh_FONIPA;
|
12345678910>>...15