Home
last modified time | relevance | path

Searched refs:inexact (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/asahi/lib/tests/
H A Dtest-lod-clamps.cpp31 bool inexact; member
60 if (lod_cases[i].inexact) in TEST_F()
/third_party/FreeBSD/contrib/gdtoa/
H A Dstrtod.c107 int inexact, oldinexact; local
435 inexact = 1;
670 inexact = 0;
772 inexact = 0;
779 inexact = 0;
1038 if (inexact) {
1065 if (inexact && !(word0(&rv) & Exp_mask)) {
/third_party/mesa3d/src/compiler/nir/
H A Dnir_search.h140 bool inexact : 1; member
H A Dnir_search.c410 state->inexact_match = expr->inexact || state->inexact_match; in match_expression()
616 if (expr->inexact) in dump_value()
891 !(table->values[xform->search].expression.inexact && ignore_inexact) && in nir_algebraic_instr()
H A Dnir_algebraic.py208 ${'true' if val.inexact else 'false'},
358 _opcode_re = re.compile(r"(?P<inexact>~)?(?P<exact>!)?(?P<opcode>\w+)(?:@(?P<bits>\d+))?"
372 self.inexact = m.group('inexact') is not None
377 assert not self.inexact or not self.exact, \
378 'Expression cannot be both exact and inexact.'
/third_party/python/Objects/
H A Dlongobject.c3988 int inexact, negate, a_is_small, b_is_small; in long_true_divide() local
4041 the result is inexact, in a flag 'inexact'; this information is in long_true_divide()
4066 either: (a) the computation of x in step 2 had an inexact result, in long_true_divide()
4136 inexact = 0; in long_true_divide()
4170 /* set inexact if any of the bits shifted out is nonzero */ in long_true_divide()
4172 inexact = 1; in long_true_divide()
4173 while (!inexact && shift_digits > 0) in long_true_divide()
4175 inexact = 1; in long_true_divide()
4180 /* x //= b. If the remainder is nonzero, set inexact in long_true_divide()
[all...]
/third_party/decimal.js/
H A Ddecimal.js101 Decimal, inexact, noConflict, quadrant,
2927 inexact = more;
3861 roundUp = inexact;

Completed in 19 milliseconds