HomeSort by relevance Sort by last modified time
    Searched refs:signs (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strtod.py 219 signs = ('+', '-', '')
225 s = random.choice(signs)
237 s += random.choice(signs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strtod.py 219 signs = ('+', '-', '')
225 s = random.choice(signs)
237 s += random.choice(signs)
  /external/speex/libspeex/
cb_search.c 525 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/webp/src/dsp/
dec_sse2.c 304 const __m128i signs = _mm_cmpgt_epi8(zero, *x); local
305 const __m128i lo_0 = _mm_unpacklo_epi8(*x, signs); // s8 -> s16 sign extend
306 const __m128i hi_0 = _mm_unpackhi_epi8(*x, signs);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
set.h 233 enum isl_dim_type type, unsigned pos, unsigned n, int *signs);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
set.h 233 enum isl_dim_type type, unsigned pos, unsigned n, int *signs);
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 17402 IRTemp signs = IRTemp_INVALID; local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 167 milliseconds