Searched refs:float_ (Results 1 – 7 of 7) sorted by relevance
/external/qemu/target-mips/ |
D | helper.h | 189 DEF_HELPER_2(float_ ## op ## l_s, i64, env, i32) \ 190 DEF_HELPER_2(float_ ## op ## l_d, i64, env, i64) \ 191 DEF_HELPER_2(float_ ## op ## w_s, i32, env, i32) \ 192 DEF_HELPER_2(float_ ## op ## w_d, i32, env, i64) 200 DEF_HELPER_2(float_ ## op ## _s, i32, env, i32) \ 201 DEF_HELPER_2(float_ ## op ## _d, i64, env, 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) 216 DEF_HELPER_2(float_ ## op ## _s, i32, env, i32) \ [all …]
|
/external/webrtc/src/modules/audio_processing/utility/ |
D | delay_estimator_wrapper.c | 20 float float_; member 125 threshold_spectrum[i].float_ = (spectrum[i] / 2); in BinarySpectrumFloat() 133 MeanEstimatorFloat(spectrum[i], kScale, &(threshold_spectrum[i].float_)); in BinarySpectrumFloat() 135 if (spectrum[i] > threshold_spectrum[i].float_) { in BinarySpectrumFloat()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-materialize.ll | 4 define void @float_(float* %value) { 5 ; CHECK: @float_
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/ |
D | delay_estimator_internal.h | 20 float float_; member
|
D | delay_estimator_wrapper.c | 108 threshold_spectrum[i].float_ = (spectrum[i] / 2); in BinarySpectrumFloat() 116 MeanEstimatorFloat(spectrum[i], kScale, &(threshold_spectrum[i].float_)); in BinarySpectrumFloat() 118 if (spectrum[i] > threshold_spectrum[i].float_) { in BinarySpectrumFloat()
|
/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 52 Json::Value float_; member 69 , float_( 0.00390625f ) in ValueTest()
|
/external/chromium_org/third_party/cython/src/Tools/ |
D | kate.diff | 450 + <item> float_ </item>
|