Home
last modified time | relevance | path

Searched defs:sa_const5 (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/Frontend/
H A Dfixed_point_mul_const.c24 short _Accum sa_const5 = 20.0uhk * 3.0hk; variable
H A Dfixed_point_add_const.c24 short _Accum sa_const5 = 1.0uhk + 2.0hk; variable
H A Dfixed_point_shift_const.c12 short _Accum sa_const5 = -1.0hk << 2; variable
H A Dfixed_point_sub_const.c17 short _Accum sa_const5 = 2.0hk - 0.5lr; variable
H A Dfixed_point_div_const.c17 short _Accum sa_const5 = 2.0hk / 0.5lr; global() variable
H A Dfixed_point_conversions_const.c39 short _Accum sa_const5 = 2; global() variable
H A Dfixed_point_errors.c251 short _Accum sa_const5 = 256; // expected-warning{{implicit conversion from 256 cannot fit within the range of values for 'short _Accum'}} global() variable