var searchIndex = {}; searchIndex["ieee754"] = {"doc":"Low-level manipulations of IEEE754 floating-point numbers.","items":[[3,"Iter","ieee754","An iterator over floating point numbers.",null,null],[8,"Ieee754","","Types that are IEEE754 floating point numbers.",null,null],[11,"upto","","Iterate over each value of `T` in `[self, lim]`.",0,null],[16,"Bits","","A type that represents the raw bits of `Self`.",0,null],[16,"Exponent","","A type large enough to store the exponent of `Self`.",0,null],[16,"Signif","","A type large enough to store the significand of `Self`.",0,null],[10,"next","","Return the next value after `self`.",0,null],[10,"prev","","Return the previous value before `self`.",0,null],[10,"bits","","View `self` as a collection of bits.",0,null],[10,"from_bits","","View a collections of bits as a floating point number.",0,{"inputs":[{"name":"bits"}],"output":{"name":"self"}}],[10,"exponent_bias","","Get the bias of the stored exponent.",0,null],[10,"decompose","","Break `self` into the three constituent parts of an IEEE754 float.",0,null],[10,"recompose","","Create a `Self` out of the three constituent parts of an IEEE754 float.",0,{"inputs":[{"name":"bool"},{"name":"exponent"},{"name":"signif"}],"output":{"name":"self"}}],[11,"next","","",1,null],[11,"next_back","","",1,null]],"paths":[[8,"Ieee754"],[3,"Iter"]]}; initSearch(searchIndex);