Home
last modified time | relevance | path

Searched refs:NUMBER_SAMPLE (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/bench/
Dbench_svd.cpp29 #ifndef NUMBER_SAMPLE
30 #define NUMBER_SAMPLE 2 macro
43 for (int k=1; k<=NUMBER_SAMPLE; ++k) in bench_svd()
74 for (int k=1; k<=NUMBER_SAMPLE; ++k) in bench_svd()
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java97 public final static double NUMBER_SAMPLE = 123456.789; field in ExampleGenerator
1132 double numberSample = NUMBER_SAMPLE; in handleNumberSymbol()
1416 double sampleNum2 = NUMBER_SAMPLE; in handleDecimalFormat()
1495 value = cf.format(NUMBER_SAMPLE); in handleCurrency()
1499 result = x.format(NUMBER_SAMPLE); in handleCurrency()
DCheckNumbers.java569 return String.valueOf(ExampleGenerator.NUMBER_SAMPLE); in getSampleInput()