Home
last modified time | relevance | path

Searched defs:Half (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dsinh_3u.c14 #define Half 0x3fe0000000000000 macro
H A Dsinhf_2u3.c14 #define Half 0x3f000000 macro
H A Dacosf_1u4.c14 #define Half 0x3f000000 macro
H A Dasinf_2u5.c14 #define Half 0x3f000000 macro
H A Dacos_2u.c14 #define Half 0x3fe0000000000000 macro
H A Dasin_3u.c14 #define Half 0x3fe0000000000000 macro
H A Datanh_3u.c14 #define Half 0x3fe0000000000000 macro
H A Datanhf_3u1.c14 #define Half 0x3f000000 macro
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Datanh.c16 #define Half (0x3fe0000000000000) macro
H A Datanhf.c15 #define Half (0x3f000000) macro
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Datanhf.c30 #define Half v_u32 (0x3f000000) macro
H A Dasinf.c26 #define Half 0x3f000000 macro
H A Dacosf.c27 #define Half 0x3f000000 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDXILABI.h28 Half, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h125 Half, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h88 using Half = packed<uint16_t>; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp406 size_t Half; in findPublicSymbolBySectOffset() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp216 size_t Half; in findBeginLocalPreprocessedEntity() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h74 Half = 1 << 0, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp5249 auto Half = B.buildFConstant(F32, 0.5f); in legalizeFSQRTF32() local
5319 auto Half = B.buildFConstant(F64, 0.5); in legalizeFSQRTF64() local
H A DSIISelLowering.cpp7344 SDValue Half = DAG.getSelectCC(SL, Idx, IdxMask, Hi, Lo, ISD::SETUGT); in lowerEXTRACT_VECTOR_ELT() local
11040 SDValue Half = DAG.getConstantFP(0.5f, DL, VT); in lowerFSQRTF32() local
11109 SDValue Half = DAG.getConstantFP(0.5, DL, MVT::f64); in lowerFSQRTF64() local
H A DAMDGPUISelLowering.cpp2517 const SDValue Half = DAG.getConstantFP(0.5, SL, VT); in LowerFROUND() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2669 unsigned Half = (Begin + End) / 2; in splitVectorElements() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2622 const APFloat Half(FltSem, "0.5"); in expandFrexp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12561 unsigned Half = VT.getVectorNumElements() / 2; in isUZP_v_undef_Mask() local
22795 for (unsigned Half = 0; Half < 2; ++Half) { in vectorToScalarBitmask() local
25943 SDValue Half = DAG.getNode(Opcode, DL, ExtendedHalfVT, N->getOperand(0)); in ReplaceExtractSubVectorResults() local

12