OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cst1
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
double-int.h
275
/* Returns true if
CST1
== CST2. */
278
double_int_equal_p (double_int
cst1
, double_int cst2)
280
return
cst1
.low == cst2.low &&
cst1
.high == cst2.high;
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
double-int.h
275
/* Returns true if
CST1
== CST2. */
278
double_int_equal_p (double_int
cst1
, double_int cst2)
280
return
cst1
.low == cst2.low &&
cst1
.high == cst2.high;
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
double-int.h
275
/* Returns true if
CST1
== CST2. */
278
double_int_equal_p (double_int
cst1
, double_int cst2)
280
return
cst1
.low == cst2.low &&
cst1
.high == cst2.high;
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
double-int.h
275
/* Returns true if
CST1
== CST2. */
278
double_int_equal_p (double_int
cst1
, double_int cst2)
280
return
cst1
.low == cst2.low &&
cst1
.high == cst2.high;
/external/icu4c/test/intltest/
tzregts.cpp
1088
TimeZone *
cst1
= new SimpleTimeZone(-21600*U_MILLIS_PER_SECOND,
local
[
all
...]
Completed in 237 milliseconds