Searched full:take (Results 1 – 25 of 107) sorted by relevance
12345
104 float lowerSumBorder_; // Min value that sum may take105 float upperSumBorder_; // Max value that sum may take
17 desc: A rest parameter allows to make a function or method that take an unbounded
19 A rest parameter allows to make a function or method that take an unbounded
10 Before discussing bytecode per se, let's take a look at an over-simplified picture of a real133 Let's take a closer look at `adda arg1, arg2`. Assume that arguments map to virtual registers on223 bytecode verifiers take the responsibility to control this invariant.
265 In other words, we are to take one of the following approaches:275 The languages that take the first approach are said to support structural276 typing. The languages that take the second approach do not support structural
46 * because a register instead of label. So we don't take it as a branching instruction.