Home
last modified time | relevance | path

Searched refs:v51 (Results 1 – 22 of 22) sorted by relevance

/external/clang/test/CodeGenCXX/
Dattr-mode-vector-types-tmpl.cpp51 VT_51 v51; in CheckFloatVectorTypes() local
/external/ow2-asm/asm-test/src/main/resources/jdk3/
DLargeMethod.class ... v46 long v47 long v48 long v49 long v50 long v51 long v52 long v53 long v54 long v55 long v56 ...
/external/llvm/test/Transforms/InstCombine/
Dvec_demanded_elts.ll69 %v51 = insertelement <2 x double> %v50, double 0.000000e+00, i32 1
70 %tmp5 = tail call i64 @llvm.x86.sse2.cvtsd2si64(<2 x double> %v51)
/external/XNNPACK/models/
Dqu8-mobilenet-v2.cc73 alignas(16) static std::array<uint8_t, 47040> v51; in QU8MobileNetV2() local
249 std::generate(v51.begin(), v51.end(), std::ref(u8rng)); in QU8MobileNetV2()
2333 v50.data() /* input */, v51.data() /* output */, in QU8MobileNetV2()
2343 v51.data() /* input */, v52.data() /* output */, in QU8MobileNetV2()
Dqs8-mobilenet-v2.cc73 alignas(16) static std::array<int8_t, 47040> v51; in QS8MobileNetV2() local
249 std::generate(v51.begin(), v51.end(), std::ref(i8rng)); in QS8MobileNetV2()
2333 v50.data() /* input */, v51.data() /* output */, in QS8MobileNetV2()
2343 v51.data() /* input */, v52.data() /* output */, in QS8MobileNetV2()
Dfp16-mobilenet-v2.cc75 alignas(16) static std::array<uint16_t, 47040> v51; in FP16MobileNetV2() local
251 std::generate(v51.begin(), v51.end(), std::ref(f16rng)); in FP16MobileNetV2()
2261 v50.data() /* input */, v51.data() /* output */, in FP16MobileNetV2()
2271 v51.data() /* input */, v52.data() /* output */, in FP16MobileNetV2()
Dfp32-mobilenet-v2.cc74 alignas(16) static std::array<float, 47040> v51; in FP32MobileNetV2() local
249 std::generate(v51.begin(), v51.end(), std::ref(f32rng)); in FP32MobileNetV2()
2261 v50.data() /* input */, v51.data() /* output */, in FP32MobileNetV2()
2271 v51.data() /* input */, v52.data() /* output */, in FP32MobileNetV2()
Dqc8-mobilenet-v2.cc73 alignas(16) static std::array<int8_t, 47040> v51; in QC8MobileNetV2() local
303 std::generate(v51.begin(), v51.end(), std::ref(i8rng)); in QC8MobileNetV2()
2440 v50.data() /* input */, v51.data() /* output */, in QC8MobileNetV2()
2450 v51.data() /* input */, v52.data() /* output */, in QC8MobileNetV2()
Dfp32-sparse-mobilenet-v2.cc73 alignas(16) static std::array<float, 47040> v51; in FP32SparseMobileNetV2() local
248 std::generate(v51.begin(), v51.end(), std::ref(f32rng)); in FP32SparseMobileNetV2()
2328 v50.data() /* input */, v51.data() /* output */, in FP32SparseMobileNetV2()
2338 v51.data() /* input */, v52.data() /* output */, in FP32SparseMobileNetV2()
Dfp32-mobilenet-v3-small.cc73 alignas(16) static std::array<float, 120> v51; in FP32MobileNetV3Small() local
285 std::generate(v51.begin(), v51.end(), std::ref(f32rng)); in FP32MobileNetV3Small()
2773 v50.data() /* input */, v51.data() /* output */, in FP32MobileNetV3Small()
2786 v48.data() /* a */, v51.data() /* b */, v52.data() /* output */, in FP32MobileNetV3Small()
Dfp16-mobilenet-v3-small.cc75 alignas(16) static std::array<uint16_t, 120> v51; in FP16MobileNetV3Small() local
288 std::generate(v51.begin(), v51.end(), std::ref(f16rng)); in FP16MobileNetV3Small()
2776 v50.data() /* input */, v51.data() /* output */, in FP16MobileNetV3Small()
2789 v48.data() /* a */, v51.data() /* b */, v52.data() /* output */, in FP16MobileNetV3Small()
Dfp32-sparse-mobilenet-v3-small.cc73 alignas(16) static std::array<float, 120> v51; in FP32SparseMobileNetV3Small() local
285 std::generate(v51.begin(), v51.end(), std::ref(f32rng)); in FP32SparseMobileNetV3Small()
2855 v50.data() /* input */, v51.data() /* output */, in FP32SparseMobileNetV3Small()
2868 v48.data() /* a */, v51.data() /* b */, v52.data() /* output */, in FP32SparseMobileNetV3Small()
Dfp16-mobilenet-v3-large.cc75 alignas(16) static std::array<uint16_t, 15680> v51; in FP16MobileNetV3Large() local
322 std::generate(v51.begin(), v51.end(), std::ref(f16rng)); in FP16MobileNetV3Large()
3125 v50.data() /* input */, v51.data() /* output */, in FP16MobileNetV3Large()
3138 v51.data() /* a */, v46.data() /* b */, v52.data() /* output */, in FP16MobileNetV3Large()
Dfp32-mobilenet-v3-large.cc73 alignas(16) static std::array<float, 15680> v51; in FP32MobileNetV3Large() local
319 std::generate(v51.begin(), v51.end(), std::ref(f32rng)); in FP32MobileNetV3Large()
3122 v50.data() /* input */, v51.data() /* output */, in FP32MobileNetV3Large()
3135 v51.data() /* a */, v46.data() /* b */, v52.data() /* output */, in FP32MobileNetV3Large()
Dfp32-sparse-mobilenet-v3-large.cc73 alignas(16) static std::array<float, 15680> v51; in FP32SparseMobileNetV3Large() local
319 std::generate(v51.begin(), v51.end(), std::ref(f32rng)); in FP32SparseMobileNetV3Large()
3214 v50.data() /* input */, v51.data() /* output */, in FP32SparseMobileNetV3Large()
3227 v51.data() /* a */, v46.data() /* b */, v52.data() /* output */, in FP32SparseMobileNetV3Large()
/external/ImageMagick/PerlMagick/t/reference/jpeg/
Dwrite_non_interlaced.miff16 …�KO�?D�@9�I5�5D�7H�9Q�9Z�8_�<i�Cp�Hx�Q��\{�em�dc�¾��������������������ɍ��|�v51.3/,40-;63C>8LF:NI6O…
Dwrite_plane_interlaced.miff16 …�KO�?D�@9�I5�5D�7H�9Q�9Z�8_�<i�Cp�Hx�Q��\{�em�dc�¾��������������������ɍ��|�v51.3/,40-;63C>8LF:NI6O…
/external/ImageMagick/PerlMagick/t/reference/write/jpeg/
Dwrite_plane_interlaced.miff45 …KO�?D�@9�I5�5D�7H�9Q�9Z�8_�<i�Cp�Hx�R��]|�em�ed�����������������������ɍ��|�v51.3/,40-;63C>8LF:NI6O…
Dwrite_non_interlaced.miff45 …KO�?D�@9�I5�5D�7H�9Q�9Z�8_�<i�Cp�Hx�R��]|�em�ed�����������������������ɍ��|�v51.3/,40-;63C>8LF:NI6O…
/external/python/setuptools/
DCHANGES.rst1056 v51.3.3
1065 v51.3.2
1074 v51.3.1
1083 v51.3.0
1097 v51.2.0
1115 v51.1.2
1124 v51.1.1
1133 v51.1.0
1151 v51.0.0
/external/ow2-asm/asm-test/src/resources/java/jdk3/
DLargeMethod.java91 long v51, in wideInstructions()
/external/ComputeLibrary/data/images/
D1920x1080.ppm27062 4 0 Ah51n3/v51:5�A:�HA�JB�J?�QD�M@�F6�[M�hX�p]�xdˉoДxۢ�㧋ߜՌk�|Y�kH�bB�P2�F)�="{5j-P>