Searched refs:A (Results 1 – 25 of 145) sorted by relevance
123456
/math/ |
A D | test-nan-payload.c | 31 #define CHECK_IS_NAN(TYPE, A) \ argument 34 if (isnan (A)) \ 35 puts ("PASS: " #TYPE " " #A); \ 38 puts ("FAIL: " #TYPE " " #A); \ 44 #define CHECK_SAME_NAN(TYPE, A, B) \ argument 47 if (memcmp (&(A), &(B), sizeof (A)) == 0) \ 48 puts ("PASS: " #TYPE " " #A " = " #B); \ 51 puts ("FAIL: " #TYPE " " #A " = " #B); \ 57 #define CHECK_DIFF_NAN(TYPE, A, B) \ argument 60 if (memcmp (&(A), &(B), sizeof (A)) != 0) \ [all …]
|
A D | tst-CMPLX2.c | 25 #define COMPARE_BODY(A, B, TYPE, COPYSIGN) \ argument 27 TYPE s1 = COPYSIGN ((TYPE) 1.0, A); \ 31 if ((__builtin_isnan (A) != 0) != (__builtin_isnan (B) != 0)) \ 33 if ((A != B) != (__builtin_isnan (A) != 0)) \ 78 #define VERIFY(A, B, TYPE, COMPARE, CL) \ argument 80 TYPE a = A; \ 83 static _Complex TYPE cs = CL (A, B); \ 84 COMPARE (cr, A, B); \ 85 COMPARE (cs, A, B); \
|
A D | gen-auto-libm-tests.c | 164 #define ARRAY_SIZE(A) (sizeof (A) / sizeof ((A)[0])) argument
|
A D | libm-test-cpow.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-erfc.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-cbrt.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-cos.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-cosh.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-erf.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-exp.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-exp10.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-exp2.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-expm1.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-sin.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-sinh.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-tan.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-tanh.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-asinh.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-atan.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-cimag.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-compat_totalorder.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-compat_totalordermag.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-conj.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
A D | libm-test-creal.inc | 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
/math/finclude/ |
A D | math-vector-fortran.h | 12 ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
Completed in 15 milliseconds
123456