Home
last modified time | relevance | path

Searched refs:Reciprocal (Results 1 – 25 of 44) sorted by relevance

12

/third_party/python/Tools/msi/bundle/bootstrap/
Dpythonba.def4 ; This software is released under Microsoft Reciprocal License (MS-RL).
DLICENSE.txt5 Microsoft Reciprocal License (MS-RL)
20 …(A) Reciprocal Grants- For any file you distribute that contains code from the software (in source…
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DOptimalIntrinsics.cpp19 Float4 Reciprocal(RValue<Float4> x, bool pp = false, bool finite = false, bool exactAtPow2 = false) in Reciprocal() function
53 Float4 r = Reciprocal(s2 * s2 + c2 * c2, false, true, false); in SinOrCos()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicsARM.td450 // Vector Reciprocal Step.
453 // Vector Reciprocal Square Root Step.
556 // Vector Reciprocal Estimate.
559 // Vector Reciprocal Square Root Estimate.
DIntrinsicsAArch64.td316 // Reciprocal Estimate/Step
320 // Reciprocal Exponent
392 // Vector Reciprocal Estimate
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h534 bool Reciprocal) const override;
DNVPTXISelLowering.cpp1204 bool Reciprocal) const { in getSqrtEstimate()
1225 if (Reciprocal || ExtraSteps > 0) { in getSqrtEstimate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h247 bool Reciprocal) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.cpp272 uint32_t Reciprocal(analysis::ConstantManager* const_mgr, in Reciprocal() function
314 id = Reciprocal(const_mgr, comp); in ReciprocalFDiv()
322 id = Reciprocal(const_mgr, constants[1]); in ReciprocalFDiv()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfolding_rules.cpp272 uint32_t Reciprocal(analysis::ConstantManager* const_mgr, in Reciprocal() function
314 id = Reciprocal(const_mgr, comp); in ReciprocalFDiv()
322 id = Reciprocal(const_mgr, constants[1]); in ReciprocalFDiv()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h765 bool Reciprocal) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1223 bool Reciprocal) const override;
/third_party/spirv-tools/source/opt/
Dfolding_rules.cpp275 uint32_t Reciprocal(analysis::ConstantManager* const_mgr, in Reciprocal() function
322 id = Reciprocal(const_mgr, comp); in ReciprocalFDiv()
330 id = Reciprocal(const_mgr, constants[1]); in ReciprocalFDiv()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program1_1.txt200 2.14.1.10.19 RCC: Reciprocal Clamped
DNV_vertex_program2_option.txt816 Section 2.14.5.33, RCC: Reciprocal (Clamped)
DNV_vertex_program2.txt2536 Section 2.14.3.25, RCC: Reciprocal (Clamped)
2572 Section 2.14.3.26, RCP: Reciprocal
2624 Section 2.14.3.28, RSQ: Reciprocal Square Root
/third_party/openGLES/extensions/NV/
DNV_vertex_program1_1.txt200 2.14.1.10.19 RCC: Reciprocal Clamped
DNV_vertex_program2_option.txt816 Section 2.14.5.33, RCC: Reciprocal (Clamped)
DNV_vertex_program2.txt2536 Section 2.14.3.25, RCC: Reciprocal (Clamped)
2572 Section 2.14.3.26, RCP: Reciprocal
2624 Section 2.14.3.28, RSQ: Reciprocal Square Root
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1522 bool Reciprocal) const override;
DX86.td134 "Enable AVX-512 Exponential and Reciprocal Instructions",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp546 SDNodeFlags Flags, bool Reciprocal);
548 SDNodeFlags Flags, bool Reciprocal);
12710 SDValue Reciprocal = DAG.getNode(ISD::FDIV, DL, VT, FPOne, N1, Flags); in combineRepeatedFPDivisors() local
12717 Reciprocal, Flags); in combineRepeatedFPDivisors()
12719 } else if (U != Reciprocal.getNode()) { in combineRepeatedFPDivisors()
12722 CombineTo(U, Reciprocal); in combineRepeatedFPDivisors()
20665 SDNodeFlags Flags, bool Reciprocal) { in buildSqrtNROneConst() argument
20684 if (!Reciprocal) in buildSqrtNROneConst()
20697 SDNodeFlags Flags, bool Reciprocal) { in buildSqrtNRTwoConst() argument
20718 if (Reciprocal || (i + 1) < Iterations) { in buildSqrtNRTwoConst()
[all …]
/third_party/mesa3d/docs/gallium/
Dtgsi.rst94 .. opcode:: RCP - Reciprocal
103 .. opcode:: RSQ - Reciprocal Square Root
1980 .. opcode:: DRCP - Reciprocal
1996 .. opcode:: DRSQ - Reciprocal Square Root
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h4024 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrNEON.td5754 // Vector Reciprocal and Reciprocal Square Root Estimate and Step.
5756 // VRECPE : Vector Reciprocal Estimate
5778 // VRECPS : Vector Reciprocal Step
5794 // VRSQRTE : Vector Reciprocal Square Root Estimate
5816 // VRSQRTS : Vector Reciprocal Square Root Step

12