/prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/ |
numeric | 129 void iota(ForwardIterator first, ForwardIterator last, T value); 450 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value_)
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/ |
numeric | 129 void iota(ForwardIterator first, ForwardIterator last, T value); 450 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value_)
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/ |
numeric | 129 void iota(ForwardIterator first, ForwardIterator last, T value); 450 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value_)
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/ |
numeric | 129 void iota(ForwardIterator first, ForwardIterator last, T value); 450 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value_)
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/ |
numeric | 129 void iota(ForwardIterator first, ForwardIterator last, T value); 450 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value_)
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/ |
numeric | 129 void iota(ForwardIterator first, ForwardIterator last, T value); 450 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value_)
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/ |
numeric | 129 void iota(ForwardIterator first, ForwardIterator last, T value); 450 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value_)
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/ |
numeric | 129 void iota(ForwardIterator first, ForwardIterator last, T value); 450 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value_)
|
/prebuilts/go/darwin-x86/src/builtin/ |
builtin.go | 94 // iota is a predeclared identifier representing the untyped integer ordinal 97 const iota = 0 // Untyped int. const
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/ |
main.go | 113 fmt.Fprintln(w, "BlockInvalid BlockKind = iota") 136 fmt.Fprintln(w, "OpInvalid Op = iota") // make sure OpInvalid is 0.
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
util.go | 55 CheckExit = 1 << iota 232 writeExec = 1 << iota
|
/prebuilts/go/darwin-x86/src/go/types/ |
check.go | 54 iota constant.Value // value of iota in a constant declaration; nil otherwise
|
/prebuilts/go/darwin-x86/src/runtime/ |
runtime1.go | 19 tracebackCrash = 1 << iota 21 tracebackShift = iota
|
/prebuilts/go/linux-x86/src/builtin/ |
builtin.go | 94 // iota is a predeclared identifier representing the untyped integer ordinal 97 const iota = 0 // Untyped int. const
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/ |
main.go | 113 fmt.Fprintln(w, "BlockInvalid BlockKind = iota") 136 fmt.Fprintln(w, "OpInvalid Op = iota") // make sure OpInvalid is 0.
|
/prebuilts/go/linux-x86/src/cmd/dist/ |
util.go | 55 CheckExit = 1 << iota 232 writeExec = 1 << iota
|
/prebuilts/go/linux-x86/src/go/types/ |
check.go | 54 iota constant.Value // value of iota in a constant declaration; nil otherwise
|
/prebuilts/go/linux-x86/src/runtime/ |
runtime1.go | 19 tracebackCrash = 1 << iota 21 tracebackShift = iota
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/ |
numeric | 129 void iota(ForwardIterator first, ForwardIterator last, T value); 450 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value_)
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
batchtospace_op.cc | 92 std::iota(permutation.begin() + 1 + block_rank * 2, permutation.end(),
|
spacetobatch_op.cc | 122 std::iota(permutation.begin() + 1 + block_rank * 2, permutation.end(),
|
/external/tensorflow/tensorflow/compiler/tf2xla/lib/ |
util.cc | 171 std::iota(permutation.begin(), permutation.end(), 0);
|
/external/tensorflow/tensorflow/compiler/xla/ |
array4d_test.cc | 63 std::iota(filler.begin(), filler.end(), 0);
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
transfer_manager_test.cc | 94 std::iota(test_vector.begin(), test_vector.end(), 0);
|
vector_ops_reduce_test.cc | 72 std::iota(input.begin(), input.end(), 100.0f);
|