OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:log10
(Results
1 - 25
of
568
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/fdlibm/
e_log10.c
25
*
log10
(x) := n*log10_2hi + (n*log10_2lo + ivln10*ieee_log(x))
32
*
log10
is monotonic at all binary break points.
35
*
log10
(x) is NaN with signal if x < 0;
36
*
log10
(+INF) is +INF with no signal; ieee_log10(0) is -INF with signal;
37
*
log10
(NaN) is that NaN with no signal;
38
*
log10
(10**N) = N for N=0,1,...,22.
w_log10.c
22
double ieee_log10(double x) /* wrapper
log10
*/
24
double ieee_log10(x) /* wrapper
log10
*/
/external/llvm/test/CodeGen/XCore/
float-intrinsics.ll
6
declare double @llvm.
log10
.f64(double)
77
define double @
log10
(double %F) {
78
; CHECK:
log10
:
79
; CHECK: bl
log10
80
%result = call double @llvm.
log10
.f64(double %F)
84
declare float @llvm.
log10
.f32(float)
89
%result = call float @llvm.
log10
.f32(float %F)
/external/stlport/test/unit/
valarray_test.cpp
55
tmp =
log10
(darray);
81
tmp =
log10
(farray);
108
tmp =
log10
(ldarray);
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/complex.transcendentals/
log10.pass.cpp
14
//
log10
(const complex<T>& x);
25
assert(
log10
(c) == x);
41
std::complex<double> r =
log10
(x[i]);
/ndk/tests/device/test-gnustl-full/unit/
valarray_test.cpp
55
tmp =
log10
(darray);
81
tmp =
log10
(farray);
108
tmp =
log10
(ldarray);
/ndk/tests/device/test-stlport/unit/
valarray_test.cpp
55
tmp =
log10
(darray);
81
tmp =
log10
(farray);
108
tmp =
log10
(ldarray);
/external/libvpx/libvpx/vp8/encoder/
psnr.c
23
psnr = 10.0 *
log10
(Peak * Peak * Samples / Mse);
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
float.h
50
p *
log10
(b) if b is a power of 10
51
floor((p - 1) *
log10
(b)) otherwise
71
ceil(
log10
(b) * (emin - 1))
91
floor(
log10
((1 - b**-p) * b**emax))
157
pmax *
log10
(b) if b is a power of 10
158
ceil(1 + pmax *
log10
(b)) otherwise
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
float.h
50
p *
log10
(b) if b is a power of 10
51
floor((p - 1) *
log10
(b)) otherwise
71
ceil(
log10
(b) * (emin - 1))
91
floor(
log10
((1 - b**-p) * b**emax))
157
pmax *
log10
(b) if b is a power of 10
158
ceil(1 + pmax *
log10
(b)) otherwise
/external/guava/guava-tests/test/com/google/common/math/
BigIntegerMathTest.java
157
BigIntegerMath.
log10
(ZERO, mode);
167
BigIntegerMath.
log10
(x.negate(), mode);
177
int result = BigIntegerMath.
log10
(x, mode);
187
int result = BigIntegerMath.
log10
(x, mode);
194
// Relies on the correctness of
log10
(BigInteger, FLOOR).
197
int logFloor = BigIntegerMath.
log10
(x, FLOOR);
200
assertEquals(logFloor, BigIntegerMath.
log10
(x, UNNECESSARY));
210
int result = BigIntegerMath.
log10
(x, HALF_UP);
221
int result = BigIntegerMath.
log10
(x, HALF_DOWN);
230
// Relies on the correctness of
log10
(BigInteger, {HALF_UP,HALF_DOWN})
[
all
...]
IntMathTest.java
144
@GwtIncompatible("
log10
")
148
IntMath.
log10
(0, mode);
154
@GwtIncompatible("
log10
")
159
IntMath.
log10
(x, mode);
166
// Relies on the correctness of BigIntegerMath.
log10
for all modes except UNNECESSARY.
172
assertEquals(BigIntegerMath.
log10
(valueOf(x), mode), IntMath.
log10
(x, mode));
177
// Relies on the correctness of
log10
(int, FLOOR) and of pow(int, int).
181
int floor = IntMath.
log10
(x, FLOOR);
184
assertEquals(floor, IntMath.
log10
(x, UNNECESSARY))
[
all
...]
/external/llvm/test/CodeGen/AArch64/
illegal-float-ops.ll
117
declare float @llvm.
log10
.f32(float)
118
declare double @llvm.
log10
.f64(double)
119
declare fp128 @llvm.
log10
.f128(fp128)
124
%log10float = call float @llvm.
log10
.f32(float %float)
128
%log10double = call double @llvm.
log10
.f64(double %double)
130
; CHECK: bl
log10
132
%log10fp128 = call fp128 @llvm.
log10
.f128(fp128 %fp128)
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
float.h
47
p *
log10
(b) if b is a power of 10
48
floor((p - 1) *
log10
(b)) otherwise
68
ceil(
log10
(b) * (emin - 1))
88
floor(
log10
((1 - b**-p) * b**emax))
152
pmax *
log10
(b) if b is a power of 10
153
ceil(1 + pmax *
log10
(b)) otherwise
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
float.h
48
p *
log10
(b) if b is a power of 10
49
floor((p - 1) *
log10
(b)) otherwise
69
ceil(
log10
(b) * (emin - 1))
89
floor(
log10
((1 - b**-p) * b**emax))
153
pmax *
log10
(b) if b is a power of 10
154
ceil(1 + pmax *
log10
(b)) otherwise
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
float.h
47
p *
log10
(b) if b is a power of 10
48
floor((p - 1) *
log10
(b)) otherwise
68
ceil(
log10
(b) * (emin - 1))
88
floor(
log10
((1 - b**-p) * b**emax))
152
pmax *
log10
(b) if b is a power of 10
153
ceil(1 + pmax *
log10
(b)) otherwise
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
float.h
48
p *
log10
(b) if b is a power of 10
49
floor((p - 1) *
log10
(b)) otherwise
69
ceil(
log10
(b) * (emin - 1))
89
floor(
log10
((1 - b**-p) * b**emax))
153
pmax *
log10
(b) if b is a power of 10
154
ceil(1 + pmax *
log10
(b)) otherwise
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
float.h
47
p *
log10
(b) if b is a power of 10
48
floor((p - 1) *
log10
(b)) otherwise
68
ceil(
log10
(b) * (emin - 1))
88
floor(
log10
((1 - b**-p) * b**emax))
152
pmax *
log10
(b) if b is a power of 10
153
ceil(1 + pmax *
log10
(b)) otherwise
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
float.h
48
p *
log10
(b) if b is a power of 10
49
floor((p - 1) *
log10
(b)) otherwise
69
ceil(
log10
(b) * (emin - 1))
89
floor(
log10
((1 - b**-p) * b**emax))
153
pmax *
log10
(b) if b is a power of 10
154
ceil(1 + pmax *
log10
(b)) otherwise
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
float.h
47
p *
log10
(b) if b is a power of 10
48
floor((p - 1) *
log10
(b)) otherwise
68
ceil(
log10
(b) * (emin - 1))
88
floor(
log10
((1 - b**-p) * b**emax))
152
pmax *
log10
(b) if b is a power of 10
153
ceil(1 + pmax *
log10
(b)) otherwise
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
float.h
48
p *
log10
(b) if b is a power of 10
49
floor((p - 1) *
log10
(b)) otherwise
69
ceil(
log10
(b) * (emin - 1))
89
floor(
log10
((1 - b**-p) * b**emax))
153
pmax *
log10
(b) if b is a power of 10
154
ceil(1 + pmax *
log10
(b)) otherwise
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
float.h
47
p *
log10
(b) if b is a power of 10
48
floor((p - 1) *
log10
(b)) otherwise
68
ceil(
log10
(b) * (emin - 1))
88
floor(
log10
((1 - b**-p) * b**emax))
152
pmax *
log10
(b) if b is a power of 10
153
ceil(1 + pmax *
log10
(b)) otherwise
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
float.h
48
p *
log10
(b) if b is a power of 10
49
floor((p - 1) *
log10
(b)) otherwise
69
ceil(
log10
(b) * (emin - 1))
89
floor(
log10
((1 - b**-p) * b**emax))
153
pmax *
log10
(b) if b is a power of 10
154
ceil(1 + pmax *
log10
(b)) otherwise
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
float.h
47
p *
log10
(b) if b is a power of 10
48
floor((p - 1) *
log10
(b)) otherwise
68
ceil(
log10
(b) * (emin - 1))
88
floor(
log10
((1 - b**-p) * b**emax))
152
pmax *
log10
(b) if b is a power of 10
153
ceil(1 + pmax *
log10
(b)) otherwise
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
float.h
48
p *
log10
(b) if b is a power of 10
49
floor((p - 1) *
log10
(b)) otherwise
69
ceil(
log10
(b) * (emin - 1))
89
floor(
log10
((1 - b**-p) * b**emax))
153
pmax *
log10
(b) if b is a power of 10
154
ceil(1 + pmax *
log10
(b)) otherwise
Completed in 825 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>