Searched defs:inexact (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/nir/
H A Dnir_search.h102 bool inexact; member in struct:__anon14753
/external/python/cpython2/Objects/
H A Dlongobject.c3097 int inexact, negate, a_is_small, b_is_small; local
3148 the result is inexact, in a flag 'inexact'; this information is
3173 either: (a) the computation of x in step 2 had an inexact result,
3243 inexact = 0;
3277 /* set inexact if any of the bits shifted out is nonzero */
3279 inexact = 1;
3280 while (!inexact && shift_digits > 0)
3282 inexact = 1;
3287 /* x //= b. If the remainder is nonzero, set inexact
[all...]

Completed in 148 milliseconds