OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:integral
(Results
351 - 375
of
1168
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
cpp_type_traits.h
47
// Why
integral
expressions, and not functions nor types?
50
// We're left with types and constant
integral
expressions.
postypes.h
97
///
Integral
type for I/O operation counts and buffer sizes.
98
typedef ptrdiff_t streamsize; // Signed
integral
type
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
cpp_type_traits.h
47
// Why
integral
expressions, and not functions nor types?
50
// We're left with types and constant
integral
expressions.
postypes.h
97
///
Integral
type for I/O operation counts and buffer sizes.
98
typedef ptrdiff_t streamsize; // Signed
integral
type
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
cpp_type_traits.h
47
// Why
integral
expressions, and not functions nor types?
50
// We're left with types and constant
integral
expressions.
postypes.h
97
///
Integral
type for I/O operation counts and buffer sizes.
98
typedef ptrdiff_t streamsize; // Signed
integral
type
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
cpp_type_traits.h
47
// Why
integral
expressions, and not functions nor types?
50
// We're left with types and constant
integral
expressions.
postypes.h
97
///
Integral
type for I/O operation counts and buffer sizes.
98
typedef ptrdiff_t streamsize; // Signed
integral
type
/prebuilts/tools/common/proguard/proguard4.7/examples/ant/
android-8.xml
23
This file is an
integral
part of the build system for your
31
This file is an
integral
part of the build system for your
/external/clang/include/clang/Sema/
Overload.h
65
ICK_Integral_Promotion, ///<
Integral
promotions (C++ 4.5)
68
ICK_Integral_Conversion, ///<
Integral
conversions (C++ 4.7)
71
ICK_Floating_Integral, ///< Floating-
integral
conversions (C++ 4.9)
147
/// Second - The second conversion can be an
integral
promotion,
148
/// floating point promotion,
integral
conversion, floating point
149
/// conversion, floating-
integral
conversion, pointer conversion,
/external/libmtp/m4/
stdint.m4
665
/* Minimum of signed
integral
types. */
670
/* Maximum of signed
integral
types. */
676
/* Maximum of unsigned
integral
types. */
682
/* Minimum of signed
integral
types having a minimum size. */
687
/* Maximum of signed
integral
types having a minimum size. */
693
/* Maximum of unsigned
integral
types having a minimum size. */
/external/libvpx/nestegg/m4/
ax_create_stdint_h.m4
628
/* Minimum of signed
integral
types. */
633
/* Maximum of signed
integral
types. */
639
/* Maximum of unsigned
integral
types. */
645
/* Minimum of signed
integral
types having a minimum size. */
650
/* Maximum of signed
integral
types having a minimum size. */
656
/* Maximum of unsigned
integral
types having a minimum size. */
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestObj.cpp
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java
239
* Note: No map entries for get_field_* for non-long
integral
types,
248
* Note: No map entries for get_static* for non-long
integral
types,
257
* Note: No map entries for put_field_* for non-long
integral
types,
266
* Note: No map entries for put_static* for non-long
integral
types,
305
* The get* and put* opcodes for (non-long)
integral
types
/dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java
411
* Note: No map entries for get_field_* for non-long
integral
types,
420
* Note: No map entries for get_static* for non-long
integral
types,
429
* Note: No map entries for put_field_* for non-long
integral
types,
438
* Note: No map entries for put_static* for non-long
integral
types,
477
* The get* and put* opcodes for (non-long)
integral
types
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java
411
* Note: No map entries for get_field_* for non-long
integral
types,
420
* Note: No map entries for get_static* for non-long
integral
types,
429
* Note: No map entries for put_field_* for non-long
integral
types,
438
* Note: No map entries for put_static* for non-long
integral
types,
477
* The get* and put* opcodes for (non-long)
integral
types
/frameworks/rs/scriptc/
rs_cl.rsh
561
* Return the
integral
and fractional components of a number.
565
* @param iret iret[0] will be set to the
integral
portion of the number.
611
* Round to the nearest
integral
value.
627
* Round to the nearest
integral
value. Half values are rounded away from zero.
722
* Round to
integral
using truncation.
/frameworks/support/renderscript/v8/rs_support/scriptc/
rs_cl.rsh
561
* Return the
integral
and fractional components of a number.
565
* @param iret iret[0] will be set to the
integral
portion of the number.
611
* Round to the nearest
integral
value.
627
* Round to the nearest
integral
value. Half values are rounded away from zero.
722
* Round to
integral
using truncation.
/prebuilts/sdk/renderscript/include/
rs_cl.rsh
494
* Return the
integral
and fractional components of a number
498
* @param iret iret[0] will be set to the
integral
portion of the number.
544
* Round to the nearest
integral
value.
560
* Round to the nearest
integral
value. Half values are rounded away from zero.
656
* Round to
integral
using truncation.
/external/astl/include/
vector
94
// template parameter is an
integral
type and not an iterator,
96
typedef typename is_integral<_Iterator>::type
integral
;
97
initialize(first, last,
integral
());
/external/icu4c/i18n/
gregoimp.h
173
* @param day 1970-epoch day (
integral
value)
186
* @param day 1970-epoch day (
integral
value)
211
* @param day the 1970-epoch day (
integral
value)
/external/strace/
resource.c
279
long ru_ixrss; /*
integral
shared memory size */
280
long ru_idrss; /*
integral
unshared data size */
281
long ru_isrss; /*
integral
unshared stack size */
/external/webkit/Source/WebKit/mac/WebView/
WebDynamicScrollBarsView.mm
295
// When in HiDPI with a scale factor > 1, the visibleSize and frameSize may be non-
integral
values,
296
// while the documentSize (set by WebCore) will be
integral
. Round up the non-
integral
sizes so that
/frameworks/base/core/java/android/database/
Cursor.java
252
* column value is null, the column type is not an
integral
type, or the
265
* column value is null, the column type is not an
integral
type, or the
278
* column value is null, the column type is not an
integral
type, or the
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
poly_laguerre.tcc
166
* The associated Laguerre polynomial is defined for
integral
226
* The associated Laguerre polynomial is defined for
integral
279
* The associated Laguerre polynomial is defined for
integral
Completed in 1199 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>