Home
last modified time | relevance | path

Searched refs:vtd (Results 1 – 23 of 23) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DEnumMapDeserializer.java75 KeyDeserializer keyDeser, JsonDeserializer<?> valueDeser, TypeDeserializer vtd, in EnumMapDeserializer() argument
82 _valueTypeDeserializer = vtd; in EnumMapDeserializer()
90 KeyDeserializer keyDeser, JsonDeserializer<?> valueDeser, TypeDeserializer vtd, in EnumMapDeserializer() argument
97 _valueTypeDeserializer = vtd; in EnumMapDeserializer()
106 JsonDeserializer<?> valueDeser, TypeDeserializer vtd) in EnumMapDeserializer() argument
108 this(mapType, null, keyDeser, valueDeser, vtd, null); in EnumMapDeserializer()
185 TypeDeserializer vtd = _valueTypeDeserializer; in createContextual() local
186 if (vtd != null) { in createContextual()
187 vtd = vtd.forProperty(property); in createContextual()
189 …return withResolved(keyDeser, valueDeser, vtd, findContentNullProvider(ctxt, property, valueDeser)… in createContextual()
DMapEntryDeserializer.java143 TypeDeserializer vtd = _valueTypeDeserializer; in createContextual() local
144 if (vtd != null) { in createContextual()
145 vtd = vtd.forProperty(property); in createContextual()
147 return withResolved(kd, vtd, vd); in createContextual()
DArrayBlockingQueueDeserializer.java63 JsonDeserializer<?> vd, TypeDeserializer vtd, in withResolved() argument
67 (JsonDeserializer<Object>) vd, vtd, in withResolved()
DMapDeserializer.java320 TypeDeserializer vtd = _valueTypeDeserializer; in createContextual() local
321 if (vtd != null) { in createContextual()
322 vtd = vtd.forProperty(property); in createContextual()
360 return withResolved(keyDeser, vtd, valueDeser, in createContextual()
DCollectionDeserializer.java114 JsonDeserializer<?> vd, TypeDeserializer vtd, in withResolved() argument
118 (JsonDeserializer<Object>) vd, vtd, in withResolved()
/external/XNNPACK/src/f32-ibilinear/gen/
Dwasmsimd-c4.c52 const v128_t vtd = wasm_f32x4_sub(vtr, vtl); in xnn_f32_ibilinear_ukernel__wasmsimd_c4() local
54 const v128_t vt = wasm_f32x4_add(vtl, wasm_f32x4_mul(vtd, valphah)); in xnn_f32_ibilinear_ukernel__wasmsimd_c4()
68 const v128_t vtd = wasm_f32x4_sub(vtr, vtl); in xnn_f32_ibilinear_ukernel__wasmsimd_c4() local
70 const v128_t vt = wasm_f32x4_add(vtl, wasm_f32x4_mul(vtd, valphah)); in xnn_f32_ibilinear_ukernel__wasmsimd_c4()
Dwasmsimd-c8.c86 const v128_t vtd = wasm_f32x4_sub(vtr, vtl); in xnn_f32_ibilinear_ukernel__wasmsimd_c8() local
88 const v128_t vt = wasm_f32x4_add(vtl, wasm_f32x4_mul(vtd, valphah)); in xnn_f32_ibilinear_ukernel__wasmsimd_c8()
102 const v128_t vtd = wasm_f32x4_sub(vtr, vtl); in xnn_f32_ibilinear_ukernel__wasmsimd_c8() local
104 const v128_t vt = wasm_f32x4_add(vtl, wasm_f32x4_mul(vtd, valphah)); in xnn_f32_ibilinear_ukernel__wasmsimd_c8()
Dscalar-c1.c46 const float vtd = vtr - vtl; in xnn_f32_ibilinear_ukernel__scalar_c1() local
49 const float vt = vtl + vtd * valphah; in xnn_f32_ibilinear_ukernel__scalar_c1()
Dscalar-c2.c80 const float vtd = vtr - vtl; in xnn_f32_ibilinear_ukernel__scalar_c2() local
83 const float vt = vtl + vtd * valphah; in xnn_f32_ibilinear_ukernel__scalar_c2()
Dscalar-c4.c102 const float vtd = vtr - vtl; in xnn_f32_ibilinear_ukernel__scalar_c4() local
105 const float vt = vtl + vtd * valphah; in xnn_f32_ibilinear_ukernel__scalar_c4()
/external/XNNPACK/src/f32-ibilinear/
Dscalar.c.in52 const float vtd${ABC[C]} = vtr${ABC[C]} - vtl${ABC[C]};
56 const float vt${ABC[C]} = vtl${ABC[C]} + vtd${ABC[C]} * valphah;
75 const float vtd = vtr - vtl;
78 const float vt = vtl + vtd * valphah;
94 const float vtd = vtr - vtl;
97 const float vt = vtl + vtd * valphah;
Dwasmsimd.c.in59 const v128_t vtd${ABC[C:C+4]} = wasm_f32x4_sub(vtr${ABC[C:C+4]}, vtl${ABC[C:C+4]});
63 …const v128_t vt${ABC[C:C+4]} = wasm_f32x4_add(vtl${ABC[C:C+4]}, wasm_f32x4_mul(vtd${ABC[C:C+4]}, v…
87 const v128_t vtd = wasm_f32x4_sub(vtr, vtl);
89 const v128_t vt = wasm_f32x4_add(vtl, wasm_f32x4_mul(vtd, valphah));
103 const v128_t vtd = wasm_f32x4_sub(vtr, vtl);
105 const v128_t vt = wasm_f32x4_add(vtl, wasm_f32x4_mul(vtd, valphah));
Dneon.c.in55 const float32x4_t vtd${ABC[C:C+4]} = vsubq_f32(vtr${ABC[C:C+4]}, vtl${ABC[C:C+4]});
61 … const float32x4_t vt${ABC[C:C+4]} = vfmaq_f32(vtl${ABC[C:C+4]}, vtd${ABC[C:C+4]}, valphah);
65 …const float32x4_t vt${ABC[C:C+4]} = vfmaq_lane_f32(vtl${ABC[C:C+4]}, vtd${ABC[C:C+4]}, valphahv, 0…
70 …const float32x4_t vt${ABC[C:C+4]} = vmlaq_lane_f32(vtl${ABC[C:C+4]}, vtd${ABC[C:C+4]}, valphahv, 0…
Dsse.c.in60 const __m128 vtd${ABC[C:C+4]} = _mm_sub_ps(vtr${ABC[C:C+4]}, vtl${ABC[C:C+4]});
64 …const __m128 vt${ABC[C:C+4]} = _mm_add_ps(vtl${ABC[C:C+4]}, _mm_mul_ps(vtd${ABC[C:C+4]}, valphah));
/external/XNNPACK/src/f32-ibilinear-chw/
Dscalar.c.in51 const float vtd${ABC[P]} = vtr${ABC[P]} - vtl${ABC[P]};
55 const float vt${ABC[P]} = vtl${ABC[P]} + vtd${ABC[P]} * valphah${ABC[P]};
83 const float vtd = vtr - vtl; variable
86 const float vt = vtl + vtd * valphah;
110 const float vtd = vtr - vtl; variable
113 const float vt = vtl + vtd * valphah;
/external/XNNPACK/src/f32-ibilinear-chw/gen/
Dscalar-p1.c48 const float vtd = vtr - vtl; in xnn_f32_ibilinear_chw_ukernel__scalar_p1() local
51 const float vt = vtl + vtd * valphah; in xnn_f32_ibilinear_chw_ukernel__scalar_p1()
Dscalar-p2.c91 const float vtd = vtr - vtl; in xnn_f32_ibilinear_chw_ukernel__scalar_p2() local
94 const float vt = vtl + vtd * valphah; in xnn_f32_ibilinear_chw_ukernel__scalar_p2()
Dscalar-p4.c121 const float vtd = vtr - vtl; in xnn_f32_ibilinear_chw_ukernel__scalar_p4() local
124 const float vt = vtl + vtd * valphah; in xnn_f32_ibilinear_chw_ukernel__scalar_p4()
/external/kernel-headers/original/uapi/linux/
Diommu.h337 struct iommu_gpasid_bind_data_vtd vtd; member
/external/llvm-project/llvm/lib/Target/AArch64/
DSVEInstrFormats.td314 class SVE_1_Op_Pat<ValueType vtd, SDPatternOperator op, ValueType vt1,
316 : Pat<(vtd (op vt1:$Op1)),
319 class SVE_1_Op_Passthru_Pat<ValueType vtd, SDPatternOperator op, ValueType pg,
321 : Pat<(vtd (op pg:$Op1, vts:$Op2, vtd:$Op3)),
326 class SVE_1_Op_Passthru_Round_Pat<ValueType vtd, SDPatternOperator op, ValueType pg,
328 : Pat<(vtd (op pg:$Op1, vts:$Op2, (i64 timm0_1), vtd:$Op3)),
351 class SVE_2_Op_Pat<ValueType vtd, SDPatternOperator op, ValueType vt1,
353 : Pat<(vtd (op vt1:$Op1, vt2:$Op2)),
356 class SVE_2_Op_Pred_All_Active<ValueType vtd, SDPatternOperator op,
359 : Pat<(vtd (op (pt (AArch64ptrue 31)), vt1:$Op1, vt2:$Op2)),
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DSVEInstrFormats.td307 class SVE_1_Op_Pat<ValueType vtd, SDPatternOperator op, ValueType vt1,
309 : Pat<(vtd (op vt1:$Op1)),
332 class SVE_2_Op_Pat<ValueType vtd, SDPatternOperator op, ValueType vt1,
334 : Pat<(vtd (op vt1:$Op1, vt2:$Op2)),
337 class SVE_2_Op_Pat_Reduce_To_Neon<ValueType vtd, SDPatternOperator op, ValueType vt1,
339 : Pat<(vtd (op vt1:$Op1, vt2:$Op2)),
340 (INSERT_SUBREG (vtd (IMPLICIT_DEF)), (inst $Op1, $Op2), sub)>;
342 class SVE_3_Op_Pat<ValueType vtd, SDPatternOperator op, ValueType vt1,
344 : Pat<(vtd (op vt1:$Op1, vt2:$Op2, vt3:$Op3)),
347 class SVE_4_Op_Pat<ValueType vtd, SDPatternOperator op, ValueType vt1,
[all …]
/external/ImageMagick/PerlMagick/t/reference/write/jng/
Dread_prog_jdaa.miff16 …�i7.�e5+�_3*�R-$�aC9�jOD�ZF;�H:/�A9.�??3�=A3�)1"�,9(�5B1�,9(�0;*�.:&�?H3���vtd~O�Sp:�Sp:�a}J�b~N�P…
Dread_jdaa.miff16 …�i7.�e5+�_3*�R-$�aC9�jOD�ZF;�H:/�A9.�??3�=A3�)1"�,9(�5B1�,9(�0;*�.:&�?H3���vtd~O�Sp:�Sp:�a}J�b~N�P…