Home
last modified time | relevance | path

Searched defs:R20 (Results 1 – 3 of 3) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Source/QuaternionMathFunctions/
Darm_rotation2quaternion_f32.c72 #define R20 vgetq_lane(q2,2) macro
/third_party/ltp/tools/sparse/sparse-src/validation/
Drepeat.h21 #define R20(P, S) R18(P,S##0) R18(P,S##1) R18(P,S##2) R18(P,S##3) macro
/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples1.ts284 type R20 = Last<readonly [number, symbol, string]>; alias