Searched refs:exp_h (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/panfrost/lib/ |
D | pan_tiler.c | 346 unsigned exp_h = util_logbase2(best_h / 16); in panfrost_choose_tile_size() local 348 return exp_w | (exp_h << 6); in panfrost_choose_tile_size()
|
/external/vixl/test/aarch64/ |
D | test-assembler-sve-aarch64.cc | 4923 int exp_h[] = {0, 1, 0, -16384, 16383, -1, 0, -1}; in TEST_SVE() local 4931 IntBinArithHelper(config, fn, kHRegSize, pg_h, zn_h, zm_h, exp_h); in TEST_SVE() 12454 uint16_t exp_h[] = {Float16ToRawbits(Float16(0.1)), in TEST_SVE() local 12473 exp_h); in TEST_SVE()
|