Searched refs:fatan2_deg (Results 1 – 25 of 41) sorted by relevance
12
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/docs/issdk/ISSDK API Reference Manual/ |
D | a00761_aebfdfbd2df0fe4472f9861b0738bb410_cgraph.map | 1 <map id="fatan2_deg" name="fatan2_deg">
|
D | a00764_aebfdfbd2df0fe4472f9861b0738bb410_cgraph.map | 1 <map id="fatan2_deg" name="fatan2_deg">
|
D | a00761_aebfdfbd2df0fe4472f9861b0738bb410_icgraph.map | 1 <map id="fatan2_deg" name="fatan2_deg">
|
D | a00764_aebfdfbd2df0fe4472f9861b0738bb410_icgraph.map | 1 <map id="fatan2_deg" name="fatan2_deg">
|
D | a00896_a77eeda9a699b1456bb8b02665ad80522_cgraph.map | 4 …d="node4" href="$a00761.html#aebfdfbd2df0fe4472f9861b0738bb410" title="fatan2_deg" alt="" coords="…
|
D | a00896_aa781ea4b9430531df4697d3cb39f7454_cgraph.map | 4 …d="node4" href="$a00761.html#aebfdfbd2df0fe4472f9861b0738bb410" title="fatan2_deg" alt="" coords="…
|
D | a00899_a77eeda9a699b1456bb8b02665ad80522_cgraph.map | 4 …d="node4" href="$a00761.html#aebfdfbd2df0fe4472f9861b0738bb410" title="fatan2_deg" alt="" coords="…
|
D | a00899_aa781ea4b9430531df4697d3cb39f7454_cgraph.map | 4 …d="node4" href="$a00761.html#aebfdfbd2df0fe4472f9861b0738bb410" title="fatan2_deg" alt="" coords="…
|
D | a00899_a13cd93780206a620abc7bdf7907e6dc6_cgraph.map | 5 …d="node5" href="$a00761.html#aebfdfbd2df0fe4472f9861b0738bb410" title="fatan2_deg" alt="" coords="…
|
D | a00896_a13cd93780206a620abc7bdf7907e6dc6_cgraph.map | 5 …d="node5" href="$a00761.html#aebfdfbd2df0fe4472f9861b0738bb410" title="fatan2_deg" alt="" coords="…
|
D | a00761_a09d50b3d2c3d4d24e447a9b960eb5267_icgraph.map | 5 …d="node5" href="$a00764.html#aebfdfbd2df0fe4472f9861b0738bb410" title="fatan2_deg" alt="" coords="…
|
D | a00764_a09d50b3d2c3d4d24e447a9b960eb5267_icgraph.map | 5 …d="node5" href="$a00764.html#aebfdfbd2df0fe4472f9861b0738bb410" title="fatan2_deg" alt="" coords="…
|
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/docs/issdk/SensorFusion/SensorFusion API Reference Manual/ |
D | approximations_8h_aebfdfbd2df0fe4472f9861b0738bb410_cgraph.map | 1 <map id="fatan2_deg" name="fatan2_deg">
|
D | approximations_8c_aebfdfbd2df0fe4472f9861b0738bb410_cgraph.map | 1 <map id="fatan2_deg" name="fatan2_deg">
|
D | approximations_8c_aebfdfbd2df0fe4472f9861b0738bb410_icgraph.map | 1 <map id="fatan2_deg" name="fatan2_deg">
|
D | approximations_8h_aebfdfbd2df0fe4472f9861b0738bb410_icgraph.map | 1 <map id="fatan2_deg" name="fatan2_deg">
|
D | orientation_8h_a13cd93780206a620abc7bdf7907e6dc6_cgraph.map | 4 …ref="$approximations_8c.html#aebfdfbd2df0fe4472f9861b0738bb410" title="fatan2_deg" alt="" coords="…
|
D | orientation_8h_a77eeda9a699b1456bb8b02665ad80522_cgraph.map | 3 …ref="$approximations_8c.html#aebfdfbd2df0fe4472f9861b0738bb410" title="fatan2_deg" alt="" coords="…
|
D | orientation_8c_a13cd93780206a620abc7bdf7907e6dc6_cgraph.map | 4 …ref="$approximations_8c.html#aebfdfbd2df0fe4472f9861b0738bb410" title="fatan2_deg" alt="" coords="…
|
D | orientation_8c_a77eeda9a699b1456bb8b02665ad80522_cgraph.map | 3 …ref="$approximations_8c.html#aebfdfbd2df0fe4472f9861b0738bb410" title="fatan2_deg" alt="" coords="…
|
D | orientation_8c_aa781ea4b9430531df4697d3cb39f7454_cgraph.map | 3 …ref="$approximations_8c.html#aebfdfbd2df0fe4472f9861b0738bb410" title="fatan2_deg" alt="" coords="…
|
D | orientation_8h_aa781ea4b9430531df4697d3cb39f7454_cgraph.map | 3 …ref="$approximations_8c.html#aebfdfbd2df0fe4472f9861b0738bb410" title="fatan2_deg" alt="" coords="…
|
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/ |
D | orientation.c | 499 *pfPhiDeg = fatan2_deg(R[CHY][CHZ], R[CHZ][CHZ]); in fNEDAnglesDegFromRotationMatrix() 511 *pfPsiDeg = fatan2_deg(R[CHZ][CHY], R[CHY][CHY]) + *pfPhiDeg; in fNEDAnglesDegFromRotationMatrix() 516 *pfPsiDeg = fatan2_deg(-R[CHZ][CHY], R[CHY][CHY]) - *pfPhiDeg; in fNEDAnglesDegFromRotationMatrix() 521 *pfPsiDeg = fatan2_deg(R[CHX][CHY], R[CHX][CHX]); in fNEDAnglesDegFromRotationMatrix() 555 *pfTheDeg = fatan2_deg(-R[CHY][CHZ], R[CHZ][CHZ]); in fAndroidAnglesDegFromRotationMatrix() 567 *pfPsiDeg = fatan2_deg(R[CHY][CHX], R[CHY][CHY]) - *pfTheDeg; in fAndroidAnglesDegFromRotationMatrix() 572 *pfPsiDeg = fatan2_deg(R[CHY][CHX], R[CHY][CHY]) + *pfTheDeg; in fAndroidAnglesDegFromRotationMatrix() 577 *pfPsiDeg = fatan2_deg(-R[CHX][CHY], R[CHX][CHX]); in fAndroidAnglesDegFromRotationMatrix() 649 *pfPsiDeg = fatan2_deg(R[CHX][CHY], R[CHX][CHX]) - *pfPhiDeg; in fWin8AnglesDegFromRotationMatrix() 654 *pfPsiDeg = fatan2_deg(R[CHX][CHY], R[CHX][CHX]) + *pfPhiDeg; in fWin8AnglesDegFromRotationMatrix() [all …]
|
D | approximations.h | 25 float fatan2_deg(float y, float x);
|
D | approximations.c | 109 float fatan2_deg(float y, float x) in fatan2_deg() function
|
12