Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DExponentialTaper.java20 * Maps integer range info to a double value along an exponential scale.
64 public double exponentialToLinear(double exponential) { in exponentialToLinear() argument
65 return Math.log((exponential + offset) / a) / (b * Math.log(ROOT)); in exponentialToLinear()
/third_party/ffmpeg/libavcodec/
H A D8svx.c28 * : exponential encoding
61 static const int8_t exponential[16] = { -128, -64, -32, -16, -8, -4, -2, -1, 0, 1, 2, 4, 8, 16, 32, 64 }; variable
168 case AV_CODEC_ID_8SVX_EXP: esc->table = exponential; break; in eightsvx_decode_init()
208 .p.long_name = NULL_IF_CONFIG_SMALL("8SVX exponential"),
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DShaderCore.cpp206 Float4 exponential(RValue<Float4> x, bool pp) in exponential() function
427 return (exponential(x, pp) - exponential(-x, pp)) * Float4(0.5f); in sineh()
432 return (exponential(x, pp) + exponential(-x, pp)) * Float4(0.5f); in cosineh()
437 Float4 e_x = exponential(x, pp); in tangenth()
438 Float4 e_minus_x = exponential(-x, pp); in tangenth()
H A DShaderCore.hpp188 Float4 exponential(RValue<Float4> x, bool pp = false);
/third_party/icu/icu4c/source/test/intltest/
H A Dtsdcfmsy.cpp119 UnicodeString exponential(en.getSymbol(DecimalFormatSymbols::kExponentialSymbol)); in testSymbols()
120 fr.setSymbol(DecimalFormatSymbols::kExponentialSymbol, exponential); in testSymbols()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatSymbols.java219 String exponential = en.getExponentSeparator(); in TestSymbols()
220 fr.setExponentSeparator(exponential); in TestSymbols()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestDecimalFormatSymbols.java222 String exponential = en.getExponentSeparator(); in TestSymbols()
223 fr.setExponentSeparator(exponential); in TestSymbols()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormatSymbols.java1323 "exponential",
1361 "E", // exponential
1532 * the same as <code>decimalSeparator</code> and <code>exponential</code>
1547 // Didn't have monetarySeparator or exponential field; in readObject()
1550 exponential = 'E'; in readObject()
1555 exponentSeparator = String.valueOf(exponential); in readObject()
1556 // Although we read the exponential field on stream to create the in readObject()
1865 * in exponential notation, e.g. 'E' for a number such as "1.23E45".
1872 private char exponential; // Field new in JDK 1.1.6 field in DecimalFormatSymbols
1878 * Note that this supersedes the <code>exponential</cod
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDecimalFormatSymbols.java1222 "exponential",
1259 "E", // exponential
1428 * the same as <code>decimalSeparator</code> and <code>exponential</code>
1443 // Didn't have monetarySeparator or exponential field; in readObject()
1446 exponential = 'E'; in readObject()
1451 exponentSeparator = String.valueOf(exponential); in readObject()
1452 // Although we read the exponential field on stream to create the in readObject()
1747 * in exponential notation, e.g. 'E' for a number such as "1.23E45".
1754 private char exponential; // Field new in JDK 1.1.6 field in DecimalFormatSymbols
1760 * Note that this supersedes the <code>exponential</cod
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp168 Float4 exponential(RValue<Float4> x, bool pp) in exponential() function
443 return (exponential(x, pp) - exponential(-x, pp)) * Float4(0.5f); in sineh()
448 return (exponential(x, pp) + exponential(-x, pp)) * Float4(0.5f); in cosineh()
453 Float4 e_x = exponential(x, pp); in tangenth()
454 Float4 e_minus_x = exponential(-x, pp); in tangenth()
1139 dst.x = exponential(src.x, pp); in exp()
1140 dst.y = exponential(src.y, pp); in exp()
1141 dst.z = exponential(sr in exp()
[all...]
H A DShaderCore.hpp61 Float4 exponential(RValue<Float4> x, bool pp = false);
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 17 milliseconds