Searched refs:zs (Results 1 – 4 of 4) sorted by relevance
/haiku/src/system/libroot/posix/musl/math/ |
H A D | fmal.c | 168 long double xs, ys, zs, adj; in fmal() local 190 zs = frexpl(z, &ez); in fmal() 234 zs = scalbnl(zs, -spread); in fmal() 236 zs = copysignl(LDBL_MIN, zs); in fmal() 249 r = dd_add(xy.hi, zs); in fmal() 259 volatile long double vzs = zs; /* XXX gcc CSE bug workaround */ in fmal()
|
/haiku/3rdparty/pulkomandy/ |
H A D | checkstyle.vim | 32 call matchadd('Style', '^[^#]^\(\(?!\/\/\|\/\*\).\)*[^<]\zs\w*/\w', -1) 35 call matchadd('Style', '^[^/]\{2}.*\zs[^*][=/+\-< ]$', -1) 38 call matchadd('Style', '^[^#].*\zs[^<]>$', -1)
|
/haiku/data/catalogs/apps/midiplayer/ |
H A D | hu.catkeys | 18 Garage Main Window Garázs
|
/haiku/src/system/libroot/posix/stdlib/ |
H A D | strtod.c | 1665 ULong si, zs; 1691 zs = (si >> 16) * q + (ys >> 16); 1692 carry = zs >> 16; 1696 z = (*bx >> 16) - (zs & 0xffff) + borrow; 1726 zs = (si >> 16) + (ys >> 16); 1727 carry = zs >> 16; 1731 z = (*bx >> 16) - (zs & 0xffff) + borrow;
|