OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:comp3
(Results
1 - 5
of
5
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatAPI.java
327
java.math.MathContext
comp3
= new java.math.MathContext(3, java.math.RoundingMode.DOWN);
local
328
decfmt.setMathContext(
comp3
);
330
if ((
comp3
.getPrecision() != result.getPrecision()) ||
331
(
comp3
.getRoundingMode() != result.getRoundingMode()))
334
" / expected: " +
comp3
.toString());
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatAPI.java
326
java.math.MathContext
comp3
= new java.math.MathContext(3, java.math.RoundingMode.DOWN);
local
327
decfmt.setMathContext(
comp3
);
329
if ((
comp3
.getPrecision() != result.getPrecision()) ||
330
(
comp3
.getRoundingMode() != result.getRoundingMode()))
333
" / expected: " +
comp3
.toString());
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c
681
uint32_t
comp3
= BRW_VE1_COMPONENT_STORE_SRC;
local
707
case 3:
comp3
= input->glarray->Integer ? BRW_VE1_COMPONENT_STORE_1_INT
728
(
comp3
<< BRW_VE1_COMPONENT_3_SHIFT));
733
(
comp3
<< BRW_VE1_COMPONENT_3_SHIFT) |
/external/libvpx/libvpx/vpx_dsp/mips/
sad_msa.c
1212
v16u8 comp0, comp1, comp2,
comp3
;
local
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalTest.java
206
BigDecimal
comp3
= new BigDecimal("1.02");
local
208
comp3
.compareTo(comp1) == 1);
[
all
...]
Completed in 3271 milliseconds