Home
last modified time | relevance | path

Searched refs:AbsValue (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/MC/
DMCObjectStreamer.cpp133 int64_t AbsValue; in EmitValueImpl() local
134 if (Value->evaluateAsAbsolute(AbsValue, getAssembler())) { in EmitValueImpl()
135 EmitIntValue(AbsValue, Size); in EmitValueImpl()
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc192 T AbsValue(T a) { in AbsValue() function
198 int16_t max_data = AbsValue(frame.data_[0]); in MaxAudioFrame()
200 max_data = std::max(max_data, AbsValue(frame.data_[i])); in MaxAudioFrame()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1727 SDValue AbsValue = DAG.getNode(ISD::FABS, DL, FloatVT, Mag); in ExpandFCOPYSIGN() local
1728 SDValue NegValue = DAG.getNode(ISD::FNEG, DL, FloatVT, AbsValue); in ExpandFCOPYSIGN()
1731 return DAG.getSelect(DL, FloatVT, Cond, NegValue, AbsValue); in ExpandFCOPYSIGN()