Home
last modified time | relevance | path

Searched refs:Mag (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4c/source/data/lang/
Dig.txt20 hu{"Magịya"}
Dmt.txt475 und{"Lingwa Mhix Magħrufa"}
527 Zzzz{"Kitba Mhux Magħrufa"}
/external/llvm/test/CodeGen/X86/
Dsse-fcopysign.ll133 declare float @llvm.copysign.f32(float %Mag, float %Sgn)
134 declare double @llvm.copysign.f64(double %Mag, double %Sgn)
/external/icu/icu4c/source/data/curr/
Dmt.txt591 "Munita Mhix Magħrufa jew Mhix Valida",
1560 few{"Munita Mhix Magħrufa jew Mhix Valida"}
1561 many{"Munita Mhix Magħrufa jew Mhix Valida"}
1563 other{"Munita Mhix Magħrufa jew Mhix Valida"}
/external/icu/icu4c/source/data/region/
Dmt.txt35 AE{"l-Emirati Għarab Magħquda"}
290 ZZ{"Reġjun Mhux Magħruf"}
/external/icu/icu4c/source/data/locales/
Dsbp.txt161 "Mag",
Dhu.txt1428 vocalic_jamo{"Magánhangzói jamo"}
/external/llvm/test/CodeGen/Thumb2/
Dfloat-intrinsics-float.ll116 declare float @llvm.copysign.f32(float %Mag, float %Sgn)
Dfloat-intrinsics-double.ll123 declare double @llvm.copysign.f64(double %Mag, double %Sgn)
/external/icu/icu4c/source/data/zone/
Dmt.txt853 ec{"Belt Mhux Magħruf"}
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1435 SDValue Mag = Node->getOperand(0); in ExpandFCOPYSIGN() local
1448 EVT FloatVT = Mag.getValueType(); in ExpandFCOPYSIGN()
1451 SDValue AbsValue = DAG.getNode(ISD::FABS, DL, FloatVT, Mag); in ExpandFCOPYSIGN()
1460 getSignAsIntValue(MagAsInt, DL, Mag); in ExpandFCOPYSIGN()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1799 SDValue Mag = DAG.getNode(ISD::SELECT, SL, MVT::f64, in LowerFROUND64() local
1804 SDValue S = DAG.getNode(ISD::FCOPYSIGN, SL, MVT::f64, Mag, X); in LowerFROUND64()
/external/llvm/docs/
DLangRef.rst10450 declare float @llvm.copysign.f32(float %Mag, float %Sgn)
10451 declare double @llvm.copysign.f64(double %Mag, double %Sgn)
10452 declare x86_fp80 @llvm.copysign.f80(x86_fp80 %Mag, x86_fp80 %Sgn)
10453 declare fp128 @llvm.copysign.f128(fp128 %Mag, fp128 %Sgn)
10454 declare ppc_fp128 @llvm.copysign.ppcf128(ppc_fp128 %Mag, ppc_fp128 %Sgn)