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

  /external/qemu/target-mips/
helper.h 189 DEF_HELPER_1(float_ ## op ## l_s, i64, i32) \
190 DEF_HELPER_1(float_ ## op ## l_d, i64, i64) \
191 DEF_HELPER_1(float_ ## op ## w_s, i32, i32) \
192 DEF_HELPER_1(float_ ## op ## w_d, i32, i64)
200 DEF_HELPER_1(float_ ## op ## _s, i32, i32) \
201 DEF_HELPER_1(float_ ## op ## _d, i64, i64)
208 DEF_HELPER_1(float_ ## op ## _s, i32, i32) \
209 DEF_HELPER_1(float_ ## op ## _d, i64, i64) \
210 DEF_HELPER_1(float_ ## op ## _ps, i64, i64)
218 DEF_HELPER_2(float_ ## op ## _s, i32, i32, i32)
    [all...]
  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator_wrapper.c 20 float float_; member in union:__anon18352
125 threshold_spectrum[i].float_ = (spectrum[i] / 2);
133 MeanEstimatorFloat(spectrum[i], kScale, &(threshold_spectrum[i].float_));
135 if (spectrum[i] > threshold_spectrum[i].float_) {

Completed in 933 milliseconds