Searched defs:Fabs (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/arm64/
H A Dmacro-assembler-arm64-inl.h558 void MacroAssembler::Fabs(const FPRegister& fd, const FPRegister& fn) { function in class:v8::internal::MacroAssembler
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1531 Function *Fabs = Intrinsic::getDeclaration(M, Intrinsic::fabs, SrcTy); local
1532 Value *Call = Builder->CreateCall(Fabs, Op0COp, "fabs");
H A DInstCombineCompares.cpp4165 APFloat Fabs = F; local
4166 Fabs.clearSign();
4168 ((Fabs.compare(APFloat::getSmallestNormalized(*Sem)) !=
4169 APFloat::cmpLessThan) || Fabs.isZero()))
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2020 SDValue Fabs = DAG.getNode(ISD::FABS, SL, MVT::f64, Src); local
2027 SDValue Cond = DAG.getSetCC(SL, SetCCVT, Fabs, C2, ISD::SETOGT);

Completed in 4727 milliseconds