Home
last modified time | relevance | path

Searched defs:div_by_zero (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc894 Label* div_by_zero = out_of_line_code_.end()[-2].label.get(); in BinOp() local
904 Label* div_by_zero = AddOutOfLineTrap( in BinOp() local
937 Label* div_by_zero = out_of_line_code_.end()[-2].label.get(); in BinOp() local
951 Label* div_by_zero = AddOutOfLineTrap( in BinOp() local
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c111 const uint32x4_t div_by_zero = vceqq_u32(vec_p_inf, vreinterpretq_u32_f32(x)); in vsqrtq_f32() local