OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comp1
(Results
1 - 10
of
10
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatAPI.java
302
MathContext
comp1
= new MathContext(0, MathContext.PLAIN);
local
304
if ((
comp1
.getDigits() != resultICU.getDigits()) ||
305
(
comp1
.getForm() != resultICU.getForm()) ||
306
(
comp1
.getLostDigits() != resultICU.getLostDigits()) ||
307
(
comp1
.getRoundingMode() != resultICU.getRoundingMode()))
310
" / expected: " +
comp1
.toString());
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatAPI.java
301
MathContext
comp1
= new MathContext(0, MathContext.PLAIN);
local
303
if ((
comp1
.getDigits() != resultICU.getDigits()) ||
304
(
comp1
.getForm() != resultICU.getForm()) ||
305
(
comp1
.getLostDigits() != resultICU.getLostDigits()) ||
306
(
comp1
.getRoundingMode() != resultICU.getRoundingMode()))
309
" / expected: " +
comp1
.toString());
/external/libvpx/libvpx/vpx_dsp/mips/
sad_msa.c
1140
v16u8 pred0, pred1, pred2, pred3, comp0,
comp1
;
local
1177
v16u8 comp0,
comp1
;
local
1212
v16u8 comp0,
comp1
, comp2, comp3;
local
[
all
...]
/frameworks/rs/rsov/compiler/spirit/
module.h
201
ConstantInst *
comp1
);
204
ConstantInst *
comp1
,
208
ConstantInst *
comp1
,
module.cpp
260
ConstantInst *
comp1
,
264
ConstantInst *comps[] = {comp0,
comp1
, comp2};
270
ConstantInst *
comp1
,
275
ConstantInst *comps[] = {comp0,
comp1
, comp2, comp3};
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c
679
uint32_t
comp1
= BRW_VE1_COMPONENT_STORE_SRC;
local
705
case 1:
comp1
= BRW_VE1_COMPONENT_STORE_0;
726
(
comp1
<< BRW_VE1_COMPONENT_1_SHIFT) |
731
(
comp1
<< BRW_VE1_COMPONENT_1_SHIFT) |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalTest.java
202
BigDecimal
comp1
= new BigDecimal("1.00");
local
205
comp1
.compareTo(comp2) == 0);
208
comp3.compareTo(
comp1
) == 1);
211
comp4.compareTo(
comp1
) == -1);
[
all
...]
/external/crcalc/src/com/hp/creals/
CR.java
483
int
comp1
= this_appr.compareTo(x_appr.add(big1));
local
484
if (
comp1
> 0) return 1;
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
1305
unsigned int
comp1
= _hb_glyph_info_get_lig_comp (&buffer->cur());
local
[
all
...]
/external/libxml2/
relaxng.c
642
void *
comp1
,
[
all
...]
Completed in 306 milliseconds