/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | ForeachUnaryOp.cu | 293 struct Reciprocal { struct 294 T one = T(1); 295 __device__ T operator()(T t) const { in operator ()()
|
/aosp_15_r20/external/executorch/backends/arm/test/ops/ |
H A D | test_reciprocal.py | 37 class Reciprocal(torch.nn.Module): class in TestReciprocal
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
H A D | gpu_unary_ops_test.cc | 874 GENERATE_DEFAULT_TEST(Reciprocal, DT_FLOAT, DT_FLOAT, baseline_reciprocal, in GENERATE_DEFAULT_TEST() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/ |
H A D | bfloat16.cc | 1274 struct Reciprocal { struct 1275 T operator()(T a) { return T(1.f / static_cast<float>(a)); } in operator ()()
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 1226 APFloat Reciprocal(FpVal.getSemantics()); in CvtFDivConstToReciprocal() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A 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()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
H A D | math.cc | 167 XlaOp Reciprocal(XlaOp operand) { return ScalarLike(operand, 1.0) / operand; } in Reciprocal() function
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | folding_rules.cpp | 286 uint32_t Reciprocal(analysis::ConstantManager* const_mgr, in Reciprocal() function
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/ |
H A D | math_grad_test.cc | 253 TEST_F(CWiseUnaryGradTest, Reciprocal) { in TEST_F() argument
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | folding_rules.cpp | 274 uint32_t Reciprocal(analysis::ConstantManager* const_mgr, in Reciprocal() function
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 274 uint32_t Reciprocal(analysis::ConstantManager* const_mgr, in Reciprocal() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/ |
H A D | math_grad_test.cc | 466 TEST_F(MathGradTest, Reciprocal) { in TEST_F() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A 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()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | vec_test_all_types.cpp | 305 TYPED_TEST(SqrtAndReciprocalReal, Reciprocal) { in TYPED_TEST() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 4024 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 15842 SDValue Reciprocal = DAG.getNode(ISD::FDIV, DL, VT, FPOne, N1, Flags); in combineRepeatedFPDivisors() local 25899 SDNodeFlags Flags, bool Reciprocal) { in buildSqrtNROneConst() 25931 SDNodeFlags Flags, bool Reciprocal) { in buildSqrtNRTwoConst() 25970 bool Reciprocal) { in buildSqrtEstimateImpl()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 4776 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | TargetLowering.h | 5109 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | TargetLowering.h | 5027 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | TargetLowering.h | 4992 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | TargetLowering.h | 5027 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | randomized_tests.cc | 3785 TEST_F(OpTest, Reciprocal) { in TEST_F() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/go/op/ |
H A D | wrappers.go | 35931 func Reciprocal(scope *Scope, x tf.Output) (y tf.Output) { func
|