Home
last modified time | relevance | path

Searched refs:F64 (Results 1 – 25 of 170) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrConv.td78 defm I32_TRUNC_S_SAT_F64 : I<(outs I32:$dst), (ins F64:$src), (outs), (ins),
79 [(set I32:$dst, (fp_to_sint F64:$src))],
83 defm I32_TRUNC_U_SAT_F64 : I<(outs I32:$dst), (ins F64:$src), (outs), (ins),
84 [(set I32:$dst, (fp_to_uint F64:$src))],
88 defm I64_TRUNC_S_SAT_F64 : I<(outs I64:$dst), (ins F64:$src), (outs), (ins),
89 [(set I64:$dst, (fp_to_sint F64:$src))],
93 defm I64_TRUNC_U_SAT_F64 : I<(outs I64:$dst), (ins F64:$src), (outs), (ins),
94 [(set I64:$dst, (fp_to_uint F64:$src))],
104 def : Pat<(int_wasm_trunc_saturate_signed F64:$src),
105 (I32_TRUNC_S_SAT_F64 F64:$src)>;
[all …]
DWebAssemblyInstrFloat.td20 defm _F64 : I<(outs F64:$dst), (ins F64:$src), (outs), (ins),
21 [(set F64:$dst, (node F64:$src))],
31 defm _F64 : I<(outs F64:$dst), (ins F64:$lhs, F64:$rhs), (outs), (ins),
32 [(set F64:$dst, (node F64:$lhs, F64:$rhs))],
41 defm _F64 : I<(outs I32:$dst), (ins F64:$lhs, F64:$rhs), (outs), (ins),
42 [(set I32:$dst, (setcc F64:$lhs, F64:$rhs, cond))],
70 def : Pat<(fcopysign F64:$lhs, F32:$rhs),
71 (COPYSIGN_F64 F64:$lhs, (F64_PROMOTE_F32 F32:$rhs))>;
72 def : Pat<(fcopysign F32:$lhs, F64:$rhs),
73 (COPYSIGN_F32 F32:$lhs, (F32_DEMOTE_F64 F64:$rhs))>;
[all …]
DWebAssemblyRuntimeLibcallSignatures.cpp532 Params.push_back(wasm::ValType::F64); in getLibcallSignature()
547 Rets.push_back(wasm::ValType::F64); in getLibcallSignature()
551 Rets.push_back(wasm::ValType::F64); in getLibcallSignature()
552 Params.push_back(wasm::ValType::F64); in getLibcallSignature()
555 Rets.push_back(wasm::ValType::F64); in getLibcallSignature()
559 Rets.push_back(wasm::ValType::F64); in getLibcallSignature()
568 Params.push_back(wasm::ValType::F64); in getLibcallSignature()
580 Params.push_back(wasm::ValType::F64); in getLibcallSignature()
602 Rets.push_back(wasm::ValType::F64); in getLibcallSignature()
603 Params.push_back(wasm::ValType::F64); in getLibcallSignature()
[all …]
DWebAssemblyInstrInfo.td227 defm "": ARGUMENT<F64, f64>;
296 defm "" : LOCAL<F64>;
313 defm CONST_F64 : I<(outs F64:$res), (ins f64imm_op:$imm),
315 [(set F64:$res, fpimm:$imm)],
/third_party/rust/crates/tracing/tracing-subscriber/src/filter/env/
Dfield.rs44 F64(f64), enumerator
65 (F64(a), F64(b)) => { in eq()
87 (F64(this), F64(that)) => this in cmp()
90 (F64(_), Bool(_)) => Ordering::Greater, in cmp()
91 (F64(_), _) => Ordering::Less, in cmp()
94 (NaN, Bool(_)) | (NaN, F64(_)) => Ordering::Greater, in cmp()
98 (U64(_), Bool(_)) | (U64(_), F64(_)) | (U64(_), NaN) => Ordering::Greater, in cmp()
102 (I64(_), Bool(_)) | (I64(_), F64(_)) | (I64(_), NaN) | (I64(_), U64(_)) => { in cmp()
226 ValueMatch::F64(v) in value_match_f64()
269 ValueMatch::F64(ref inner) => fmt::Display::fmt(inner, f), in fmt()
[all …]
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/slowstrconv/
Dslowstrconv_test.go243 if got.F64 != wantF64 {
244 tt.Fatalf("tc=%q: F64: got 0x%08X, want 0x%08X", tc, got.F64, wantF64)
269 F64: 0x3FD5_5555_5555_5555,
Dslowstrconv.go49 F64 uint64 // 1 sign, 11 exponent (-1023 bias), 52 mantissa bits. member
71 r.F64 |= 0x8000_0000_0000_0000
90 F64: 0x0000_0000_0000_0000,
96 F64: 0x7FF0_0000_0000_0000,
123 ret.F64 = uint64(h.pack(exp2, 11, 52))
Dexample_test.go66 fmt.Printf("==== F64: 0x%016X\n", res.F64)
68 man := int64((res.F64 & 0x000F_FFFF_FFFF_FFFF) | 0x0010_0000_0000_0000)
69 exp := int(res.F64>>52) - 1023 - 52
/third_party/rust/crates/cxx/syntax/
Datom.rs20 F64, enumerator
46 "f64" => Some(F64), in from_str()
77 F64 => "f64", in as_ref()
Dpod.rs12 | Isize | F32 | F64 => true, in is_guaranteed_pod()
Dcheck.rs128 | Some(F32) | Some(F64) | Some(RustString) => return, in check_type_rust_vec()
167 | Some(F64) | Some(CxxString) => return, in check_type_shared_ptr()
188 | Some(F64) | Some(CxxString) => return, in check_type_weak_ptr()
211 | Some(I16) | Some(I32) | Some(I64) | Some(Isize) | Some(F32) | Some(F64) in check_type_cxx_vector()
/third_party/rust/crates/tracing/tracing-mock/src/
Dfield.rs24 F64(f64), enumerator
40 (F64(a), F64(b)) => { in eq()
167 MockValue::F64(v) => write!(f, "f64 = {:?}", v), in fmt()
240 self.value = Some(MockValue::F64(value)); in from()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Daudioecho.c37 "format = (string) " GST_AUDIO_NE(F64)
46 GST_AUDIO_NE (F32) ", " GST_AUDIO_NE (F64) " }"));
54 GST_AUDIO_NE (F32) ", " GST_AUDIO_NE (F64) " }"));
Dequalizer.c37 "format = (string) "GST_AUDIO_NE (F64) ", " \
46 "format = (string) " GST_AUDIO_NE (F64) ", "
54 "format = (string) " GST_AUDIO_NE (F64) ", "
Dspectrum.c42 GST_AUDIO_NE(F64) " }"
70 " format = (string) " GST_AUDIO_NE(F64)
/third_party/rust/crates/tracing/tracing-opentelemetry/tests/
Dmetrics_publishing.rs63 NumberKind::F64, in f64_counter_is_exported()
111 NumberKind::F64, in f64_up_down_counter_is_exported()
159 NumberKind::F64, in f64_histogram_is_exported()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_shader_atomic_float64.txt125 specified in an assembly program, "F64" should be allowed as a storage
135 "F64" storage modifier with the "ATOM" opcode to perform atomic double-
143 ADD U32, S32, U64, F32, F64 compute a sum
146 EXCH U32, S32, U64, F32, F64 exchange memory with operand
/third_party/openGLES/extensions/NV/
DNV_shader_atomic_float64.txt125 specified in an assembly program, "F64" should be allowed as a storage
135 "F64" storage modifier with the "ATOM" opcode to perform atomic double-
143 ADD U32, S32, U64, F32, F64 compute a sum
146 EXCH U32, S32, U64, F32, F64 exchange memory with operand
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudioresample.c837 test_pipeline (GST_AUDIO_NE (F64), 44100, 48000, quality); in GST_START_TEST()
838 test_pipeline (GST_AUDIO_NE (F64), 48000, 44100, quality); in GST_START_TEST()
1014 caps = gst_caps_from_string ("audio/x-raw, format=" GST_AUDIO_NE (F64) in GST_START_TEST()
1029 caps = gst_caps_from_string ("audio/x-raw, format=" GST_AUDIO_NE (F64) in GST_START_TEST()
1146 FFT_HELPERS (double, F64, f64, 2048.0);
1239 GST_AUDIO_NE (F64), &init_double_silence, &compare_ffts_F64); in GST_START_TEST()
1241 GST_AUDIO_NE (F64), &init_double_sine, &compare_ffts_F64); in GST_START_TEST()
1243 GST_AUDIO_NE (F64), &init_double_sine2, &compare_ffts_F64); in GST_START_TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonPatterns.td409 def: OpR_R_pat<F2_conv_df2sf, pf1<fpround>, f32, F64>;
422 def: OpR_R_pat<F2_conv_df2w_chop, pf1<fp_to_sint>, i32, F64>;
424 def: OpR_R_pat<F2_conv_df2d_chop, pf1<fp_to_sint>, i64, F64>;
427 def: OpR_R_pat<F2_conv_df2uw_chop, pf1<fp_to_uint>, i32, F64>;
429 def: OpR_R_pat<F2_conv_df2ud_chop, pf1<fp_to_uint>, i64, F64>;
434 def: Pat<(i64 (bitconvert F64:$v)), (I64:$v)>;
435 def: Pat<(f64 (bitconvert I64:$v)), (F64:$v)>;
649 def: OpR_RR_pat<F2_dfcmpeq, seteq, i1, F64>;
650 def: OpR_RR_pat<F2_dfcmpgt, setgt, i1, F64>;
651 def: OpR_RR_pat<F2_dfcmpge, setge, i1, F64>;
[all …]
/third_party/rust/crates/serde/serde_test/src/
Dtoken.rs102 F64(f64), enumerator
/third_party/rust/crates/serde/test_suite/tests/
Dtest_value.rs90 Token::F64(14.0), in test_map_access_to_enum()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCTargetDesc.cpp142 return wasm::ValType::F64; in toValType()
DWebAssemblyMCTargetDesc.h132 F64 = unsigned(wasm::ValType::F64), enumerator
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/script/
Dextract-numbery-strings.go173 fmt.Sprintf("%04X %08X %016X %s", f.F16, f.F32, f.F64, n))

1234567