OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:equivalent
(Results
751 - 775
of
10360
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/llvm/lib/Target/X86/
X86FixupLEAs.cpp
47
/// try to replace it with an
equivalent
LEA instruction.
56
/// register with an
equivalent
LEA instruction.
61
/// on Silvermont try to replace it with an
equivalent
ADD instruction
82
///
equivalent
LEA, insert the new instruction into the basic block
91
/// replacing instructions by
equivalent
LEA instructions
327
// now to replace with an
equivalent
LEA...
/external/skia/src/core/
SkClipStack.h
214
//
equivalent
to a single rect intersection? IIOW, is the clip effectively a rectangle.
363
* This method quickly and conservatively determines whether the entire stack is
equivalent
to
367
*
equivalent
to a intersection with a rrect for draws within the bounds. The
370
* @param rrect If return is true rrect will contain the rrect
equivalent
to the stack.
371
* @param aa If return is true aa will indicate whether the
equivalent
rrect clip is
373
* @return true if the stack is
equivalent
to a single rrect intersect clip, false otherwise.
/external/skqp/src/core/
SkClipStack.h
214
//
equivalent
to a single rect intersection? IIOW, is the clip effectively a rectangle.
363
* This method quickly and conservatively determines whether the entire stack is
equivalent
to
367
*
equivalent
to a intersection with a rrect for draws within the bounds. The
370
* @param rrect If return is true rrect will contain the rrect
equivalent
to the stack.
371
* @param aa If return is true aa will indicate whether the
equivalent
rrect clip is
373
* @return true if the stack is
equivalent
to a single rrect intersect clip, false otherwise.
/external/tcpdump/
print-cnfp.c
77
uint16_t srcport; /* TCP/UDP source port or
equivalent
*/
78
uint16_t dstport; /* TCP/UDP source port or
equivalent
*/
109
uint16_t srcport; /* TCP/UDP source port or
equivalent
*/
110
uint16_t dstport; /* TCP/UDP source port or
equivalent
*/
143
uint16_t srcport; /* TCP/UDP source port or
equivalent
*/
144
uint16_t dstport; /* TCP/UDP source port or
equivalent
*/
/libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandleInfo.java
63
* Cracking must be done via a {@code Lookup} object
equivalent
to that which created
65
* an
equivalent
method handle.
184
// member and modifiers are an add-on, derived from Core Reflection (or the
equivalent
)
195
* @param lookup the lookup object that created this MethodHandleInfo, or one with
equivalent
access privileges
216
* This produces a result
equivalent
to:
268
* This produces a result
equivalent
to:
/libcore/ojluni/src/main/java/java/time/temporal/
TemporalUnit.java
199
* The period to be added may be negative, which is
equivalent
to subtraction.
201
* There are two
equivalent
ways of using this method.
205
* // these two lines are
equivalent
, but the second approach is recommended
218
* This provides
equivalent
, safe behavior for immutable and mutable implementations.
246
* There are two
equivalent
ways of using this method.
250
* // these two lines are
equivalent
/libcore/ojluni/src/main/java/java/util/
NavigableSet.java
178
* <p>The returned set has an ordering
equivalent
to
181
* view of {@code s} essentially
equivalent
to {@code s}.
189
*
Equivalent
in effect to {@code descendingSet().iterator()}.
294
* <p>
Equivalent
to {@code subSet(fromElement, true, toElement, false)}.
305
* <p>
Equivalent
to {@code headSet(toElement, false)}.
316
* <p>
Equivalent
to {@code tailSet(fromElement, true)}.
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
system_error
31
virtual bool
equivalent
(int code, const error_condition& condition) const noexcept;
32
virtual bool
equivalent
(const error_code& code, int condition) const noexcept;
401
virtual bool
equivalent
(int __code, const error_condition& __condition) const _NOEXCEPT;
402
virtual bool
equivalent
(const error_code& __code, int __condition) const _NOEXCEPT;
585
return __x.category().
equivalent
(__x.value(), __y)
586
|| __y.category().
equivalent
(__x, __y.value());
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h
36
/// Function 'VectorFnName' is
equivalent
to 'ScalarFnName' vectorized
160
/// Return true if the function F has a vector
equivalent
with vectorization
166
/// Return true if the function F has a vector
equivalent
with any
170
/// Return the name of the
equivalent
of F, vectorized with factor VF. If no
174
/// Return true if the function F has a scalar
equivalent
, and set VF to be
180
/// Return the name of the
equivalent
of F, scalarized. If no such mapping
/prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
system_error
31
virtual bool
equivalent
(int code, const error_condition& condition) const noexcept;
32
virtual bool
equivalent
(const error_code& code, int condition) const noexcept;
401
virtual bool
equivalent
(int __code, const error_condition& __condition) const _NOEXCEPT;
402
virtual bool
equivalent
(const error_code& __code, int __condition) const _NOEXCEPT;
585
return __x.category().
equivalent
(__x.value(), __y)
586
|| __y.category().
equivalent
(__x, __y.value());
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetLibraryInfo.h
26
/// Function 'VectorFnName' is
equivalent
to 'ScalarFnName' vectorized
150
/// Return true if the function F has a vector
equivalent
with vectorization
156
/// Return true if the function F has a vector
equivalent
with any
160
/// Return the name of the
equivalent
of F, vectorized with factor VF. If no
164
/// Return true if the function F has a scalar
equivalent
, and set VF to be
170
/// Return the name of the
equivalent
of F, scalarized. If no such mapping
/prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
system_error
31
virtual bool
equivalent
(int code, const error_condition& condition) const noexcept;
32
virtual bool
equivalent
(const error_code& code, int condition) const noexcept;
401
virtual bool
equivalent
(int __code, const error_condition& __condition) const _NOEXCEPT;
402
virtual bool
equivalent
(const error_code& __code, int __condition) const _NOEXCEPT;
585
return __x.category().
equivalent
(__x.value(), __y)
586
|| __y.category().
equivalent
(__x, __y.value());
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetLibraryInfo.h
26
/// Function 'VectorFnName' is
equivalent
to 'ScalarFnName' vectorized
150
/// Return true if the function F has a vector
equivalent
with vectorization
156
/// Return true if the function F has a vector
equivalent
with any
160
/// Return the name of the
equivalent
of F, vectorized with factor VF. If no
164
/// Return true if the function F has a scalar
equivalent
, and set VF to be
170
/// Return the name of the
equivalent
of F, scalarized. If no such mapping
/prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
system_error
31
virtual bool
equivalent
(int code, const error_condition& condition) const noexcept;
32
virtual bool
equivalent
(const error_code& code, int condition) const noexcept;
402
virtual bool
equivalent
(int __code, const error_condition& __condition) const _NOEXCEPT;
403
virtual bool
equivalent
(const error_code& __code, int __condition) const _NOEXCEPT;
586
return __x.category().
equivalent
(__x.value(), __y)
587
|| __y.category().
equivalent
(__x, __y.value());
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetLibraryInfo.h
26
/// Function 'VectorFnName' is
equivalent
to 'ScalarFnName' vectorized
150
/// Return true if the function F has a vector
equivalent
with vectorization
156
/// Return true if the function F has a vector
equivalent
with any
160
/// Return the name of the
equivalent
of F, vectorized with factor VF. If no
164
/// Return true if the function F has a scalar
equivalent
, and set VF to be
170
/// Return the name of the
equivalent
of F, scalarized. If no such mapping
/prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
system_error
31
virtual bool
equivalent
(int code, const error_condition& condition) const noexcept;
32
virtual bool
equivalent
(const error_code& code, int condition) const noexcept;
402
virtual bool
equivalent
(int __code, const error_condition& __condition) const _NOEXCEPT;
403
virtual bool
equivalent
(const error_code& __code, int __condition) const _NOEXCEPT;
586
return __x.category().
equivalent
(__x.value(), __y)
587
|| __y.category().
equivalent
(__x, __y.value());
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetLibraryInfo.h
26
/// Function 'VectorFnName' is
equivalent
to 'ScalarFnName' vectorized
150
/// Return true if the function F has a vector
equivalent
with vectorization
156
/// Return true if the function F has a vector
equivalent
with any
160
/// Return the name of the
equivalent
of F, vectorized with factor VF. If no
164
/// Return true if the function F has a scalar
equivalent
, and set VF to be
170
/// Return the name of the
equivalent
of F, scalarized. If no such mapping
/prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
system_error
31
virtual bool
equivalent
(int code, const error_condition& condition) const noexcept;
32
virtual bool
equivalent
(const error_code& code, int condition) const noexcept;
402
virtual bool
equivalent
(int __code, const error_condition& __condition) const _NOEXCEPT;
403
virtual bool
equivalent
(const error_code& __code, int __condition) const _NOEXCEPT;
586
return __x.category().
equivalent
(__x.value(), __y)
587
|| __y.category().
equivalent
(__x, __y.value());
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetLibraryInfo.h
26
/// Function 'VectorFnName' is
equivalent
to 'ScalarFnName' vectorized
150
/// Return true if the function F has a vector
equivalent
with vectorization
156
/// Return true if the function F has a vector
equivalent
with any
160
/// Return the name of the
equivalent
of F, vectorized with factor VF. If no
164
/// Return true if the function F has a scalar
equivalent
, and set VF to be
170
/// Return the name of the
equivalent
of F, scalarized. If no such mapping
/prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
system_error
31
virtual bool
equivalent
(int code, const error_condition& condition) const noexcept;
32
virtual bool
equivalent
(const error_code& code, int condition) const noexcept;
402
virtual bool
equivalent
(int __code, const error_condition& __condition) const _NOEXCEPT;
403
virtual bool
equivalent
(const error_code& __code, int __condition) const _NOEXCEPT;
586
return __x.category().
equivalent
(__x.value(), __y)
587
|| __y.category().
equivalent
(__x, __y.value());
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetLibraryInfo.h
26
/// Function 'VectorFnName' is
equivalent
to 'ScalarFnName' vectorized
150
/// Return true if the function F has a vector
equivalent
with vectorization
156
/// Return true if the function F has a vector
equivalent
with any
160
/// Return the name of the
equivalent
of F, vectorized with factor VF. If no
164
/// Return true if the function F has a scalar
equivalent
, and set VF to be
170
/// Return the name of the
equivalent
of F, scalarized. If no such mapping
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
system_error
31
virtual bool
equivalent
(int code, const error_condition& condition) const noexcept;
32
virtual bool
equivalent
(const error_code& code, int condition) const noexcept;
401
virtual bool
equivalent
(int __code, const error_condition& __condition) const _NOEXCEPT;
402
virtual bool
equivalent
(const error_code& __code, int __condition) const _NOEXCEPT;
585
return __x.category().
equivalent
(__x.value(), __y)
586
|| __y.category().
equivalent
(__x, __y.value());
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h
36
/// Function 'VectorFnName' is
equivalent
to 'ScalarFnName' vectorized
160
/// Return true if the function F has a vector
equivalent
with vectorization
166
/// Return true if the function F has a vector
equivalent
with any
170
/// Return the name of the
equivalent
of F, vectorized with factor VF. If no
174
/// Return true if the function F has a scalar
equivalent
, and set VF to be
180
/// Return the name of the
equivalent
of F, scalarized. If no such mapping
/prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
system_error
31
virtual bool
equivalent
(int code, const error_condition& condition) const noexcept;
32
virtual bool
equivalent
(const error_code& code, int condition) const noexcept;
401
virtual bool
equivalent
(int __code, const error_condition& __condition) const _NOEXCEPT;
402
virtual bool
equivalent
(const error_code& __code, int __condition) const _NOEXCEPT;
585
return __x.category().
equivalent
(__x.value(), __y)
586
|| __y.category().
equivalent
(__x, __y.value());
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetLibraryInfo.h
26
/// Function 'VectorFnName' is
equivalent
to 'ScalarFnName' vectorized
150
/// Return true if the function F has a vector
equivalent
with vectorization
156
/// Return true if the function F has a vector
equivalent
with any
160
/// Return the name of the
equivalent
of F, vectorized with factor VF. If no
164
/// Return true if the function F has a scalar
equivalent
, and set VF to be
170
/// Return the name of the
equivalent
of F, scalarized. If no such mapping
Completed in 1542 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>