OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unary
(Results
26 - 50
of
201
) sorted by null
1
2
3
4
5
6
7
8
9
/external/proguard/src/proguard/evaluation/value/
UnknownDoubleValue.java
30
// Basic
unary
methods.
UnknownFloatValue.java
30
// Basic
unary
methods.
UnknownIntegerValue.java
30
// Basic
unary
methods.
UnknownLongValue.java
30
// Basic
unary
methods.
ParticularDoubleValue.java
50
// Implementations of
unary
methods of DoubleValue.
ParticularFloatValue.java
50
// Implementations of
unary
methods of FloatValue.
SpecificDoubleValue.java
30
// Implementations of
unary
methods of DoubleValue.
SpecificFloatValue.java
30
// Implementations of
unary
methods of FloatValue.
ParticularIntegerValue.java
50
// Implementations of
unary
methods of IntegerValue.
ParticularLongValue.java
50
// Implementations of
unary
methods of LongValue.
SpecificIntegerValue.java
30
// Implementations of
unary
methods of IntegerValue.
SpecificLongValue.java
30
// Implementations of
unary
methods of LongValue.
/external/stlport/test/unit/
unary_test.cpp
2
#include "
unary
.h"
/external/v8/test/mjsunit/compiler/
short-circuit.js
82
//
Unary
not in value context.
85
//
Unary
not in value/test context.
89
//
Unary
not in test/value context.
unary-add.js
28
// Test
unary
addition in various contexts.
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ufunction.h
100
/// \brief Wrapper object for
unary
function pointers.
153
/// \brief Wraps a
unary
function to return its logical negative.
181
/// \brief Converts a binary function to a
unary
function
200
/// \brief Converts a binary function to a
unary
function
219
/// Converts \p pfn into a
unary
function by binding the first argument to \p v.
228
/// Converts \p pfn into a
unary
function by binding the second argument to \p v.
241
/// \brief Chains two
unary
functions together.
270
/// \brief Chains two
unary
functions through a binary function.
/dalvik/docs/opcodes/
opcode-7b-unop.html
17
Perform the identified
unary
operation on the source register, storing the
/external/e2fsprogs/intl/
plural-exp.h
42
/*
Unary
operators: */
/external/stlport/src/
warning_disable.h
42
# pragma warning( disable : 4146 ) /*
unary
minus applied to unsigned type */
/external/stlport/stlport/stl/config/
_warnings_off.h
37
# pragma warning( disable : 4146 ) //
unary
minus operator applied to unsigned type, result still unsigned
/external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.1-3.js
61
// +<white space>+ should be interpreted as the
unary
+ operator twice, not as a post or prefix increment operator
/system/core/libacc/
FEATURES
19
*
Unary
operators: '&', '*' (pointer indirection), '-'
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
Compiler.java
222
* Bottle-neck compilation of a
unary
operation.
224
* @param
unary
The parent
unary
operation.
227
* @return The
unary
argument.
231
private Expression compileUnary(UnaryOperation
unary
, int opPos)
237
unary
.setRight(compile(rightPos));
239
return
unary
;
439
* Compile a
unary
'-' operation.
[
all
...]
/external/bison/tests/
existing.at
66
%right '!'
UNARY
260
| '!' regexp %prec
UNARY
276
| '!' regexp %prec
UNARY
299
: '!' simp_exp %prec
UNARY
311
| '-' simp_exp %prec
UNARY
312
| '+' simp_exp %prec
UNARY
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.4.3.js
25
Description: typeof evaluates
unary
expressions:
Completed in 53 milliseconds
1
2
3
4
5
6
7
8
9