Searched refs:signs (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc70 // have opposite signs, we are performing a subtraction; otherwise addition.
/external/speex/libspeex/
H A Dcb_search.c525 VARDECL(int *signs);
539 ALLOC(signs, nb_subvect, int);
545 signs[i] = speex_bits_unpack_unsigned(bits, 1);
547 signs[i] = 0;
554 if (signs[i])
/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c6259 /* If the trap shows signs of being unconditional, don't
6313 /* If the trap shows signs of being unconditional, don't
17543 IRTemp signs = IRTemp_INVALID; local
17729 signs = newTemp(Ity_V128);
17737 assign( signs, binop(Iop_CmpGT8Sx16, mkexpr(zeros), mkexpr(vB)) );
17739 binop(Iop_InterleaveHI8x16, mkexpr(signs), mkexpr(vB)) );
17744 assign( signs, binop(Iop_CmpGT16Sx8, mkexpr(zeros), mkexpr(vB)) );
17746 binop(Iop_InterleaveHI16x8, mkexpr(signs), mkexpr(vB)) );
17751 assign( signs, binop(Iop_CmpGT8Sx16, mkexpr(zeros), mkexpr(vB)) );
17753 binop(Iop_InterleaveLO8x16, mkexpr(signs), mkexp
[all...]

Completed in 576 milliseconds