| /third_party/optimized-routines/math/aarch64/experimental/ |
| D | cbrtf_1u5.c | 14 #define SignMask 0x80000000 macro
|
| D | erfcf_1u7.c | 20 #define SignMask 0x7fffffff macro
|
| D | atan2f_3u.c | 18 #define SignMask (0x80000000) macro
|
| D | atan2_2u5.c | 18 #define SignMask (0x8000000000000000) macro
|
| D | log1pf_2u1.c | 14 #define SignMask (0x80000000) macro
|
| /third_party/optimized-routines/math/aarch64/sve/ |
| D | atanf.c | 25 #define SignMask (0x80000000) macro
|
| D | atan.c | 31 #define SignMask (0x8000000000000000) macro
|
| D | erff.c | 23 #define SignMask (0x80000000) macro
|
| D | erfcf.c | 31 #define SignMask 0x80000000 macro
|
| D | erf.c | 29 #define SignMask (0x8000000000000000) macro
|
| D | asinh.c | 12 #define SignMask (0x8000000000000000) macro
|
| /third_party/optimized-routines/math/aarch64/advsimd/ |
| D | atanf.c | 27 #define SignMask v_u32 (0x80000000) macro
|
| D | cbrtf.c | 27 #define SignMask v_u32 (0x80000000) macro
|
| D | atan2f.c | 28 #define SignMask v_u32 (0x80000000) macro
|
| D | atan.c | 33 #define SignMask v_u64 (0x8000000000000000) macro
|
| D | atan2.c | 46 #define SignMask v_u64 (0x8000000000000000) macro
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceIntrinsics.h | 66 SignMask, enumerator
|
| D | IceTargetLoweringX8632.cpp | 3451 Constant *SignMask = Ctx->getConstantInt32(0x80000000); in lowerIcmp64() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | LLVMReactor.cpp | 1913 RValue<Int> SignMask(RValue<Byte8> x) in SignMask() function 1967 RValue<Int> SignMask(RValue<SByte8> x) in SignMask() function 2799 RValue<Int> SignMask(RValue<Int4> x) in SignMask() function 3215 RValue<Int> SignMask(RValue<Float4> x) in SignMask() function
|
| D | SubzeroReactor.cpp | 2364 RValue<Int> SignMask(RValue<Byte8> x) in SignMask() function 2476 RValue<Int> SignMask(RValue<SByte8> x) in SignMask() function 3687 RValue<Int> SignMask(RValue<Int4> x) in SignMask() function 4034 RValue<Int> SignMask(RValue<Float4> x) in SignMask() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 70 APInt SignMask; member 1517 SDValue SignMask = DAG.getConstant(SignAsInt.SignMask, DL, IntVT); in ExpandFCOPYSIGN() local
|
| D | LegalizeFloatTypes.cpp | 459 APInt SignMask = APInt::getSignMask(NVT.getSizeInBits()); in SoftenFloatRes_FNEG() local
|
| D | TargetLowering.cpp | 6054 SDValue SignMask = DAG.getConstant(APInt::getSignMask(SrcEltBits), dl, IntVT); in expandFP_TO_SINT() local 6122 APInt SignMask = APInt::getSignMask(DstVT.getScalarSizeInBits()); in expandFP_TO_UINT() local
|
| D | DAGCombiner.cpp | 11102 APInt SignMask; in foldBitcastedFPLogic() local 13402 APInt SignMask; in visitFNEG() local 13499 APInt SignMask; in visitFABS() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 2278 APInt SignMask = APInt::getSignMask(Ty->getScalarSizeInBits()); in foldICmpSRemConstant() local
|