OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numeric
(Results
26 - 50
of
1607
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
TypeResolver.java
40
* AST visitor to add
numeric
expressions to the syntax tree.
44
* default these are treated as string expressions unless one of the operands is
numeric
, in which
45
* case the original expression is replaced with its
numeric
equivalent. This behavior seems to
59
* When we process the left-hand-side sub-expression {@code #a + b} it is turned into a
numeric
60
* addition (due to the forced
numeric
value on the left). Then when we process the main expression
61
* we propagate the
numeric
type into it.
73
* concatenation and not
numeric
addition).
108
* Determines whether the given (sub)expression is
numeric
, which in turn means that its parent
109
* expression should be treated as
numeric
if possible.
112
return node instanceof ANumericExpression // forced
numeric
(#a
[
all
...]
/external/jsr305/ri/src/main/java/javax/annotation/meta/
TypeQualifier.java
21
*
numeric
class is provided (e.g., Number.class or Integer.class) then the
22
* annotation can also be applied to the corresponding primitive
numeric
/external/iptables/extensions/
libip6t_dst.man
7
numeric
type of option and the length of the option data in octets.
libip6t_hbh.man
7
numeric
type of option and the length of the option data in octets.
libipt_icmp.man
5
This allows specification of the ICMP type, which can be a
numeric
libxt_dccp.c
141
print_port(uint16_t port, int
numeric
)
145
if (
numeric
|| (service = port_to_service(port)) == NULL)
153
int invert, int
numeric
)
161
print_port(min,
numeric
);
164
print_port(min,
numeric
);
166
print_port(max,
numeric
);
172
print_types(uint16_t types, int inverted, int
numeric
)
190
if (
numeric
)
200
print_option(uint8_t option, int invert, int
numeric
)
207
dccp_print(const void *ip, const struct xt_entry_match *match, int
numeric
)
[
all
...]
libxt_owner.c
290
uint8_t flag, bool
numeric
)
300
if (!
numeric
) {
312
if (!
numeric
) {
339
uint8_t flag, bool
numeric
)
349
if (!
numeric
) {
361
if (!
numeric
) {
384
uint8_t flag, bool
numeric
)
398
} else if (!
numeric
) {
414
} else if (!
numeric
) {
429
int
numeric
)
[
all
...]
libxt_CLASSIFY.c
46
CLASSIFY_print_class(unsigned int priority, int
numeric
)
54
int
numeric
)
59
CLASSIFY_print_class(clinfo->priority,
numeric
);
libip6t_icmp6.man
5
This allows specification of the ICMPv6 type, which can be a
numeric
libip6t_mh.man
6
a
numeric
MH
/external/stlport/test/unit/
divides_test.cpp
1
#include <
numeric
>
times_test.cpp
2
#include <
numeric
>
/ndk/tests/device/test-gnustl-full/unit/
divides_test.cpp
1
#include <
numeric
>
times_test.cpp
2
#include <
numeric
>
/ndk/tests/device/test-stlport/unit/
divides_test.cpp
1
#include <
numeric
>
times_test.cpp
2
#include <
numeric
>
/external/clang/test/SemaCXX/
namespace.cpp
73
namespace
numeric
{
namespace in namespace:PR6620
82
namespace
numeric
{
namespace in namespace:PR6620
89
{
numeric
::greater(l, r); }
/external/jsilver/src/com/google/clearsilver/jsilver/functions/numeric/
AbsFunction.java
17
package com.google.clearsilver.jsilver.functions.
numeric
;
26
* Returns the absolute value of the
numeric
expressions.
31
* @param args Single
numeric
value
MaxFunction.java
17
package com.google.clearsilver.jsilver.functions.
numeric
;
26
* Returns the larger of two
numeric
expressions.
31
* @param args Two
numeric
values
MinFunction.java
17
package com.google.clearsilver.jsilver.functions.
numeric
;
26
* Returns the smaller of two
numeric
expressions.
31
* @param args Two
numeric
values
/external/llvm/test/Feature/
constpointer.ll
19
global float * @2 ;; Forward
numeric
reference
20
global float * @2 ;; Duplicate forward
numeric
reference
22
global float * @2 ;;
Numeric
reference
/external/llvm/test/Integer/
constpointer_bt.ll
19
global float * @2 ;; Forward
numeric
reference
20
global float * @2 ;; Duplicate forward
numeric
reference
22
global float * @2 ;;
Numeric
reference
/external/icu4c/i18n/unicode/
measure.h
48
* Construct an object with the given
numeric
amount and the given
51
* @param number a
numeric
object; amount.isNumeric() must be TRUE
93
* Return a reference to the
numeric
value of this object. The
94
*
numeric
value may be of any
numeric
type supported by
115
* The
numeric
value of this object, e.g. 2.54 or 100.
/external/clang/INPUTS/
all-std-headers.cpp
38
#include <
numeric
>
/external/iproute2/doc/
do-psnup
5
# $4 = Number of pages to fit on a single sheet . "
numeric
"
Completed in 927 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>