Home
last modified time | relevance | path

Searched full:ieee754 (Results 1 – 25 of 100) sorted by relevance

1234

/external/tensorflow/tensorflow/core/lib/random/
Drandom_distributions_utils.h34 // 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/
Dlldb_register_info.rs42 Encoding::IEEE754 => "ieee754", in handle_lldb_register_info()
/external/fdlibm/
Dreadme135 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/
Dfmax.rs3 // IEEE754 says: maxNum(x, y) is the canonicalized number y if x < y, x if y < x, the in fmax()
Dfmaxf.rs3 // IEEE754 says: maxNum(x, y) is the canonicalized number y if x < y, x if y < x, the in fmaxf()
Dfmin.rs3 // IEEE754 says: minNum(x, y) is the canonicalized number x if x < y, y if y < x, the in fmin()
Dfminf.rs3 // 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/
Drapidjson.BUILD.bazel9 "include/rapidjson/internal/ieee754.h",
/external/angle/third_party/rapidjson/
DBUILD.gn29 "src/include/rapidjson/internal/ieee754.h",
/external/gson/gson/src/main/java/com/google/gson/
DToNumberStrategy.java41 * IEEE 754 binary64 (double precision) numbers [IEEE754] is generally
/external/llvm-libc/test/src/stdlib/
Dstrtold_test.cpp39 // 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/
Dformat.rst24 - ``FLOAT``: N bit IEEE754 float
/external/rust/crates/bytes/src/buf/
Dbuf_impl.rs956 /// 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
Dbuf_mut.rs1053 /// 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/
Dyarn.lock160 "@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/
Dio.rs474 /// 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
Dlib.rs702 /// 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/
Dcpu_vectorization_test.cc125 // Neon is not IEEE754-compliant (no denormals). We want vectorized code
/external/libpng/contrib/tools/
Dcvtcolor.c54 /* FE_TONEAREST is the IEEE754 round to nearest, preferring even, mode; i.e. in main()
/external/rust/crates/half/src/bfloat/
Dconvert.rs33 // Extract IEEE754 components in f64_to_bf16()
/external/arm-optimized-routines/pl/math/
Datan2f_3u.c63 /* The following follows glibc ieee754 implementation, except in atan2f()
/external/skia/tools/perf-canvaskit-puppeteer/
Dpackage-lock.json115 "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/
DMathArrays.java985 // 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/
Dstr_to_float_comparison_test.cpp23 // Hexadecimal representations of IEEE754 floats in 16 bits, 32 bits, and 64
/external/skia/tools/run-wasm-gm-tests/
Dpackage-lock.json128 "ieee754": "^1.1.4" string
672 "ieee754": { object
674 "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz",

1234