OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:integral
(Results
26 - 50
of
1168
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
resource.h
27
long ru_ixrss; /*
integral
shared memory size */
28
long ru_idrss; /*
integral
unshared data size */
29
long ru_isrss; /*
integral
unshared stack size */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
resource.h
27
long ru_ixrss; /*
integral
shared memory size */
28
long ru_idrss; /*
integral
unshared data size */
29
long ru_isrss; /*
integral
unshared stack size */
/bionic/libm/man/
round.3
34
.Nd round to nearest
integral
value
51
functions return the nearest
integral
value to
55
lies halfway between two
integral
values, then these
56
functions return the
integral
value with the larger
/bionic/libm/src/
s_ceil.c
19
* Return x rounded toward -inf to
integral
value
46
if(((i0&i)|i1)==0) return x; /* x is
integral
*/
54
else return x; /* x is
integral
*/
57
if((i1&i)==0) return x; /* x is
integral
*/
s_floor.c
19
* Return x rounded toward -inf to
integral
value
47
if(((i0&i)|i1)==0) return x; /* x is
integral
*/
55
else return x; /* x is
integral
*/
58
if((i1&i)==0) return x; /* x is
integral
*/
s_trunc.c
18
* Return x rounded toward 0 to
integral
value
45
if(((i0&i)|i1)==0) return x; /* x is
integral
*/
52
else return x; /* x is
integral
*/
55
if((i1&i)==0) return x; /* x is
integral
*/
s_floorf.c
22
* Return x rounded toward -inf to
integral
value
50
if((i0&i)==0) return x; /* x is
integral
*/
58
else return x; /* x is
integral
*/
s_modf.c
19
* return fraction part of x, and return x's
integral
part in *iptr.
45
if(((i0&i)|i1)==0) { /* x is
integral
*/
64
if((i1&i)==0) { /* x is
integral
*/
s_truncl.c
20
* Return x rounded toward 0 to
integral
value
54
return (x); /* x is
integral
*/
63
return (x); /* x is
integral
*/
s_rint.c
19
* Return x rounded to
integral
value according to the prevailing
59
if(((i0&i)|i1)==0) return x; /* x is
integral
*/
77
else return x; /* x is
integral
*/
80
if((i1&i)==0) return x; /* x is
integral
*/
/external/fdlibm/
s_ceil.c
16
* Return x rounded toward -inf to
integral
value
51
if(((i0&i)|i1)==0) return x; /* x is
integral
*/
59
else return x; /* x is
integral
*/
62
if((i1&i)==0) return x; /* x is
integral
*/
s_floor.c
16
* Return x rounded toward -inf to
integral
value
52
if(((i0&i)|i1)==0) return x; /* x is
integral
*/
60
else return x; /* x is
integral
*/
63
if((i1&i)==0) return x; /* x is
integral
*/
s_modf.c
16
* return fraction part of x, and return x's
integral
part in *iptr.
51
if(((i0&i)|i1)==0) { /* x is
integral
*/
69
if((i1&i)==0) { /* x is
integral
*/
s_rint.c
16
* Return x rounded to
integral
value according to the prevailing
64
if(((i0&i)|i1)==0) return x; /* x is
integral
*/
73
else return x; /* x is
integral
*/
76
if((i1&i)==0) return x; /* x is
integral
*/
/external/clang/test/CXX/expr/
p9.cpp
14
//
integral
promotions
32
//
integral
overloads
/external/blktrace/
strverscmp.c
36
"
integral
" and "fractional" (those begin with a '0'). The types
41
integral
/
integral
: we compare values as you would expect.
44
fractional/
integral
: the fractional part is less than the
integral
one.
59
@result{} >0 // @r{fractional part inferior to
integral
one.}
72
/* states: S_N: normal, S_I: comparing
integral
part, S_F: comparing
/external/clang/test/Sema/
atomic-ops.c
25
_Static_assert(__c11_atomic_is_lock_free(3), ""); // expected-error {{not an
integral
constant expression}}
28
_Static_assert(__c11_atomic_is_lock_free(16), ""); // expected-error {{not an
integral
constant expression}}
29
_Static_assert(__c11_atomic_is_lock_free(17), ""); // expected-error {{not an
integral
constant expression}}
33
_Static_assert(__atomic_is_lock_free(3, 0), ""); // expected-error {{not an
integral
constant expression}}
36
_Static_assert(__atomic_is_lock_free(16, 0), ""); // expected-error {{not an
integral
constant expression}}
37
_Static_assert(__atomic_is_lock_free(17, 0), ""); // expected-error {{not an
integral
constant expression}}
47
_Static_assert(__atomic_is_lock_free(2, &i8), ""); // expected-error {{not an
integral
constant expression}}
50
_Static_assert(__atomic_is_lock_free(4, &i16), ""); // expected-error {{not an
integral
constant expression}}
53
_Static_assert(__atomic_is_lock_free(8, &i32), ""); // expected-error {{not an
integral
constant expression}}
/external/clang/test/SemaCXX/
i-c-e-cxx.cpp
3
// C++-specific tests for
integral
constant expressions.
21
case t:; // expected-error {{not an
integral
constant expression}} expected-note {{initializer of 't' is not a constant expression}}
61
// This isn't an
integral
constant expression, but make sure it folds anyway.
/development/ndk/samples/hello-neon/
build.properties
4
#
integral
to the build system of your project.
/development/samples/training/basic/ActivityLifecycle/
ant.properties
4
#
integral
to the build system of your project.
build.properties
4
#
integral
to the build system of your project.
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
p2.cpp
19
typename S<i>::T check4; // expected-error {{not an
integral
constant expression}} expected-error {{qualified name}}
/external/llvm/test/Assembler/
ConstantExprFoldCast.ll
7
@C = global i32 trunc (i64 42 to i32) ;
Integral
casts
/external/stlport/src/
warning_disable.h
59
# pragma warning( disable : 1682 ) /* implicit conversion of a 64-bit
integral
type to a smaller
integral
type */
60
# pragma warning( disable : 1683 ) /* explicit conversion of a 64-bit
integral
type to a smaller
integral
type */
/ndk/sources/cxx-stl/stlport/src/
warning_disable.h
59
# pragma warning( disable : 1682 ) /* implicit conversion of a 64-bit
integral
type to a smaller
integral
type */
60
# pragma warning( disable : 1683 ) /* explicit conversion of a 64-bit
integral
type to a smaller
integral
type */
Completed in 220 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>