/external/swiftshader/src/Reactor/ |
D | OptimalIntrinsics.cpp | 19 Float4 Reciprocal(RValue<Float4> x, bool pp = false, bool finite = false, bool exactAtPow2 = false) in Reciprocal() function
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | bfloat16.cc | 1066 struct Reciprocal { struct 1067 bfloat16 operator()(bfloat16 a) { in operator ()()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 1226 APFloat Reciprocal(FpVal.getSemantics()); in CvtFDivConstToReciprocal() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 218 uint32_t Reciprocal(analysis::ConstantManager* const_mgr, in Reciprocal() function
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | math_grad_test.cc | 244 TEST_F(CWiseUnaryGradTest, Reciprocal) { in TEST_F() argument
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 218 uint32_t Reciprocal(analysis::ConstantManager* const_mgr, in Reciprocal() function
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | math.cc | 167 XlaOp Reciprocal(XlaOp operand) { return ScalarLike(operand, 1.0) / operand; } in Reciprocal() function
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | folding_rules.cpp | 271 uint32_t Reciprocal(analysis::ConstantManager* const_mgr, in Reciprocal() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 8758 SDValue Reciprocal = DAG.getNode(ISD::FDIV, DL, VT, FPOne, N1, Flags); in combineRepeatedFPDivisors() local 14574 SDNodeFlags *Flags, bool Reciprocal) { in buildSqrtNROneConst() 14618 SDNodeFlags *Flags, bool Reciprocal) { in buildSqrtNRTwoConst() 14664 bool Reciprocal) { in buildSqrtEstimateImpl()
|
/external/tensorflow/tensorflow/core/ops/ |
D | math_grad_test.cc | 466 TEST_F(MathGradTest, Reciprocal) { in TEST_F() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 4024 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 12710 SDValue Reciprocal = DAG.getNode(ISD::FDIV, DL, VT, FPOne, N1, Flags); in combineRepeatedFPDivisors() local 20665 SDNodeFlags Flags, bool Reciprocal) { in buildSqrtNROneConst() 20697 SDNodeFlags Flags, bool Reciprocal) { in buildSqrtNRTwoConst() 20736 bool Reciprocal) { in buildSqrtEstimateImpl()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 4261 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 13726 SDValue Reciprocal = DAG.getNode(ISD::FDIV, DL, VT, FPOne, N1, Flags); in combineRepeatedFPDivisors() local 22139 SDNodeFlags Flags, bool Reciprocal) { in buildSqrtNROneConst() 22171 SDNodeFlags Flags, bool Reciprocal) { in buildSqrtNRTwoConst() 22210 bool Reciprocal) { in buildSqrtEstimateImpl()
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 2610 TEST_F(OpTest, Reciprocal) { in TEST_F() argument
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 30710 func Reciprocal(scope *Scope, x tf.Output) (y tf.Output) { func
|