OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mul_by_1
(Results
1 - 3
of
3
) sorted by null
/external/v8/test/mjsunit/
smi-mul-const.js
40
function
mul_by_1
(a) { return a * 1; }
function
45
check(
mul_by_1
, 2, 2);
/external/boringssl/mac-x86_64/crypto/bn/
x86_64-mont5.S
1713
jmp L$
mul_by_1
1716
L$
mul_by_1
:
1732
jnz L$
mul_by_1
/external/boringssl/win-x86_64/crypto/bn/
x86_64-mont5.asm
1783
jmp NEAR $L$
mul_by_1
1786
$L$
mul_by_1
:
1802
jnz NEAR $L$
mul_by_1
Completed in 199 milliseconds