| /external/tensorflow/tensorflow/core/lib/random/ |
| D | random_distributions_utils.h | 34 // IEEE754 floats are formatted as follows (MSB first): in Uint32ToFloat() 52 // IEEE754 doubles are formatted as follows (MSB first): in Uint64ToDouble()
|
| /external/rust/crates/gdbstub/src/stub/core_impl/ |
| D | lldb_register_info.rs | 42 Encoding::IEEE754 => "ieee754", in handle_lldb_register_info()
|
| /external/fdlibm/ |
| D | readme | 135 3. Ieee754 core functions 148 Wrapper functions will twist the result of the ieee754 151 if _LIB_VERSION = _IEEE_, return the ieee754 result;
|
| /external/rust/crates/libm/src/math/ |
| D | fmax.rs | 3 // IEEE754 says: maxNum(x, y) is the canonicalized number y if x < y, x if y < x, the in fmax()
|
| D | fmaxf.rs | 3 // IEEE754 says: maxNum(x, y) is the canonicalized number y if x < y, x if y < x, the in fmaxf()
|
| D | fmin.rs | 3 // IEEE754 says: minNum(x, y) is the canonicalized number x if x < y, y if y < x, the in fmin()
|
| D | fminf.rs | 3 // IEEE754 says: minNum(x, y) is the canonicalized number x if x < y, y if y < x, the in fminf()
|
| /external/tink/cc/third_party/ |
| D | rapidjson.BUILD.bazel | 9 "include/rapidjson/internal/ieee754.h",
|
| /external/angle/third_party/rapidjson/ |
| D | BUILD.gn | 29 "src/include/rapidjson/internal/ieee754.h",
|
| /external/gson/gson/src/main/java/com/google/gson/ |
| D | ToNumberStrategy.java | 41 * IEEE 754 binary64 (double precision) numbers [IEEE754] is generally
|
| /external/llvm-libc/test/src/stdlib/ |
| D | strtold_test.cpp | 39 // organized according to the IEEE754 double precision format: in run_test() 65 // organized according to IEEE754 quadruple precision format: in run_test()
|
| /external/mesa3d/docs/gallium/ |
| D | format.rst | 24 - ``FLOAT``: N bit IEEE754 float
|
| /external/rust/crates/bytes/src/buf/ |
| D | buf_impl.rs | 956 /// Gets an IEEE754 single-precision (4 bytes) floating point number from 977 /// Gets an IEEE754 single-precision (4 bytes) floating point number from 998 /// Gets an IEEE754 single-precision (4 bytes) floating point number from 1022 /// Gets an IEEE754 double-precision (8 bytes) floating point number from 1043 /// Gets an IEEE754 double-precision (8 bytes) floating point number from 1064 /// Gets an IEEE754 double-precision (8 bytes) floating point number from
|
| D | buf_mut.rs | 1053 /// Writes an IEEE754 single-precision (4 bytes) floating point number to 1076 /// Writes an IEEE754 single-precision (4 bytes) floating point number to 1099 /// Writes an IEEE754 single-precision (4 bytes) floating point number to 1126 /// Writes an IEEE754 double-precision (8 bytes) floating point number to 1149 /// Writes an IEEE754 double-precision (8 bytes) floating point number to 1172 /// Writes an IEEE754 double-precision (8 bytes) floating point number to
|
| /external/okio/kotlin-js-store/ |
| D | yarn.lock | 160 "@webassemblyjs/ieee754@1.11.6": 162 …resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz#bb665c91d0b14ff… 165 "@xtuc/ieee754" "^1.2.0" 200 "@webassemblyjs/ieee754" "1.11.6" 222 "@webassemblyjs/ieee754" "1.11.6" 249 "@xtuc/ieee754@^1.2.0": 251 …resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd…
|
| /external/rust/crates/byteorder/src/ |
| D | io.rs | 474 /// Reads a IEEE754 single-precision (4 bytes) floating point number from 505 /// Reads a IEEE754 double-precision (8 bytes) floating point number from 870 /// Reads a sequence of IEEE754 single-precision (4 bytes) floating 915 /// Reads a sequence of IEEE754 single-precision (4 bytes) floating 955 /// Reads a sequence of IEEE754 double-precision (8 bytes) floating 1000 /// Reads a sequence of IEEE754 double-precision (8 bytes) floating 1518 /// Writes a IEEE754 single-precision (4 bytes) floating point number to 1547 /// Writes a IEEE754 double-precision (8 bytes) floating point number to
|
| D | lib.rs | 702 /// Reads a IEEE754 single-precision (4 bytes) floating point number. 725 /// Reads a IEEE754 double-precision (8 bytes) floating point number. 926 /// Writes a IEEE754 single-precision (4 bytes) floating point number. 949 /// Writes a IEEE754 double-precision (8 bytes) floating point number. 1180 /// Reads IEEE754 single-precision (4 bytes) floating point numbers from 1213 /// Reads IEEE754 single-precision (4 bytes) floating point numbers from 1241 /// Reads IEEE754 single-precision (4 bytes) floating point numbers from 1275 /// Reads IEEE754 single-precision (4 bytes) floating point numbers from 1541 /// Writes IEEE754 single-precision (4 bytes) floating point numbers from 1570 /// Writes IEEE754 double-precision (8 bytes) floating point numbers from [all …]
|
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
| D | cpu_vectorization_test.cc | 125 // Neon is not IEEE754-compliant (no denormals). We want vectorized code
|
| /external/libpng/contrib/tools/ |
| D | cvtcolor.c | 54 /* FE_TONEAREST is the IEEE754 round to nearest, preferring even, mode; i.e. in main()
|
| /external/rust/crates/half/src/bfloat/ |
| D | convert.rs | 33 // Extract IEEE754 components in f64_to_bf16()
|
| /external/arm-optimized-routines/pl/math/ |
| D | atan2f_3u.c | 63 /* The following follows glibc ieee754 implementation, except in atan2f()
|
| /external/skia/tools/perf-canvaskit-puppeteer/ |
| D | package-lock.json | 115 "ieee754": "^1.1.4" string 554 "ieee754": { object 556 "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz",
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/util/ |
| D | MathArrays.java | 985 // just rely on the naive implementation and let IEEE754 handle this in linearCombination() 1018 // use IEEE754 floating point arithmetic rounding properties. in linearCombination() 1063 // just rely on the naive implementation and let IEEE754 handle this in linearCombination() 1102 // do use IEEE754 floating point arithmetic rounding properties. in linearCombination() 1165 // just rely on the naive implementation and let IEEE754 handle this in linearCombination() 1208 // do use IEEE754 floating point arithmetic rounding properties. in linearCombination() 1291 // just rely on the naive implementation and let IEEE754 handle this in linearCombination()
|
| /external/llvm-libc/test/src/__support/ |
| D | str_to_float_comparison_test.cpp | 23 // Hexadecimal representations of IEEE754 floats in 16 bits, 32 bits, and 64
|
| /external/skia/tools/run-wasm-gm-tests/ |
| D | package-lock.json | 128 "ieee754": "^1.1.4" string 672 "ieee754": { object 674 "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz",
|