Home
last modified time | relevance | path

Searched defs:R21 (Results 1 – 2 of 2) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Source/QuaternionMathFunctions/
Darm_rotation2quaternion_f32.c73 #define R21 vgetq_lane(q2,3) macro
/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples1.ts285 type R21 = Last<readonly [symbol, string]>; alias