Lines Matching full:cabsf
12 float cabsf(float _Complex);
34 (void)cabsf(x);
35 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of integer type}}
96 (void)cabsf(x);
97 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of integer type}}
165 (void)cabsf(x);
166 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of integer type}}
233 (void)cabsf(x);
234 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of floating point type}}
298 (void)cabsf(x);
299 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of floating point type}}
369 (void)cabsf(x);
370 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of floating point type}}
422 // expected-note@-2 {{use function 'cabsf' instead}}
423 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:12}:"cabsf"
426 // expected-note@-2 {{use function 'cabsf' instead}}
427 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:13}:"cabsf"
430 // expected-note@-2 {{use function 'cabsf' instead}}
431 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"cabsf"
435 // expected-note@-2 {{use function 'cabsf' instead}}
436 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"cabsf"
439 // expected-note@-2 {{use function 'cabsf' instead}}
440 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:13}:"cabsf"
443 // expected-note@-2 {{use function 'cabsf' instead}}
444 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:9-[[@LINE-3]]:14}:"cabsf"
446 (void)cabsf(x);
508 (void)cabsf(x);
509 // expected-warning@-1 {{absolute value function 'cabsf' given an argument of type '_Complex double' but has parameter of type '_Complex float' which may cause truncation of value}}
576 (void)cabsf(x);
577 // expected-warning@-1 {{absolute value function 'cabsf' given an argument of type '_Complex long double' but has parameter of type '_Complex float' which may cause truncation of value}}
650 (void)cabsf(x);
652 // expected-note@-2 {{remove the call to 'cabsf' since unsigned values cannot be negative}}
730 (void)cabsf(x);
732 // expected-note@-2 {{remove the call to 'cabsf' since unsigned values cannot be negative}}