Searched refs:z (Results 1 – 7 of 7) sorted by relevance
| /tests/boards/vmu_rt1170/icm42688/src/ |
| A D | main.c | 70 double z = q31_to_double(data->readings[0].values[2], data->shift); in callback() local 74 zassert(fabs(z - 9.8) < 1.0, "fail", in callback() 75 "accel z out of range: %10.4f", z); in callback() 81 double z = q31_to_double(data->readings[0].values[2], data->shift); in callback() local 85 zassert(fabs(z) < 0.1, "fail", "gyro z out of range: %10.4f", z); in callback()
|
| /tests/boards/intel_adsp/hda/src/ |
| A D | tests.h | 17 #define CONCAT3(x, y, z) x ## y ## z argument
|
| /tests/bluetooth/bt_crypto/src/ |
| A D | test_bt_crypto.c | 59 uint8_t z = 0x00; in ZTEST() local 65 bt_crypto_f4(u, v, x, z, res); in ZTEST()
|
| /tests/benchmarks/mbedtls/src/ |
| A D | benchmark.c | 877 mbedtls_mpi z; in main() local 924 mbedtls_mpi_init(&z); in main() 944 &ecdh.grp, &z, in main() 950 mbedtls_mpi_free(&z); in main() 988 mbedtls_mpi_init(&z); in main() 1007 &z, &ecdh.Qp, in main() 1013 mbedtls_mpi_free(&z); in main()
|
| /tests/bsim/bluetooth/mesh/src/ |
| A D | test_lcd.c | 60 .version.z = 40,
|
| A D | test_provision.c | 222 .version.z = 4, 229 .version.z = 40,
|
| /tests/bluetooth/tester/src/ |
| A D | btp_mesh.c | 1287 .version.z = 0,
|
Completed in 44 milliseconds