Home | History | Annotate | Download | only in poppler

Lines Matching refs:Then

56 // before the code. Then that object will be used in the code, and you
137 eval("if (typeof gc === 'function' && gc.toString().indexOf('[native code]') > 0) var gc = undefined"); // wipe out the SpiderMonkey shell 'gc' function, which can confuse closure (uses it as a minified name, and it is then initted to a non-falsey value unexpectedly)
376 // arrays have 2 elements, so we get the proper difference. then we scale here. that way we avoid
670 // code then, whereas this function picks the right code at
725 // @slab: An array of data, or a number. If a number, then the size of the block to allocate,
730 // is initial data - if @slab is a number, then this does not matter at all and is
6583 // Read characters according to the format. floats are trickier, they may be in an unfloat state in the middle, then be a valid float later
7451 * positive case by negating the input(s) and then post-processing the result.
7587 // NOTE: the compiler should inline these constant values below and then remove
7705 // the bottom-most digit in this base and then recurse to do the rest.
7898 // Divide each number into 4 chunks of 16 bits, and then sum the chunks.
7970 // Divide each long into 4 chunks of 16 bits, and then add up 4x4 products.
8681 // if y is 1/x mod m, then y(2-xy) is 1/x mod m^2