Home
last modified time | relevance | path

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

1234567891011

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/modules/
H A Dtransformer.h106 /// 2. This function requires the platform support IEEE754, since `-inf` is
108 /// be valid only when IEEE754 is supported. If the platform doesn't
109 /// support IEEE754, this function will fill the mask with the smallest
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/modules/
H A Dtransformer.cpp472 // check IEEE754 support here since -inf is not guaranteed to be valid on non in generate_square_subsequent_mask()
473 // IEEE754 platform in generate_square_subsequent_mask()
478 // if IEEE754 is not supported, we use the smallest float number in current in generate_square_subsequent_mask()
482 "IEEE754 is not supported on this platform, generate_square_subsequent_mask will fill " in generate_square_subsequent_mask()
/aosp_15_r20/external/fdlibm/
H A Dreadme135 3. Ieee754 core functions
148 Wrapper functions will twist the result of the ieee754
151 if _LIB_VERSION = _IEEE_, return the ieee754 result;
/aosp_15_r20/external/okio/kotlin-js-store/
H A 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…
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/xnnpack/serialization/
H A Dschema.fbs9 /// IEEE754 single-precision floating-point.
11 /// IEEE754 half-precision floating-point.
/aosp_15_r20/external/rust/android-crates-io/crates/byteorder/src/
Dlib.rs706 /// Reads a IEEE754 single-precision (4 bytes) floating point number.
729 /// Reads a IEEE754 double-precision (8 bytes) floating point number.
930 /// Writes a IEEE754 single-precision (4 bytes) floating point number.
953 /// Writes a IEEE754 double-precision (8 bytes) floating point number.
1184 /// Reads IEEE754 single-precision (4 bytes) floating point numbers from
1218 /// Reads IEEE754 single-precision (4 bytes) floating point numbers from
1246 /// Reads IEEE754 single-precision (4 bytes) floating point numbers from
1281 /// Reads IEEE754 single-precision (4 bytes) floating point numbers from
1547 /// Writes IEEE754 single-precision (4 bytes) floating point numbers from
1576 /// Writes IEEE754 double-precision (8 bytes) floating point numbers from
[all …]
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
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/src/buf/
Dbuf_impl.rs984 /// Gets an IEEE754 single-precision (4 bytes) floating point number from
1005 /// Gets an IEEE754 single-precision (4 bytes) floating point number from
1026 /// Gets an IEEE754 single-precision (4 bytes) floating point number from
1050 /// Gets an IEEE754 double-precision (8 bytes) floating point number from
1071 /// Gets an IEEE754 double-precision (8 bytes) floating point number from
1092 /// Gets an IEEE754 double-precision (8 bytes) floating point number from
Dbuf_mut.rs1110 /// Writes an IEEE754 single-precision (4 bytes) floating point number to
1134 /// Writes an IEEE754 single-precision (4 bytes) floating point number to
1158 /// Writes an IEEE754 single-precision (4 bytes) floating point number to
1186 /// Writes an IEEE754 double-precision (8 bytes) floating point number to
1210 /// Writes an IEEE754 double-precision (8 bytes) floating point number to
1234 /// Writes an IEEE754 double-precision (8 bytes) floating point number to
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/src/buf/
H A Dbuf_impl.rs976 /// Gets an IEEE754 single-precision (4 bytes) floating point number from
997 /// Gets an IEEE754 single-precision (4 bytes) floating point number from
1018 /// Gets an IEEE754 single-precision (4 bytes) floating point number from
1042 /// Gets an IEEE754 double-precision (8 bytes) floating point number from
1063 /// Gets an IEEE754 double-precision (8 bytes) floating point number from
1084 /// Gets an IEEE754 double-precision (8 bytes) floating point number from
H A Dbuf_mut.rs1110 /// Writes an IEEE754 single-precision (4 bytes) floating point number to
1134 /// Writes an IEEE754 single-precision (4 bytes) floating point number to
1158 /// Writes an IEEE754 single-precision (4 bytes) floating point number to
1186 /// Writes an IEEE754 double-precision (8 bytes) floating point number to
1210 /// Writes an IEEE754 double-precision (8 bytes) floating point number to
1234 /// Writes an IEEE754 double-precision (8 bytes) floating point number to
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/random/
H A 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()
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Dsqrt.go43 // following IEEE754-2008 (section 7.2)
51 z.neg = x.neg // IEEE754-2008 requires √±0 = ±0
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/stub/core_impl/
Dlldb_register_info.rs42 Encoding::IEEE754 => "ieee754", in handle_lldb_register_info()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
H A 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()
/aosp_15_r20/external/executorch/backends/xnnpack/serialization/
H A Dschema.fbs12 /// IEEE754 single-precision floating-point.
14 /// IEEE754 half-precision floating-point.
H A Druntime_schema.fbs12 /// IEEE754 single-precision floating-point.
14 /// IEEE754 half-precision floating-point.
/aosp_15_r20/external/skia/tools/perf-canvaskit-puppeteer/
H A Dpackage-lock.json115 "ieee754": "^1.1.4" string
554 "ieee754": { object
556 "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz",
/aosp_15_r20/external/llvm-libc/test/src/stdlib/
H A 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()
/aosp_15_r20/packages/modules/NeuralNetworks/common/random/
Drandom_distributions.h674 // IEEE754 halfs are formatted as follows (MSB first): in Uint16ToHalf()
712 // IEEE754 floats are formatted as follows (MSB first): in Uint32ToFloat()
730 // IEEE754 doubles are formatted as follows (MSB first): in Uint64ToDouble()
/aosp_15_r20/external/skia/tools/run-wasm-gm-tests/
H A Dpackage-lock.json128 "ieee754": "^1.1.4" string
672 "ieee754": { object
674 "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz",
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DMathUtils.java418 * 3.0, the semantics will change in order to comply with IEEE754 where it
536 * 3.0, the semantics will change in order to comply with IEEE754 where it
589 * 3.0, the semantics will change in order to comply with IEEE754 where it
624 * 3.0, the semantics will change in order to comply with IEEE754 where it
665 * 3.0, the semantics will change in order to comply with IEEE754 where it
720 * 3.0, the semantics will change in order to comply with IEEE754 where it
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/
H A Dpackage-lock.json369 "ieee754": "^1.1.13" string
1018 "node_modules/ieee754": {
1020 "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
2535 "ieee754": "^1.1.13" string
3061 "ieee754": { object
3063 "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dfmin.rs3 // IEEE754 says: minNum(x, y) is the canonicalized number x if x < y, y if y < x, the in fmin()
H A Dfmaxf.rs3 // IEEE754 says: maxNum(x, y) is the canonicalized number y if x < y, x if y < x, the in fmaxf()

1234567891011