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

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
Learning_StochasticLinearRanker.java 59 ArrayList<StringFloat> temp_2 = (ArrayList<StringFloat>)sample_2; local
60 String[] keys_2 = new String[temp_2.size()];
61 float[] values_2 = new float[temp_2.size()];
62 for (int i = 0; i < temp_2.size(); i++){
63 keys_2[i] = temp_2.get(i).key;
64 values_2[i] = temp_2.get(i).value;
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmm150_slave.c 51 int32_t temp_1, temp_2, temp_3, temp_4; local
66 temp_2 = ((int32_t)inter_retval) * ((int32_t)(((int16_t)magTask->dig_xy1) << 7));
67 temp_3 = ((temp_1 + temp_2) >> 9) + ((int32_t)BMM150_CALIB_HEX_LACKS);
87 int32_t temp_1, temp_2, temp_3, temp_4; local
102 temp_2 = ((int32_t)inter_retval) * ((int32_t)(((int16_t)magTask->dig_xy1) << 7));
103 temp_3 = ((temp_1 + temp_2) >> 9) + ((int32_t)BMM150_CALIB_HEX_LACKS);
  /external/libavc/common/x86/
ih264_resi_trans_quant_sse42.c 116 __m128i temp_2 = _mm_set1_epi16(2); local
242 sign_reg0 = _mm_mullo_epi16(temp_2,sign_reg0);
243 sign_reg2 = _mm_mullo_epi16(temp_2,sign_reg2);
390 __m128i temp_2 = _mm_set1_epi16(2); local
525 sign_reg0 = _mm_mullo_epi16(temp_2,sign_reg0);
526 sign_reg2 = _mm_mullo_epi16(temp_2,sign_reg2);
    [all...]

Completed in 2359 milliseconds