Home
last modified time | relevance | path

Searched refs:F (Results 1 – 5 of 5) sorted by relevance

/math/
A Dtgmath.h57 (F ## l (X))
59 (F ## l (X, Y))
61 (F ## l (X, Y, Z))
63 (F ## f128 (X))
65 (F ## f128 (X, Y))
70 (F ## f64 (X))
72 (F ## f64 (X, Y))
119 # define __TGMATH_1(F, X) __builtin_tgmath (__TGMATH_FUNCS (F) (X)) argument
121 # define __TGMATH_2STD(F, X, Y) __builtin_tgmath (F ## f, F, F ## l, (X), (Y)) argument
578 : F (X)))
[all …]
A Dtest-tgmath.c453 (F(cos)) (TYPE x) in TYPE()
461 (F(acos)) (TYPE x) in TYPE()
469 (F(sin)) (TYPE x) in TYPE()
477 (F(asin)) (TYPE x) in TYPE()
485 (F(tan)) (TYPE x) in TYPE()
493 (F(atan)) (TYPE x) in TYPE()
509 (F(cosh)) (TYPE x) in TYPE()
557 (F(exp)) (TYPE x) in TYPE()
565 (F(log)) (TYPE x) in TYPE()
813 (F(erf)) (TYPE x) in TYPE()
[all …]
A Dtest-tgmath2.c457 #define F(name) name macro
464 #define F(name) name##f macro
472 #define F(name) name##l macro
492 (F(cos)) (TYPE x) in TYPE()
500 (F(ccos)) (CTYPE x) in CTYPE()
508 (F(fabs)) (TYPE x) in TYPE()
516 (F(cabs)) (CTYPE x) in TYPE()
524 (F(conj)) (CTYPE x) in CTYPE()
532 (F(expm1)) (TYPE x) in TYPE()
540 (F(lrint)) (TYPE x) in F() function
[all …]
A DMakefile178 $(subst F,$(type-$(t)-suffix),$(1)))
181 type-foreach = $(foreach t,$(types),$(subst F,$(type-$(t)-suffix),$(1)))
189 $(subst F,$(f),$(libm-narrow-types)))
474 func=$${gcall%F*}$${gcall#*F}; \
478 file=$(objpfx)$${gcall%F*}$${suff}$${gcall#*F}.c; \
A DREADME.libm-test129 - "F" for the address of a FLOAT (only as input parameter)

Completed in 14 milliseconds