Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 145) sorted by relevance

123456

/math/
A Dtest-nan-payload.c31 #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 Dtst-CMPLX2.c25 #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 Dgen-auto-libm-tests.c164 #define ARRAY_SIZE(A) (sizeof (A) / sizeof ((A)[0])) argument
A Dlibm-test-cpow.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-erfc.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-cbrt.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-cos.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-cosh.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-erf.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-exp.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-exp10.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-exp2.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-expm1.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-sin.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-sinh.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-tan.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-tanh.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-asinh.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-atan.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-cimag.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-compat_totalorder.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-compat_totalordermag.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-conj.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
A Dlibm-test-creal.inc12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
/math/finclude/
A Dmath-vector-fortran.h12 ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU

Completed in 15 milliseconds

123456