Searched refs:sx (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dremquo.c11 int sx = ux.i >> 63; local
85 *quo = sx ^ sy ? -(int)q : (int)q;
86 return sx ? -x : x;
H A Dremquof.c11 int sx = ux.i >> 31; local
85 *quo = sx ^ sy ? -(int)q : (int)q;
86 return sx ? -x : x;
H A Dfmod.c11 int sx = ux.i >> 63; local
70 uxi |= (uint64_t)sx << 63;
H A Dfmodf.c11 uint32_t sx = ux.i & 0x80000000; local
67 uxi |= sx;
H A Dfmodl.c12 int sx = ux.i.se & 0x8000; local
99 ux.i.se = (ex + 120) | sx;
102 ux.i.se = ex | sx;
H A Dremquol.c12 int sx = ux.i.se >> 15; local
121 *quo = sx ^ sy ? -(int)q : (int)q;
122 return sx ? -x : x;
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dsmoothstep.sh40 y=`echo ${yprec} k ${step} ${nsteps} / sx _2 lx 3 ^ '*' 3 lx 2 ^ '*' + p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g'`
46 y=`echo ${yprec} k ${step} ${nsteps} / sx 6 lx 5 ^ '*' _15 lx 4 ^ '*' + 10 lx 3 ^ '*' + p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g'`
52 y=`echo ${yprec} k ${step} ${nsteps} / sx _20 lx 7 ^ '*' 70 lx 6 ^ '*' + _84 lx 5 ^ '*' + 35 lx 4 ^ '*' + p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g'`
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool1864 '47sx' + # NUL-terminated release string

Completed in 103 milliseconds