Searched refs:order (Results 1 – 8 of 8) sorted by relevance
/math/ |
A D | gen-tgmath-tests.py | 102 self.order = order 124 if self.order is not None: 125 Type.real_types_order[self.order] = self 148 condition=condition, order=order, integer=integer, 190 condition='defined HUGE_VAL_F16', order=(0, 0)) 191 Type.create_type('float', 'f', 'FLT_MANT_DIG', order=(1, 1)) 194 condition='defined HUGE_VAL_F32', order=(2, 2)) 198 Type.create_type('double', '', 'DBL_MANT_DIG', order=(4, 4)) 276 order = (max(combined.order[0], t.order[0]), 277 max(combined.order[1], t.order[1])) [all …]
|
A D | gen-libm-test.py | 189 for order, (prefix, d) in enumerate(self.ulps_kinds): 195 out_data[(fn, order)] = fn_text
|
A D | libm-test-j0.inc | 23 /* j0 is the Bessel function of the first kind of order 0 */
|
A D | libm-test-j1.inc | 23 /* j1 is the Bessel function of the first kind of order 1 */
|
A D | libm-test-y0.inc | 23 /* y0 is the Bessel function of the second kind of order 0 */
|
A D | libm-test-y1.inc | 23 /* y1 is the Bessel function of the second kind of order 1 */
|
A D | libm-test-jn.inc | 23 /* jn is the Bessel function of the first kind of order n. */
|
A D | libm-test-yn.inc | 23 /* yn is the Bessel function of the second kind of order n */
|
Completed in 8 milliseconds