Home | History | Annotate | Download | only in jni

Lines Matching defs:log2

1559 // Calculates ceiling log2 of value
1560 static unsigned int log2(int value) {
1579 return (log2(ceil(((double) timeout_in_ms) / nxp_nfc_timeout_factor)));