| /third_party/rust/rust/library/core/benches/num/flt2dec/strategy/ |
| D | grisu.rs | 15 let decoded = decode_finite(3.141592f64); in bench_small_shortest() localVariable 24 let decoded = decode_finite(f64::MAX); in bench_big_shortest() localVariable 33 let decoded = decode_finite(3.141592f64); in bench_small_exact_3() localVariable 42 let decoded = decode_finite(f64::MAX); in bench_big_exact_3() localVariable 51 let decoded = decode_finite(3.141592f64); in bench_small_exact_12() localVariable 60 let decoded = decode_finite(f64::MAX); in bench_big_exact_12() localVariable 69 let decoded = decode_finite(3.141592f64); in bench_small_exact_inf() localVariable 78 let decoded = decode_finite(f64::MAX); in bench_big_exact_inf() localVariable 87 let decoded = decode_finite(1.0); in bench_one_exact_inf() localVariable 96 let decoded = decode_finite(250.000000000000000000000000); in bench_trailing_zero_exact_inf() localVariable [all …]
|
| D | dragon.rs | 8 let decoded = decode_finite(3.141592f64); in bench_small_shortest() localVariable 17 let decoded = decode_finite(f64::MAX); in bench_big_shortest() localVariable 26 let decoded = decode_finite(3.141592f64); in bench_small_exact_3() localVariable 35 let decoded = decode_finite(f64::MAX); in bench_big_exact_3() localVariable 44 let decoded = decode_finite(3.141592f64); in bench_small_exact_12() localVariable 53 let decoded = decode_finite(f64::MAX); in bench_big_exact_12() localVariable 62 let decoded = decode_finite(3.141592f64); in bench_small_exact_inf() localVariable 71 let decoded = decode_finite(f64::MAX); in bench_big_exact_inf() localVariable
|
| /third_party/rust/crates/rustix/tests/net/ |
| D | addr.rs | 13 let decoded = SocketAddrAny::read(encoded.as_ptr(), len).unwrap(); in encode_decode() localVariable 19 let decoded = SocketAddrAny::read(encoded.as_ptr(), len).unwrap(); in encode_decode() localVariable 27 let decoded = SocketAddrAny::read(encoded.as_ptr(), len).unwrap(); in encode_decode() localVariable
|
| /third_party/python/Modules/ |
| D | _codecsmodule.c | 164 PyObject *codec_tuple(PyObject *decoded, in codec_tuple() 185 PyObject *decoded = PyBytes_DecodeEscape(data->buf, data->len, in _codecs_escape_decode_impl() local 268 PyObject *decoded = PyUnicode_DecodeUTF7Stateful(data->buf, data->len, in _codecs_utf_7_decode_impl() local 288 PyObject *decoded = PyUnicode_DecodeUTF8Stateful(data->buf, data->len, in _codecs_utf_8_decode_impl() local 310 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_decode_impl() local 332 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_le_decode_impl() local 354 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_be_decode_impl() local 384 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_ex_decode_impl() local 408 PyObject *decoded = PyUnicode_DecodeUTF32Stateful(data->buf, data->len, in _codecs_utf_32_decode_impl() local 430 PyObject *decoded = PyUnicode_DecodeUTF32Stateful(data->buf, data->len, in _codecs_utf_32_le_decode_impl() local [all …]
|
| /third_party/python/Modules/cjkcodecs/ |
| D | _codecs_jp.c | 88 Py_UCS4 decoded; in DECODER() local 245 Py_UCS4 code, decoded; in DECODER() local 386 Py_UCS4 decoded; in DECODER() local 512 Py_UCS4 decoded; in DECODER() local 675 Py_UCS4 code, decoded; in DECODER() local
|
| D | _codecs_cn.c | 100 Py_UCS4 decoded; in DECODER() local 161 Py_UCS4 decoded; in DECODER() local 269 Py_UCS4 decoded; in DECODER() local 414 Py_UCS4 decoded; in DECODER() local
|
| D | _codecs_tw.c | 49 Py_UCS4 decoded; in DECODER() local 108 Py_UCS4 decoded; in DECODER() local
|
| D | _codecs_kr.c | 111 Py_UCS4 decoded; in DECODER() local 208 Py_UCS4 decoded; in DECODER() local 365 Py_UCS4 decoded; in DECODER() local
|
| D | _codecs_hk.c | 114 Py_UCS4 decoded; in DECODER() local
|
| /third_party/rust/rust/src/rustdoc-json-types/ |
| D | tests.rs | 18 let decoded: ItemEnum = bincode::deserialize(&encoded).unwrap(); in test_struct_info_roundtrip() localVariable 38 let decoded: ItemEnum = bincode::deserialize(&encoded).unwrap(); in test_union_info_roundtrip() localVariable
|
| /third_party/ffmpeg/libavcodec/ |
| D | takdec.c | 62 int32_t *decoded[TAK_MAX_CHANNELS]; ///< decoded samples for each channel member 255 static int decode_segment(TAKDecContext *s, int8_t mode, int32_t *decoded, int len) in decode_segment() 299 static int decode_residues(TAKDecContext *s, int32_t *decoded, int length) in decode_residues() 386 static int decode_subframe(TAKDecContext *s, int32_t *decoded, in decode_subframe() 517 int32_t *decoded = s->decoded[chan]; in decode_channel() local 776 int32_t *decoded = s->decoded[chan]; in tak_decode_frame() local 865 int32_t *decoded = s->decoded[chan]; in tak_decode_frame() local 897 int32_t *decoded = s->decoded[chan]; in tak_decode_frame() local 905 int32_t *decoded = s->decoded[chan]; in tak_decode_frame() local
|
| D | flacdec.c | 63 int32_t *decoded[FLAC_MAX_CHANNELS]; ///< decoded samples member 221 static int decode_residuals(FLACContext *s, int32_t *decoded, int pred_order) in decode_residuals() 282 static int decode_subframe_fixed(FLACContext *s, int32_t *decoded, in decode_subframe_fixed() 334 static void lpc_analyze_remodulate(SUINT32 *decoded, const int coeffs[32], in lpc_analyze_remodulate() 361 static int decode_subframe_lpc(FLACContext *s, int32_t *decoded, int pred_order, in decode_subframe_lpc() 407 int32_t *decoded = s->decoded[channel]; in decode_subframe() local
|
| D | flacdsp.c | 47 static void flac_lpc_16_c(int32_t *decoded, const int coeffs[32], in flac_lpc_16_c() 75 static void flac_lpc_32_c(int32_t *decoded, const int coeffs[32], in flac_lpc_32_c()
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| D | encrypt.rs | 508 let mut decoded = vec![0u8; buffer_len]; in rsa_encrypt_decrypt() localVariable 510 let decoded = &decoded[..decoded_len]; in rsa_encrypt_decrypt() localVariable 539 let mut decoded = vec![0u8; buffer_len]; in rsa_encrypt_decrypt_with_sha256() localVariable 541 let decoded = &decoded[..decoded_len]; in rsa_encrypt_decrypt_with_sha256() localVariable 566 let mut decoded = vec![0u8; buffer_len]; in rsa_encrypt_decrypt_oaep_label() localVariable 568 let decoded = &decoded[..decoded_len]; in rsa_encrypt_decrypt_oaep_label() localVariable 574 let mut decoded = vec![0u8; buffer_len]; in rsa_encrypt_decrypt_oaep_label() localVariable
|
| /third_party/mesa3d/src/panfrost/util/ |
| D | pan_lower_sample_position.c | 77 nir_def *decoded = nir_fmul_imm(b, nir_i2f16(b, raw), 1.0 / 256.0); in pan_lower_sample_pos_impl() local
|
| /third_party/curl/tests/unit/ |
| D | unit1302.c | 55 unsigned char *decoded; variable
|
| /third_party/flatbuffers/benchmarks/cpp/ |
| D | benchmark_main.cpp | 23 void *decoded = bench->Decode(encoded, length); in Decode() local 32 void *decoded = bench->Decode(encoded, length); in Use() local
|
| /third_party/typescript/src/compiler/transformers/ |
| D | jsx.ts | 507 const decoded = decodeEntities(trimmedLine); constant 533 const decoded = decodeEntities(text); constant
|
| /third_party/curl/lib/ |
| D | idn.c | 216 char *decoded = NULL; in idn_decode() local 328 char *decoded; in Curl_idnconvert_hostname() local
|
| /third_party/protobuf/upb/test/ |
| D | length_prefixed_test.cc | 39 std::vector<protobuf_test_messages_proto2_TestAllTypesProto2*> decoded; in TestEncodeDecodeRoundTrip() local
|
| /third_party/grpc/third_party/upb/upb/test/ |
| D | length_prefixed_test.cc | 39 std::vector<protobuf_test_messages_proto2_TestAllTypesProto2*> decoded; in TestEncodeDecodeRoundTrip() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/ |
| D | random_crop_decode_resize_op.cc | 40 TensorRow decoded; in Compute() local
|
| /third_party/mesa3d/src/freedreno/decode/ |
| D | rddecompiler.c | 236 char *decoded = rnndec_decodeval(rnn->vc, info->typeinfo, dword); in decompile_register() local 283 char *decoded = rnndec_decodeval(rnn->vc, info->typeinfo, dword); in decompile_register_reg_bunch() local 346 char *decoded; in decompile_domain() local
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
| D | BrotliInputStream.java | 56 int decoded; in read() local
|
| /third_party/grpc/test/core/security/ |
| D | json_token_test.cc | 215 std::string decoded; in parse_json_part_from_jwt() local 289 std::string decoded; in check_jwt_signature() local 315 std::string decoded; in check_jwt_signature() local
|