OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:b5p
(Results
1 - 4
of
4
) sorted by null
/libcore/ojluni/src/main/java/sun/misc/
FormattedFloatingDecimal.java
133
private static FDBigInt
b5p
[];
field in class:FormattedFloatingDecimal
138
if (
b5p
== null ){
139
b5p
= new FDBigInt[ p+1 ];
140
}else if (
b5p
.length <= p ){
142
System.arraycopy(
b5p
, 0, t, 0,
b5p
.length );
143
b5p
= t;
145
if (
b5p
[p] != null )
146
return
b5p
[p];
148
return
b5p
[p] = new FDBigInt( small5pow[p] )
[
all
...]
/libcore/ojluni/src/main/java/java/lang/
FloatingDecimal.java
116
private static FDBigInt
b5p
[];
field in class:FloatingDecimal
121
if (
b5p
== null ){
122
b5p
= new FDBigInt[ p+1 ];
123
}else if (
b5p
.length <= p ){
125
System.arraycopy(
b5p
, 0, t, 0,
b5p
.length );
126
b5p
= t;
128
if (
b5p
[p] != null )
129
return
b5p
[p];
131
return
b5p
[p] = new FDBigInt( small5pow[p] )
[
all
...]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20130806_221321-fw_1.0.AA-robot/
touch_firmware_report-link-fw_1.0.AA-robot-20130806_221321.html
[
all
...]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20131115_234449-fw_1.0.AA-manual/
touch_firmware_report-link-fw_1.0.AA-manual-20131115_234449.html
[
all
...]
Completed in 1010 milliseconds