OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:integral
(Results
151 - 175
of
1168
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/testapps/testProjectTest/testapp/
build.xml
25
This file is an
integral
part of the build system for your
47
This file is an
integral
part of the build system for your
/sdk/testapps/testProjectTest/testlib/
build.xml
25
This file is an
integral
part of the build system for your
47
This file is an
integral
part of the build system for your
/external/clang/test/Analysis/
pr_4164.c
31
// ElementRegion itself has elements whose type are
integral
(essentially raw
/external/clang/test/CodeGen/
le32-regparm.c
21
// non-
integral
type consumes remaining available registers.
/external/clang/test/SemaCXX/
enum-unscoped-nonexistent.cpp
26
static_assert(S<char>().g() == 1, ""); // expected-note {{here}} expected-error {{not an
integral
constant expression}} expected-note {{undefined}}
static-assert.cpp
5
static_assert(f(), "f"); // expected-error {{static_assert expression is not an
integral
constant expression}} expected-note {{non-constexpr function 'f' cannot be used in a constant expression}}
switch.cpp
19
operator int(); // expected-note{{conversion to
integral
type}}
/libcore/luni/src/main/java/org/w3c/dom/
DOMImplementationList.java
19
* <code>DOMImplementationList</code> are accessible via an
integral
index,
DOMStringList.java
19
* <code>DOMStringList</code> are accessible via an
integral
index, starting
NodeList.java
19
* <p>The items in the <code>NodeList</code> are accessible via an
integral
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
flags.h
126
/* True if overflow wraps around for the given
integral
type. That
131
/* True if overflow is undefined for the given
integral
type. We may
142
/* True if overflow for the given
integral
type should issue a
machmode.h
46
/* Nonzero if MODE is an
integral
mode. */
74
/* Nonzero if MODE is a scalar
integral
mode. */
187
/* Get the number of
integral
bits of an object of mode MODE. */
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
flags.h
126
/* True if overflow wraps around for the given
integral
type. That
131
/* True if overflow is undefined for the given
integral
type. We may
142
/* True if overflow for the given
integral
type should issue a
machmode.h
46
/* Nonzero if MODE is an
integral
mode. */
74
/* Nonzero if MODE is a scalar
integral
mode. */
187
/* Get the number of
integral
bits of an object of mode MODE. */
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
flags.h
126
/* True if overflow wraps around for the given
integral
type. That
131
/* True if overflow is undefined for the given
integral
type. We may
142
/* True if overflow for the given
integral
type should issue a
machmode.h
46
/* Nonzero if MODE is an
integral
mode. */
74
/* Nonzero if MODE is a scalar
integral
mode. */
187
/* Get the number of
integral
bits of an object of mode MODE. */
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
flags.h
126
/* True if overflow wraps around for the given
integral
type. That
131
/* True if overflow is undefined for the given
integral
type. We may
142
/* True if overflow for the given
integral
type should issue a
machmode.h
46
/* Nonzero if MODE is an
integral
mode. */
74
/* Nonzero if MODE is a scalar
integral
mode. */
187
/* Get the number of
integral
bits of an object of mode MODE. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/decimal/
decimal
72
/// Non-conforming extension: Conversion to
integral
type.
242
// 3.2.2.4 Conversion from
integral
type.
253
// 3.2.2.5 Conversion to
integral
type. (DISABLED)
325
// 3.2.3.4 Conversion from
integral
type.
336
// 3.2.3.5 Conversion to
integral
type. (DISABLED)
409
// 3.2.4.4 Conversion from
integral
type.
420
// 3.2.4.5 Conversion to
integral
type. (DISABLED)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/decimal/
decimal
72
/// Non-conforming extension: Conversion to
integral
type.
242
// 3.2.2.4 Conversion from
integral
type.
253
// 3.2.2.5 Conversion to
integral
type. (DISABLED)
325
// 3.2.3.4 Conversion from
integral
type.
336
// 3.2.3.5 Conversion to
integral
type. (DISABLED)
409
// 3.2.4.4 Conversion from
integral
type.
420
// 3.2.4.5 Conversion to
integral
type. (DISABLED)
/external/clang/test/SemaObjC/
format-strings-objc.m
221
NSLog(@"no specifiers", dict[CFSTR("abc")]); // expected-error{{indexing expression is invalid because subscript type 'CFStringRef' (aka 'const struct __CFString *') is not an
integral
or Objective-C pointer type}}
222
NSLog(@"%@", dict[CFSTR("abc")]); // expected-error{{indexing expression is invalid because subscript type 'CFStringRef' (aka 'const struct __CFString *') is not an
integral
or Objective-C pointer type}}
223
NSLog(@"%@ %@", dict[CFSTR("abc")]); // expected-error{{indexing expression is invalid because subscript type 'CFStringRef' (aka 'const struct __CFString *') is not an
integral
or Objective-C pointer type}}
225
[Foo fooWithFormat:@"no specifiers", dict[CFSTR("abc")]]; // expected-error{{indexing expression is invalid because subscript type 'CFStringRef' (aka 'const struct __CFString *') is not an
integral
or Objective-C pointer type}}
226
[Foo fooWithFormat:@"%@", dict[CFSTR("abc")]]; // expected-error{{indexing expression is invalid because subscript type 'CFStringRef' (aka 'const struct __CFString *') is not an
integral
or Objective-C pointer type}}
227
[Foo fooWithFormat:@"%@ %@", dict[CFSTR("abc")]]; // expected-error{{indexing expression is invalid because subscript type 'CFStringRef' (aka 'const struct __CFString *') is not an
integral
or Objective-C pointer type}} expected-warning{{more '%' conversions than data arguments}}
/external/compiler-rt/
README.txt
31
//
Integral
bit manipulation
62
//
Integral
arithmetic
87
//
Integral
arithmetic with trapping overflow
110
//
Integral
arithmetic which returns if overflow
118
//
Integral
comparison: a < b -> 0
127
//
Integral
/ floating point conversion
/bionic/libm/man/
lround.3
37
.Nd "convert to nearest
integral
value"
/bionic/libm/src/
s_lround.c
46
* all values that are out of range are
integral
, so we might as well assume
s_modff.c
38
if((i0&i)==0) { /* x is
integral
*/
Completed in 353 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>