Home
last modified time | relevance | path

Searched defs:usa_const (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/Frontend/
H A Dfixed_point_mul_const.c19 unsigned short _Accum usa_const = 1.0uhk * 2.0uhk; variable
H A Dfixed_point_add_const.c19 unsigned short _Accum usa_const = 1.0uhk + 2.0uhk; variable
H A Dfixed_point_sub_const.c21 unsigned short _Accum usa_const = 3.0uhk - 2.0uhk; variable
H A Dfixed_point_div_const.c21 unsigned short _Accum usa_const = 3.0uhk / 2.0uhk; global() variable
H A Dfixed_point_conversions_const.c17 unsigned short _Accum usa_const = 2.5uk; global() variable