Home
last modified time | relevance | path

Searched defs:vec1 (Results 1 – 25 of 110) sorted by relevance

12345

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dvec1.hpp115 typedef highp_vec1 vec1; typedef
117 typedef mediump_vec1 vec1; typedef
119 typedef lowp_vec1 vec1; typedef
123 typedef highp_vec1 vec1; typedef
/third_party/gn/src/gn/
Dimmutable_vector_unittest.cc16 ImmutableVector<int> vec1 = {100, 42}; in TEST() local
56 ImmutableVector<int> vec1 = {1, 2, 3, 4}; in TEST() local
69 ImmutableVector<int> vec1 = {1, 3, 5, 7}; in TEST() local
/third_party/cmsis/CMSIS/DSP/Source/BasicMathFunctions/
Darm_abs_f32.c74 f32x4_t vec1; in arm_abs_f32() local
121 f32x4_t vec1; in arm_abs_f32() local
Darm_abs_f16.c74 f16x8_t vec1; in arm_abs_f16() local
122 f16x8_t vec1; in arm_abs_f16() local
Darm_negate_f32.c72 f32x4_t vec1; in arm_negate_f32() local
116 f32x4_t vec1; in arm_negate_f32() local
Darm_offset_f32.c75 f32x4_t vec1; in arm_offset_f32() local
120 f32x4_t vec1; in arm_offset_f32() local
Darm_mult_f32.c73 f32x4_t vec1; in arm_mult_f32() local
121 f32x4_t vec1; in arm_mult_f32() local
Darm_sub_f32.c73 f32x4_t vec1; in arm_sub_f32() local
123 f32x4_t vec1; in arm_sub_f32() local
Darm_add_f32.c73 f32x4_t vec1; in arm_add_f32() local
123 f32x4_t vec1; in arm_add_f32() local
Darm_scale_f32.c88 f32x4_t vec1; in arm_scale_f32() local
133 f32x4_t vec1; in arm_scale_f32() local
Darm_negate_f16.c72 f16x8_t vec1; in arm_negate_f16() local
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_inverse_f16.c438 f16x8_t vec1, vec2; in arm_mat_inverse_f16() local
461 f16x8_t vec1, vec2; in arm_mat_inverse_f16() local
474 f16x8_t vec1, vec2; in arm_mat_inverse_f16() local
498 f16x8_t vec1, vec2; in arm_mat_inverse_f16() local
Darm_mat_inverse_f32.c456 f32x4_t vec1, vec2; in arm_mat_inverse_f32() local
479 f32x4_t vec1, vec2; in arm_mat_inverse_f32() local
492 f32x4_t vec1, vec2; in arm_mat_inverse_f32() local
516 f32x4_t vec1, vec2; in arm_mat_inverse_f32() local
587 float32x4_t vec1; in arm_mat_inverse_f32() local
/third_party/ffmpeg/libavcodec/ppc/
Daudiodsp.c42 register vec_s16 vec1; in scalarproduct_int16_altivec() local
67 register vec_s16 vec1; in scalarproduct_int16_vsx() local
/third_party/skia/modules/canvaskit/wasm_tools/SIMD/
Dsimd_int_capabilities.cpp34 auto vec1 = skvx::Vec<4, int>({3, 7, 11, 23}); in main() local
Dsimd_float_capabilities.cpp34 auto vec1 = skvx::Vec<4, float>({11.f, -22.f, 33.f, -44.f}); in main() local
/third_party/json/test/src/
Dfuzzer-parse_bson.cpp33 std::vector<uint8_t> vec1(data, data + size); in LLVMFuzzerTestOneInput() local
Dfuzzer-parse_cbor.cpp33 std::vector<uint8_t> vec1(data, data + size); in LLVMFuzzerTestOneInput() local
Dfuzzer-parse_msgpack.cpp33 std::vector<uint8_t> vec1(data, data + size); in LLVMFuzzerTestOneInput() local
Dfuzzer-parse_ubjson.cpp39 std::vector<uint8_t> vec1(data, data + size); in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/util/
Dsmall_vector_test.cpp60 SmallVector<uint32_t, 6> vec1 = {0, 1, 2, 3}; in TEST() local
74 SmallVector<uint32_t, 2> vec1 = {0, 1, 2, 3}; in TEST() local
88 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
102 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
116 SmallVector<uint32_t, 6> vec1 = {0, 1, 2, 3}; in TEST() local
129 SmallVector<uint32_t, 2> vec1 = {0, 1, 2, 3}; in TEST() local
142 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
155 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
/third_party/skia/third_party/externals/spirv-tools/test/util/
Dsmall_vector_test.cpp60 SmallVector<uint32_t, 6> vec1 = {0, 1, 2, 3}; in TEST() local
74 SmallVector<uint32_t, 2> vec1 = {0, 1, 2, 3}; in TEST() local
88 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
102 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
116 SmallVector<uint32_t, 6> vec1 = {0, 1, 2, 3}; in TEST() local
129 SmallVector<uint32_t, 2> vec1 = {0, 1, 2, 3}; in TEST() local
142 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
155 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
/third_party/spirv-tools/test/util/
Dsmall_vector_test.cpp60 SmallVector<uint32_t, 6> vec1 = {0, 1, 2, 3}; in TEST() local
74 SmallVector<uint32_t, 2> vec1 = {0, 1, 2, 3}; in TEST() local
88 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
102 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
116 SmallVector<uint32_t, 6> vec1 = {0, 1, 2, 3}; in TEST() local
129 SmallVector<uint32_t, 2> vec1 = {0, 1, 2, 3}; in TEST() local
142 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
155 std::vector<uint32_t> vec1 = {0, 1, 2, 3}; in TEST() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_quad.c93 LLVMValueRef vec1, vec2; in lp_build_packed_ddx_ddy_onecoord() local
130 LLVMValueRef vec1, vec2; in lp_build_packed_ddx_ddy_twocoord() local
/third_party/cmsis/CMSIS/DSP/Source/QuaternionMathFunctions/
Darm_quaternion_conjugate_f32.c62 f32x4_t vec1; in arm_quaternion_conjugate_f32() local

12345