Searched refs:log_2 (Results 1 – 4 of 4) sorted by relevance
112 const int log_2 = ((x >> 23) & 255) - 128; in math_log() local120 return (a + log_2) / math_log(b, 2); in math_log()122 return (a + log_2); in math_log()
13 | OUTPUT: log_10(X) or log_2(X) returned in floating-point91 | Step 4. Compute log_2(X) = log(X) * (1/log(2)).
42 | 3. Set y := X*log_2(10)*64 (base 2 log of 10). Set
8656 # fp0 = log_10(X) or log_2(X) #8724 # Step 4. Compute log_2(X) = log(X) * (1/log(2)). #8848 # 3. Set y := X*log_2(10)*64 (base 2 log of 10). Set #