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

  /external/gemmlowp/test/
test.cc 84 const int32_t a_as_int = static_cast<int32_t>(a_as_byte) + a_offset; local
88 const int32_t mult_as_int = a_as_int * b_as_int;
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBLAS.cpp 692 const int32_t a_as_int = (((int32_t)(a_as_byte)) - a_offset); local
696 const int32_t mult_as_int = (a_as_int * b_as_int);
    [all...]

Completed in 923 milliseconds