Home | History | Annotate | Download | only in embenchen

Lines Matching refs:Then

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