Home | History | Annotate | Download | only in embenchen

Lines Matching refs:Then

58 // before the code. Then that object will be used in the code, and you
139 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)
378 // arrays have 2 elements, so we get the proper difference. then we scale here. that way we avoid
686 // code then, whereas this function picks the right code at
741 // @slab: An array of data, or a number. If a number, then the size of the block to allocate,
746 // is initial data - if @slab is a number, then this does not matter at all and is
4132 // The regex trims the string (removes spaces at the beginning and end, then splits the string by
5636 // 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
7025 // or more days in the new year, then it is considered week 1.
7037 // if given date is before this years first week, then it belongs to the 53rd week of last year
7042 // if given date is after next years first week, then it belongs to the 01th week of next year
40953 * positive case by negating the input(s) and then post-processing the result.
41089 // NOTE: the compiler should inline these constant values below and then remove
41207 // the bottom-most digit in this base and then recurse to do the rest.
41400 // Divide each number into 4 chunks of 16 bits, and then sum the chunks.
41472 // Divide each long into 4 chunks of 16 bits, and then add up 4x4 products.
42183 // if y is 1/x mod m, then y(2-xy) is 1/x mod m^2