Home
last modified time | relevance | path

Searched refs:order (Results 1 – 8 of 8) sorted by relevance

/math/
A Dgen-tgmath-tests.py102 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 Dgen-libm-test.py189 for order, (prefix, d) in enumerate(self.ulps_kinds):
195 out_data[(fn, order)] = fn_text
A Dlibm-test-j0.inc23 /* j0 is the Bessel function of the first kind of order 0 */
A Dlibm-test-j1.inc23 /* j1 is the Bessel function of the first kind of order 1 */
A Dlibm-test-y0.inc23 /* y0 is the Bessel function of the second kind of order 0 */
A Dlibm-test-y1.inc23 /* y1 is the Bessel function of the second kind of order 1 */
A Dlibm-test-jn.inc23 /* jn is the Bessel function of the first kind of order n. */
A Dlibm-test-yn.inc23 /* yn is the Bessel function of the second kind of order n */

Completed in 8 milliseconds