OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumericType
(Results
1 - 25
of
35
) sorted by null
1
2
/external/v8/src/base/
safe_conversions_impl.h
23
template <typename
NumericType
>
25
static const int value = std::numeric_limits<
NumericType
>::is_iec559
26
? std::numeric_limits<
NumericType
>::max_exponent
27
: (sizeof(
NumericType
) * 8 + 1 -
28
std::numeric_limits<
NumericType
>::is_signed);
safe_math_impl.h
365
template <typename
NumericType
>
368
std::numeric_limits<
NumericType
>::is_integer
370
: (std::numeric_limits<
NumericType
>::is_iec559 ? NUMERIC_FLOATING
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java
[
all
...]
/external/libchrome/base/numerics/
safe_conversions_impl.h
18
template <typename
NumericType
>
20
static const int value = std::is_floating_point<
NumericType
>::value
21
? std::numeric_limits<
NumericType
>::max_exponent
22
: std::numeric_limits<
NumericType
>::digits + 1;
27
template <typename
NumericType
>
29
static const int value = std::numeric_limits<
NumericType
>::digits +
30
std::is_signed<
NumericType
>::value;
safe_math_impl.h
517
template <typename
NumericType
>
520
std::is_integral<
NumericType
>::value
522
: (std::is_floating_point<
NumericType
>::value ? NUMERIC_FLOATING
/external/pdfium/third_party/base/numerics/
safe_conversions_impl.h
19
template <typename
NumericType
>
21
static const int value = std::is_floating_point<
NumericType
>::value
22
? std::numeric_limits<
NumericType
>::max_exponent
23
: std::numeric_limits<
NumericType
>::digits + 1;
28
template <typename
NumericType
>
30
static const int value = std::numeric_limits<
NumericType
>::digits +
31
std::is_signed<
NumericType
>::value;
safe_math_impl.h
518
template <typename
NumericType
>
521
std::is_integral<
NumericType
>::value
523
: (std::is_floating_point<
NumericType
>::value ? NUMERIC_FLOATING
/external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterProperty.java
20
import android.icu.lang.UCharacter.
NumericType
;
564
return
NumericType
.COUNT-1;
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterProperty.java
19
import com.ibm.icu.lang.UCharacter.
NumericType
;
563
return
NumericType
.COUNT-1;
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java
[
all
...]
/prebuilts/go/darwin-x86/src/unicode/
maketables.go
209
FNumericType: "
NumericType
",
[
all
...]
/prebuilts/go/linux-x86/src/unicode/
maketables.go
209
FNumericType: "
NumericType
",
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java
[
all
...]
/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar
/prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar
/prebuilts/r8/
compatdx-master.jar
compatproguard-master.jar
d8-master.jar
r8-master.jar
/prebuilts/sdk/tools/lib/
d8.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar
/prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar
Completed in 3053 milliseconds
1
2