Searched refs:exponential (Results 1 - 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DIntlTestDecimalFormatSymbols.java214 String exponential = en.getExponentSeparator();
215 fr.setExponentSeparator(exponential);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatSymbols.java213 String exponential = en.getExponentSeparator();
214 fr.setExponentSeparator(exponential);
/external/icu/icu4c/source/test/intltest/
H A Dtsdcfmsy.cpp117 UnicodeString exponential(en.getSymbol(DecimalFormatSymbols::kExponentialSymbol));
118 fr.setSymbol(DecimalFormatSymbols::kExponentialSymbol, exponential);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormatSymbols.java1112 "exponential",
1150 "E", // exponential
1336 * the same as <code>decimalSeparator</code> and <code>exponential</code>
1351 // Didn't have monetarySeparator or exponential field;
1354 exponential = 'E';
1359 exponentSeparator = String.valueOf(exponential);
1360 // Although we read the exponential field on stream to create the
1636 * in exponential notation, e.g. 'E' for a number such as "1.23E45".
1643 private char exponential; // Field new in JDK 1.1.6 field in class:DecimalFormatSymbols
1649 * Note that this supersedes the <code>exponential</cod
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormatSymbols.java1203 "exponential",
1241 "E", // exponential
1427 * the same as <code>decimalSeparator</code> and <code>exponential</code>
1442 // Didn't have monetarySeparator or exponential field;
1445 exponential = 'E';
1450 exponentSeparator = String.valueOf(exponential);
1451 // Although we read the exponential field on stream to create the
1730 * in exponential notation, e.g. 'E' for a number such as "1.23E45".
1737 private char exponential; // Field new in JDK 1.1.6 field in class:DecimalFormatSymbols
1743 * Note that this supersedes the <code>exponential</cod
[all...]
/external/swiftshader/src/Shader/
H A DShaderCore.cpp172 Float4 exponential(RValue<Float4> x, bool pp) function in namespace:sw
376 return (exponential(x, pp) - exponential(-x, pp)) * Float4(0.5f);
381 return (exponential(x, pp) + exponential(-x, pp)) * Float4(0.5f);
386 Float4 e_x = exponential(x, pp);
387 Float4 e_minus_x = exponential(-x, pp);
963 dst.x = exponential(src.x, pp);
964 dst.y = exponential(src.y, pp);
965 dst.z = exponential(sr
[all...]
H A DShaderCore.hpp58 Float4 exponential(RValue<Float4> x, bool pp = false);
/external/eigen/Eigen/src/Core/
H A DGlobalFunctions.h73 EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(exp,scalar_exp_op,exponential,\sa ArrayBase::exp)

Completed in 204 milliseconds