Searched refs:l (Results 1 – 15 of 15) sorted by relevance
/math/ |
A D | tgmath.h | 57 (F ## l (X)) 59 (F ## l (X, Y)) 61 (F ## l (X, Y, Z)) 115 # define __TGMATH_FUNCS(X) X ## f, X, X ## l, \ 121 # define __TGMATH_2STD(F, X, Y) __builtin_tgmath (F ## f, F, F ## l, (X), (Y)) 128 # define __TGMATH_NARROW_FUNCS_F(X) X, X ## l, 180 # define __tgml(fct) fct ## l 577 ? F ## l (X) \ 582 ? F ## l (X, Y) \ 588 ? F ## l (X, Y, Z) \
|
A D | math.h | 394 # define __MATH_PRECNAME(name,r) name##l##r 573 # define __MATHCALL_NAME(name) f ## name ## l 602 # define __MATHCALL_NAME(name) d ## name ## l 604 # define __MATHCALL_REDIR_NAME(name) __nldbl_d ## name ## l 890 # define __MATH_TG_F64X(FUNC, ARGS) _Float64x: FUNC ## l ARGS, 902 long double: FUNC ## l ARGS, \ 918 FUNC ## l ARGS, \ 927 : FUNC ## l ARGS)
|
A D | basic-test.c | 194 TEST_FUNC (ldouble_test, long double, l, LDBL_EPSILON, HUGE_VALL) in TEST_FUNC() 195 TEST_CONVERT (convert_tfsf_test, float, long double, l) in TEST_FUNC() 197 TEST_CONVERT (convert_tfdf_test, double, long double, l) in TEST_FUNC()
|
A D | test-arg-ldouble.h | 22 #define ARG_FUNC(function) function ## l 31 #define FUNC_NARROW_SUFFIX l
|
A D | test-ldouble.h | 21 #define FUNC(function) function##l 40 #define LITM(x) x ## l
|
A D | Makefile | 125 type-ldouble-suffix := l 151 type-ibm128-suffix := l
|
A D | gen-auto-libm-tests.c | 1514 long l = mpz_get_si (inputs[0].value.i); in calc_generic_results() local 1515 inexact = calc->func.mpfr_if_f (outputs[0].value.f, l, in calc_generic_results()
|
A D | test-nearbyint-except-2.c | 49 TEST_FUNC (ldouble_test, long double, l) in TEST_FUNC()
|
A D | test-narrow-macros.c | 28 #define l test macro macro
|
A D | test-nearbyint-except.c | 72 TEST_FUNC (ldouble_test, long double, l) in TEST_FUNC()
|
A D | test-snan.c | 125 TEST_FUNC (ldouble_test, long double, l) in TEST_FUNC()
|
A D | complex.h | 142 # define __MATH_PRECNAME(name) name##l
|
A D | README.libm-test | 122 - "l" for long int.
|
A D | test-tgmath2.c | 472 #define F(name) name##l
|
A D | test-tgmath.c | 201 #define F(name) name##l
|
Completed in 26 milliseconds