Searched defs:Fabs (Results 1 - 4 of 4) sorted by relevance
/external/v8/src/arm64/ |
H A D | macro-assembler-arm64-inl.h | 558 void MacroAssembler::Fabs(const FPRegister& fd, const FPRegister& fn) { function in class:v8::internal::MacroAssembler
|
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 1531 Function *Fabs = Intrinsic::getDeclaration(M, Intrinsic::fabs, SrcTy); local 1532 Value *Call = Builder->CreateCall(Fabs, Op0COp, "fabs");
|
H A D | InstCombineCompares.cpp | 4165 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 D | AMDGPUISelLowering.cpp | 2020 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