Searched defs:Reciprocal (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 567 APFloat Reciprocal(Op1F.getSemantics()); in visitFDiv() local
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | math.cc | 135 XlaOp Reciprocal(XlaOp operand) { return ScalarLike(operand, 1.0) / operand; } in Reciprocal() function
|
/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 | 178 uint32_t Reciprocal(analysis::ConstantManager* const_mgr, in Reciprocal() function
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 178 uint32_t Reciprocal(analysis::ConstantManager* const_mgr, in Reciprocal() function
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | math_grad_test.cc | 236 TEST_F(CWiseUnaryGradTest, Reciprocal) { in TEST_F() argument
|
/external/tensorflow/tensorflow/core/ops/ |
D | math_grad_test.cc | 435 TEST_F(MathGradTest, Reciprocal) { in TEST_F() argument
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3534 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 11266 SDValue Reciprocal = DAG.getNode(ISD::FDIV, DL, VT, FPOne, N1, Flags); in combineRepeatedFPDivisors() local 18198 SDNodeFlags Flags, bool Reciprocal) { in buildSqrtNROneConst() 18242 SDNodeFlags Flags, bool Reciprocal) { in buildSqrtNRTwoConst() 18288 bool Reciprocal) { in buildSqrtEstimateImpl()
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 2609 TEST_F(OpTest, Reciprocal) { in TEST_F() argument
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 29790 func Reciprocal(scope *Scope, x tf.Output) (y tf.Output) { func
|