Searched refs:CBRT2 (Results 1 – 8 of 8) sorted by relevance
23 #define CBRT2 1.2599210498948731648 /* 2^(1/3) */ macro29 1.0 / CBRT2,31 CBRT2,
23 #define CBRT2 1.2599210498948731648 /* 2^(1/3) */ macro31 1.0 / CBRT2,33 CBRT2,
27 static const long double CBRT2 = 1.259921049894873164767210607278228350570251L; variable72 x *= CBRT2; in __cbrtl()
61 static const _Float128 CBRT2 = L(1.259921049894873164767210607278228350570251); variable106 x *= CBRT2; in __cbrtl()
35 #define CBRT2 1.2599210498948731648 macro45 .double CBRT2
47 #define CBRT2 1.2599210498948731648 macro56 .double CBRT2
57 #define CBRT2 1.2599210498948731648 macro72 .tfloat CBRT2
Completed in 8 milliseconds