Lines Matching refs:VecFx32
80 VecFx32 a = { FX32_ONE, FX32_ONE * 2, FX32_ONE * 3 }; in test_FX_VEC()
81 VecFx32 b = { FX32_ONE * 5, FX32_ONE * 7, FX32_ONE * 11 }; in test_FX_VEC()
82 VecFx32 c; in test_FX_VEC()
407 const VecFx32 xAxis = { FX32_ONE, 0, 0 }; in test_FX_MTX33()
408 const VecFx32 yAxis = { 0, FX32_ONE, 0 }; in test_FX_MTX33()
409 const VecFx32 zAxis = { 0, 0, FX32_ONE }; in test_FX_MTX33()
469 VecFx32 vec = { FX32_ONE, FX32_ONE, FX32_ONE }; in test_FX_MTX33()
470 VecFx32 ans = { FX32_ONE * 12, FX32_ONE * 15, FX32_ONE * 18 }; in test_FX_MTX33()
574 const VecFx32 xAxis = { FX32_ONE, 0, 0 }; in test_FX_MTX43()
575 const VecFx32 yAxis = { 0, FX32_ONE, 0 }; in test_FX_MTX43()
576 const VecFx32 zAxis = { 0, 0, FX32_ONE }; in test_FX_MTX43()
732 const VecFx32 xAxis = { FX32_ONE, 0, 0 }; in test_FX_MTX44()
733 const VecFx32 yAxis = { 0, FX32_ONE, 0 }; in test_FX_MTX44()
734 const VecFx32 zAxis = { 0, 0, FX32_ONE }; in test_FX_MTX44()