HomeSort by relevance Sort by last modified time
    Searched defs:forward (Results 26 - 50 of 467) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/snakeyaml/src/test/java/org/pyyaml/
PyReaderTest.java 40 stream.forward();
  /external/tensorflow/tensorflow/python/eager/
tape_test.py 88 def forward(a, b): function in function:TapeTest.testBasicFunctional
94 da, = backprop.gradients_function(forward, ['a'])(aa, bb)
102 def forward(a, b): function in function:TapeTest.testBasicFunctionalPositionalArg
108 da, = backprop.gradients_function(forward, [0])(aa, bb)
116 def forward(a, b): function in function:TapeTest.testBasicFunctionalWithValue
122 val, (da,) = backprop.val_and_grad_function(forward, ['a'])(aa, bb)
127 self.assertAllEqual(val, forward(aa, bb))
  /prebuilts/go/darwin-x86/src/runtime/
memmove_386.s 70 * forward copy loop
72 forward: label
103 JLS forward
memmove_amd64.s 45 // direction is forward.
77 * forward copy loop
79 forward: label
113 JLS forward
287 // The first one for non-ovelapped memory regions. It uses forward copying.
385 // There is forward copying for big regions.
443 // Backward copying is about the same as the forward one.
  /prebuilts/go/linux-x86/src/runtime/
memmove_386.s 70 * forward copy loop
72 forward: label
103 JLS forward
memmove_amd64.s 45 // direction is forward.
77 * forward copy loop
79 forward: label
113 JLS forward
287 // The first one for non-ovelapped memory regions. It uses forward copying.
385 // There is forward copying for big regions.
443 // Backward copying is about the same as the forward one.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/numeric.ops/transform.reduce/
transform_reduce_iter_iter_init_bop_uop.pass.cpp 35 _NOEXCEPT_(noexcept(_VSTD::forward<_Tp>(__x)))
36 -> decltype (_VSTD::forward<_Tp>(__x)) function in struct:identity
37 { return _VSTD::forward<_Tp>(__x); }
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
is_transparent.h 22 noexcept(noexcept(std::forward<T>(t) < std::forward<U>(u)))
23 -> decltype (std::forward<T>(t) < std::forward<U>(u)) function in class:transparent_less::std
24 { return std::forward<T>(t) < std::forward<U>(u); }
32 noexcept(noexcept(std::forward<T>(t) < std::forward<U>(u)))
33 -> decltype (std::forward<T>(t) < std::forward<U>(u) function in class:transparent_less_not_referenceable::std
43 -> decltype (std::forward<T>(t) < std::forward<U>(u)) function in class:transparent_less_no_type::std
54 -> decltype (std::forward<T>(t) < std::forward<U>(u)) function in class:transparent_less_private::std
65 -> decltype (std::forward<T>(t) < std::forward<U>(u)) function in class:transparent_less_not_a_type::std
    [all...]
  /external/clang/test/SemaCXX/
rval-references-examples.cpp 47 template <class T> T&& forward(typename remove_reference<T>::type& t) { function
51 template <class T> T&& forward(typename remove_reference<T>::type&& t) { function
57 return unique_ptr<T>(new T(forward<Args>(args)...));
100 void forward(F f, Args &&...args) { function in namespace:perfect_forwarding
107 forward(F0(), get<A&>(), get<A const&>(), get<A>(), get<const A>(),
109 forward(F0(), get<A&>(), get<A const&>(), get<A>(), get<const A>(), // expected-note{{in instantiation of function template specialization 'perfect_forwarding::forward<perfect_forwarding::F0, perfect_forwarding::A &, const perfect_forwarding::A &, perfect_forwarding::A, const perfect_forwarding::A, const perfect_forwarding::A, const perfect_forwarding::A>' requested here}}
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/
BiMapInverseTester.java 47 assertEquals(pair.forward, copy.forward);
49 assertSame(copy.backward, copy.forward.inverse());
50 assertSame(copy.forward, copy.backward.inverse());
54 final BiMap<K, V> forward; field in class:BiMapInverseTester.BiMapPair
58 this.forward = original;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
BiMapInverseTester.java 52 assertEquals(pair.forward, copy.forward);
54 assertSame(copy.backward, copy.forward.inverse());
55 assertSame(copy.forward, copy.backward.inverse());
59 final BiMap<K, V> forward; field in class:BiMapInverseTester.BiMapPair
63 this.forward = original;
  /external/mesa3d/src/gallium/state_trackers/nine/
iunknown.h 50 boolean forward; /* whether to forward references to the container */ member in struct:NineUnknown
54 * forward is set to false for the swapchain case.
55 * If forward is set, refs are passed to the container if forward is set
142 if (b == 1 && This->forward)
153 if (b == 0 && This->forward)
172 assert(This->container && !This->forward);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/numeric.ops/transform.inclusive.scan/
transform_inclusive_scan_bop_uop.pass.cpp 39 _NOEXCEPT_(noexcept(_VSTD::forward<_Tp>(__x)))
40 -> decltype (_VSTD::forward<_Tp>(__x)) function in struct:identity
41 { return _VSTD::forward<_Tp>(__x); }
transform_inclusive_scan_bop_uop_init.pass.cpp 39 _NOEXCEPT_(noexcept(_VSTD::forward<_Tp>(__x)))
40 -> decltype (_VSTD::forward<_Tp>(__x)) function in struct:identity
41 { return _VSTD::forward<_Tp>(__x); }
  /system/bt/btif/co/
bta_pan_co.cc 160 bool forward; local
176 p_buf = bta_pan_ci_readbuf(handle, src, dst, &protocol, &ext, &forward);
189 forward);
232 UNUSED_ATTR bool ext, UNUSED_ATTR bool forward) {
255 UNUSED_ATTR bool forward) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
StepNormalizer.java 69 private boolean forward; field in class:StepNormalizer
99 forward = true;
126 forward = interpolator.getCurrentTime() >= lastTime;
127 if (! forward) {
134 boolean nextInStep = forward ^ (nextTime > interpolator.getCurrentTime());
149 nextInStep = forward ^ (nextTime > interpolator.getCurrentTime());
  /external/guava/guava/src/com/google/common/collect/
DescendingImmutableSortedSet.java 29 private final ImmutableSortedSet<E> forward; field in class:DescendingImmutableSortedSet
31 DescendingImmutableSortedSet(ImmutableSortedSet<E> forward) {
32 super(Ordering.from(forward.comparator()).reverse());
33 this.forward = forward;
38 return forward.size();
43 return forward.descendingIterator();
48 return forward.tailSet(toElement, inclusive).descendingSet();
54 return forward.subSet(toElement, toInclusive, fromElement, fromInclusive).descendingSet();
59 return forward.headSet(fromElement, inclusive).descendingSet()
    [all...]
  /external/guava/guava/src/com/google/common/primitives/
Primitives.java 62 private static void add(Map<Class<?>, Class<?>> forward,
64 forward.put(key, value);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
RegisterScavenging.h 84 /// forward - Move the internal MBB iterator and update register states.
85 void forward();
87 /// forward - Move the internal MBB iterator and update register states until
89 void forward(MachineBasicBlock::iterator I) { function in class:llvm::RegScavenger
90 if (!Tracking && MBB->begin() != I) forward();
91 while (MBBI != I) forward();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/numeric.ops/transform.exclusive.scan/
transform_exclusive_scan_init_bop_uop.pass.cpp 39 _NOEXCEPT_(noexcept(_VSTD::forward<_Tp>(__x)))
40 -> decltype (_VSTD::forward<_Tp>(__x)) function in struct:identity
41 { return _VSTD::forward<_Tp>(__x); }
  /system/bt/stack/pan/
pan_main.cc 387 bool forward; local
444 forward = true;
446 forward = false;
451 forward);
483 bool forward = false; local
508 forward = true;
510 forward = false;
529 ext, forward);
532 ext, forward);
558 forward);
    [all...]
  /test/vti/dashboard/src/main/java/com/android/vts/servlet/
ShowProfilingListServlet.java 71 dispatcher.forward(request, response);
ShowReleaseServlet.java 72 dispatcher.forward(request, response);
ShowTestAcknowledgmentServlet.java 79 dispatcher.forward(request, response);
  /external/adhd/scripts/mic_testing/frontend/
analysis.js 42 fft.forward(tmpBuffer);
291 fftLeft.forward(leftData);
293 fftRight.forward(rightData);
397 * Performs a forward transform on the sample buffer.
403 FFT.prototype.forward = function(buffer) { method in class:FFT

Completed in 605 milliseconds

12 3 4 5 6 7 8 91011>>