Home
last modified time | relevance | path

Searched defs:vec2 (Results 1 – 25 of 137) sorted by relevance

123456

/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
588 float32x4_t vec2; in arm_mat_inverse_f32() local
/third_party/cmsis/CMSIS/DSP/Source/BasicMathFunctions/
Darm_mult_f32.c74 f32x4_t vec2; in arm_mult_f32() local
122 f32x4_t vec2; in arm_mult_f32() local
Darm_add_f32.c74 f32x4_t vec2; in arm_add_f32() local
124 f32x4_t vec2; in arm_add_f32() local
Darm_sub_f32.c74 f32x4_t vec2; in arm_sub_f32() local
124 f32x4_t vec2; in arm_sub_f32() local
Darm_sub_f16.c73 f16x8_t vec2; in arm_sub_f16() local
Darm_mult_f16.c75 f16x8_t vec2; in arm_mult_f16() local
Darm_add_f16.c74 f16x8_t vec2; in arm_add_f16() local
Darm_dot_prod_f32.c133 f32x4_t vec2; in arm_dot_prod_f32() local
/third_party/skia/third_party/externals/d3d12allocator/src/
DCommon.h87 struct vec2 struct
91 vec2() { } in vec2() function
92 vec2(float x, float y) : x(x), y(y) { } in vec2() argument
101 vec2 Normalized() const in Normalized() argument
/third_party/gn/src/gn/
Dimmutable_vector_unittest.cc32 ImmutableVector<int> vec2(input); in TEST() local
57 ImmutableVector<int> vec2 = vec1; in TEST() local
/third_party/skia/modules/canvaskit/wasm_tools/SIMD/
Dsimd_int_capabilities.cpp35 auto vec2 = skvx::Vec<4, int>({1, 9, 27, 41}); in main() local
Dsimd_float_capabilities.cpp35 auto vec2 = skvx::Vec<4, float>({-.5f, 100.5f, 100.5f, -.5f}); in main() local
/third_party/json/test/src/
Dfuzzer-parse_bson.cpp44 std::vector<uint8_t> vec2 = json::to_bson(j1); in LLVMFuzzerTestOneInput() local
Dfuzzer-parse_cbor.cpp39 std::vector<uint8_t> vec2 = json::to_cbor(j1); in LLVMFuzzerTestOneInput() local
Dfuzzer-parse_msgpack.cpp39 std::vector<uint8_t> vec2 = json::to_msgpack(j1); in LLVMFuzzerTestOneInput() local
Dfuzzer-parse_ubjson.cpp45 std::vector<uint8_t> vec2 = json::to_ubjson(j1, false, false); in LLVMFuzzerTestOneInput() local
Dunit-regression1.cpp962 std::vector<uint8_t> vec2 {0xca, 0x8f, 0x0a}; variable
1025 std::vector<uint8_t> vec2; variable
1045 std::vector<uint8_t> vec2 {0x9f}; variable
1093 std::vector<uint8_t> vec2 {0x9f, 0x01}; variable
1142 std::vector<uint8_t> vec2 variable
1261 std::vector<uint8_t> vec2 = json::to_cbor(j1); variable
/third_party/skia/third_party/externals/spirv-tools/test/util/
Dsmall_vector_test.cpp61 SmallVector<uint32_t, 6> vec2(vec1); in TEST() local
75 SmallVector<uint32_t, 2> vec2(vec1); in TEST() local
89 SmallVector<uint32_t, 6> vec2(vec1); in TEST() local
103 SmallVector<uint32_t, 2> vec2(vec1); in TEST() local
117 SmallVector<uint32_t, 6> vec2(std::move(vec1)); in TEST() local
130 SmallVector<uint32_t, 2> vec2(std::move(vec1)); in TEST() local
143 SmallVector<uint32_t, 6> vec2(std::move(vec1)); in TEST() local
156 SmallVector<uint32_t, 2> vec2(std::move(vec1)); in TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/util/
Dsmall_vector_test.cpp61 SmallVector<uint32_t, 6> vec2(vec1); in TEST() local
75 SmallVector<uint32_t, 2> vec2(vec1); in TEST() local
89 SmallVector<uint32_t, 6> vec2(vec1); in TEST() local
103 SmallVector<uint32_t, 2> vec2(vec1); in TEST() local
117 SmallVector<uint32_t, 6> vec2(std::move(vec1)); in TEST() local
130 SmallVector<uint32_t, 2> vec2(std::move(vec1)); in TEST() local
143 SmallVector<uint32_t, 6> vec2(std::move(vec1)); in TEST() local
156 SmallVector<uint32_t, 2> vec2(std::move(vec1)); 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/spirv-tools/test/util/
Dsmall_vector_test.cpp73 SmallVector<uint32_t, 6> vec2(vec1); in TEST() local
87 SmallVector<uint32_t, 2> vec2(vec1); in TEST() local
101 SmallVector<uint32_t, 6> vec2(vec1); in TEST() local
115 SmallVector<uint32_t, 2> vec2(vec1); in TEST() local
129 SmallVector<uint32_t, 6> vec2(std::move(vec1)); in TEST() local
142 SmallVector<uint32_t, 2> vec2(std::move(vec1)); in TEST() local
155 SmallVector<uint32_t, 6> vec2(std::move(vec1)); in TEST() local
168 SmallVector<uint32_t, 2> vec2(std::move(vec1)); in TEST() local
/third_party/cmsis/CMSIS/DSP/Source/QuaternionMathFunctions/
Darm_quaternion_inverse_f32.c64 f32x4_t vec1,vec2; in arm_quaternion_inverse_f32() local
Darm_quaternion_normalize_f32.c63 f32x4_t vec1,vec2; in arm_quaternion_normalize_f32() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec.hpp443 typedef lowp_vec2 vec2; typedef
447 typedef mediump_vec2 vec2; typedef
454 typedef highp_vec2 vec2; typedef

123456