Searched refs:pow_by_squaring (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/utils/ |
D | SkFloatToDecimal.cpp | 17 static double pow_by_squaring(double value, double base, int e) { in pow_by_squaring() function 53 return pow_by_squaring(1e+15, 10.0, e - 15); in pow10() 56 return pow_by_squaring(1.0, 0.1, -e); in pow10()
|
/external/skia/src/utils/ |
D | SkFloatToDecimal.cpp | 17 static double pow_by_squaring(double value, double base, int e) { in pow_by_squaring() function 53 return pow_by_squaring(1e+15, 10.0, e - 15); in pow10() 56 return pow_by_squaring(1.0, 0.1, -e); in pow10()
|