Home
last modified time | relevance | path

Searched refs:__f128 (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/include/
Dfloat.h31 __f128 (1.18973149535723176508575932662800702e+4932)
33 __f128 (1.92592994438723585305597794258492732e-34)
35 __f128 (3.36210314311209350626267781732175260e-4932)
37 __f128 (6.47517511943802511092443895822764655e-4966)
/glibc-2.36/sysdeps/powerpc/bits/
Dfloatn.h63 # define __f128(x) x##l macro
65 # define __f128(x) x##q macro
68 # define __f128(x) x##f128 macro
/glibc-2.36/math/
Dmath.h1246 # define M_Ef128 __f128 (2.718281828459045235360287471352662498) /* e */
1247 # define M_LOG2Ef128 __f128 (1.442695040888963407359924681001892137) /* log_2 e */
1248 # define M_LOG10Ef128 __f128 (0.434294481903251827651128918916605082) /* log_10 e */
1249 # define M_LN2f128 __f128 (0.693147180559945309417232121458176568) /* log_e 2 */
1250 # define M_LN10f128 __f128 (2.302585092994045684017991454684364208) /* log_e 10 */
1251 # define M_PIf128 __f128 (3.141592653589793238462643383279502884) /* pi */
1252 # define M_PI_2f128 __f128 (1.570796326794896619231321691639751442) /* pi/2 */
1253 # define M_PI_4f128 __f128 (0.785398163397448309615660845819875721) /* pi/4 */
1254 # define M_1_PIf128 __f128 (0.318309886183790671537767526745028724) /* 1/pi */
1255 # define M_2_PIf128 __f128 (0.636619772367581343075535053490057448) /* 2/pi */
[all …]
Dtest-arg-float128.h26 #define ARG_LIT(x) __f128 (x)
Dtest-float128.h38 #define LIT(x) __f128 (x)
/glibc-2.36/sysdeps/mips/ieee754/bits/
Dfloatn.h60 # define __f128(x) x##l macro
62 # define __f128(x) x##f128 macro
/glibc-2.36/sysdeps/ieee754/ldbl-128/bits/
Dfloatn.h60 # define __f128(x) x##l macro
62 # define __f128(x) x##f128 macro
/glibc-2.36/sysdeps/ia64/bits/
Dfloatn.h61 # define __f128(x) x##q macro
63 # define __f128(x) x##f128 macro
/glibc-2.36/sysdeps/x86/bits/
Dfloatn.h63 # define __f128(x) x##q macro
65 # define __f128(x) x##f128 macro
/glibc-2.36/bits/
Dfloatn.h44 # undef __f128
Dfloatn-common.h122 # define __f64x(x) __f128 (x)
/glibc-2.36/sysdeps/generic/
Dmath-type-macros-float128.h22 #define M_LIT(c) __f128 (c)
/glibc-2.36/stdlib/
Dtst-strtod.h29 #define F128 __f128 ()
/glibc-2.36/sysdeps/ieee754/float128/
Dfloat128_private.h406 #define L(x) __f128 (x)
/glibc-2.36/ChangeLog.old/
DChangeLog.1918182 __f128() constants; define the type _Float128 as long double;
31138 __f128.