/third_party/python/Tools/msi/bundle/bootstrap/ |
D | pythonba.def | 4 ; This software is released under Microsoft Reciprocal License (MS-RL).
|
D | LICENSE.txt | 5 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/ |
D | OptimalIntrinsics.cpp | 19 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/ |
D | IntrinsicsARM.td | 450 // Vector Reciprocal Step. 453 // Vector Reciprocal Square Root Step. 556 // Vector Reciprocal Estimate. 559 // Vector Reciprocal Square Root Estimate.
|
D | IntrinsicsAArch64.td | 316 // 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/ |
D | NVPTXISelLowering.h | 534 bool Reciprocal) const override;
|
D | NVPTXISelLowering.cpp | 1204 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/ |
D | AMDGPUISelLowering.h | 247 bool Reciprocal) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 272 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/ |
D | folding_rules.cpp | 272 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/ |
D | AArch64ISelLowering.h | 765 bool Reciprocal) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 1223 bool Reciprocal) const override;
|
/third_party/spirv-tools/source/opt/ |
D | folding_rules.cpp | 275 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/ |
D | NV_vertex_program1_1.txt | 200 2.14.1.10.19 RCC: Reciprocal Clamped
|
D | NV_vertex_program2_option.txt | 816 Section 2.14.5.33, RCC: Reciprocal (Clamped)
|
D | NV_vertex_program2.txt | 2536 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/ |
D | NV_vertex_program1_1.txt | 200 2.14.1.10.19 RCC: Reciprocal Clamped
|
D | NV_vertex_program2_option.txt | 816 Section 2.14.5.33, RCC: Reciprocal (Clamped)
|
D | NV_vertex_program2.txt | 2536 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/ |
D | X86ISelLowering.h | 1522 bool Reciprocal) const override;
|
D | X86.td | 134 "Enable AVX-512 Exponential and Reciprocal Instructions",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 546 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/ |
D | tgsi.rst | 94 .. 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/ |
D | TargetLowering.h | 4024 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 5754 // 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
|