/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/ |
D | nested.pass.cpp | 35 struct plus_one struct 51 assert(std::bind(plus_one(), g)(5) == 33); in main() argument
|
/external/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/ |
D | nested.pass.cpp | 36 struct plus_one struct 52 assert(std::bind(plus_one(), g)(5) == 33); in main() argument
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | string_format_op_test.py | 77 plus_one = var_one.assign_add(1.0) 82 self.evaluate(plus_one)
|
D | logging_ops_test.py | 138 plus_one = var_one.assign_add(1.0) 143 self.evaluate(plus_one)
|
D | variables_test.py | 136 plus_one = var.assign_add(1.0) 142 self.assertAllClose(1.0, self.evaluate(plus_one)) 155 plus_one = var.assign_add(1.0) 161 self.evaluate(plus_one)
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | eager_test.py | 643 plus_one = f(constant_op.constant(True), constant_op.constant(10.0)) 645 self.assertEqual(11.0, plus_one.numpy()) 657 plus_one = f(constant_op.constant(True), constant_op.constant(10.0)) 659 self.assertEqual(11.0, plus_one.numpy())
|
/external/llvm/test/CodeGen/X86/ |
D | peephole-na-phys-copy-folding.ll | 15 ; CHECK-LABEL: plus_one 22 define i1 @plus_one() {
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | peephole-na-phys-copy-folding.ll | 14 define i1 @plus_one() nounwind { 15 ; CHECK32-LABEL: plus_one: 30 ; CHECK64-LABEL: plus_one:
|
/external/tensorflow/tensorflow/python/framework/ |
D | convert_to_constants_test.py | 664 def plus_one(x): function 670 defun_node = plus_one(variable_node)
|
/external/tensorflow/tensorflow/python/eager/ |
D | function_test.py | 3470 def plus_one(x): function 3476 self.assertAllClose(plus_one(x_float32), 4.0) 3480 self.assertAllClose(plus_one(x_float32), 4.0) 3484 self.assertAllClose(plus_one(x_float64), 4.0) 3503 def plus_one(x): function 3510 self.assertAllClose(plus_one(x_float32), 4.0) 3527 def plus_one(x): function 3533 self.assertAllClose(plus_one(numpy.array(3.0, dtype=numpy.float32)), 4.0) 3539 self.assertAllClose(plus_one(numpy.array(3.0, dtype=numpy.float64)), 4.0)
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-internal.h | 1152 template <bool plus_one, typename T, size_t sizeofT>
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 1106 template <bool plus_one, typename T, size_t sizeofT>
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-internal.h | 1139 template <bool plus_one, typename T, size_t sizeofT>
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 1163 template <bool plus_one, typename T, size_t sizeofT>
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf.cc | 713 auto plus_one = builder->create<chlo::BroadcastAddOp>( in CreateWhile32() local 716 new_values.insert(new_values.begin(), plus_one); in CreateWhile32()
|