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

  /external/gemmlowp/test/
test.cc 87 const int32_t b_as_int = static_cast<int32_t>(b_as_byte) + b_offset; local
88 const int32_t mult_as_int = a_as_int * b_as_int;
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBLAS.cpp 858 const int32_t b_as_int = (((int32_t)(b_as_byte)) - b_offset); local
    [all...]

Completed in 651 milliseconds