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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
trace_fn_imps.hpp 65 trace_entry(const entry& r_e, false_type) const
67 std::cout << r_e << " " <<* r_e << std::endl;
73 trace_entry(const entry& r_e, true_type) const
75 std::cout << r_e << std::endl;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
trace_fn_imps.hpp 65 trace_entry(const entry& r_e, false_type) const
67 std::cout << r_e << " " <<* r_e << std::endl;
73 trace_entry(const entry& r_e, true_type) const
75 std::cout << r_e << std::endl;
  /external/aac/libSACenc/src/
sacenc_dmx_tdom_enh.cpp 516 INT tmp1_e, tmp2_e, numerator_e, denominator_e, r_e, r4_e; local
531 r_m = fDivNorm(numerator_m, denominator_m, &r_e);
532 r_e += numerator_e - denominator_e;
535 r4_m = sqrtFixp(r_m, r_e, &r4_e);
  /external/libvpx/libvpx/vpx_dsp/arm/
intrapred_neon.c 506 const uint8x16_t r_e = vextq_u8(row_0, row_1, 1); local
509 d135_store_16x8(&dst, stride, r_8, r_9, r_a, r_b, r_c, r_d, r_e, row_0);
    [all...]

Completed in 255 milliseconds