/external/v8/test/mjsunit/regress/ |
regress-crbug-621611.js | 11 assertEquals(Math.SQRT2, Math.sqrt(2));
|
/external/eigen/unsupported/Eigen/ |
MatrixFunctions | 151 \frac12\sqrt2 & -\frac12\sqrt2 & 0 \\ 152 \frac12\sqrt2 & \frac12\sqrt2 & 0 \\ 201 \frac12\sqrt2 & -\frac12\sqrt2 & 0 \\ 202 \frac12\sqrt2 & \frac12\sqrt2 & 0 \\ 260 \frac12\sqrt2 & -\frac12\sqrt2 & 0 \ [all...] |
/prebuilts/go/darwin-x86/src/math/ |
const.go | 14 Sqrt2 = 1.41421356237309504880168872420969807856967187537694807317667974 // http://oeis.org/A002193
|
log.go | 107 if f1 < Sqrt2/2 {
|
log_amd64.s | 45 // if f1 < math.Sqrt2/2 { k -= 1; f1 *= 2 }
|
/prebuilts/go/linux-x86/src/math/ |
const.go | 14 Sqrt2 = 1.41421356237309504880168872420969807856967187537694807317667974 // http://oeis.org/A002193
|
log.go | 107 if f1 < Sqrt2/2 {
|
log_amd64.s | 45 // if f1 < math.Sqrt2/2 { k -= 1; f1 *= 2 }
|
/external/skia/src/animator/ |
SkDisplayMath.cpp | 20 SK_PROPERTY(SQRT2) 31 1.414213562f // SQRT2 106 SK_MEMBER_PROPERTY(SQRT2, Float),
|
/external/v8/test/mjsunit/es6/ |
math-log2-log10.js | 78 // Expectation isn't exactly 1/2 because Math.SQRT2 isn't exactly sqrt(2). 79 assertEquals(0.5000000000000001, Math.log2(Math.SQRT2));
|
/external/v8/test/webkit/fast/js/kde/ |
math-expected.txt | 38 PASS String()+Math.SQRT2 is '1.4142135623730951' 46 PASS String()+Math.sqrt(2) is String()+Math.SQRT2
|
math.js | 44 shouldBe("String()+Math.SQRT2", "'1.4142135623730951'"); 55 shouldBe("String()+Math.sqrt(2)", "String()+Math.SQRT2");
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-sqrt-01.ll | 102 %sqrt2 = call float @llvm.sqrt.f32(float %val2) 138 store volatile float %sqrt2, float *%ptr
|
fp-sqrt-02.ll | 104 %sqrt2 = call double @llvm.sqrt.f64(double %val2) 140 store volatile double %sqrt2, double *%ptr
|
/external/v8/src/js/ |
math.js | 132 "SQRT2", 1.4142135623730951
|
/external/v8/test/mjsunit/ |
undeletable-functions.js | 67 "E", "LN10", "LN2", "LOG2E", "LOG10E", "PI", "SQRT1_2", "SQRT2"];
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
spl_sqrt.c | 138 int16_t k_sqrt_2 = 23170; // 1/sqrt2 (==5a82)
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM_IDCT_s.h | 50 ;// h2 = (i2*sqrt2)-i3 h3 = i3 54 ;// h5 = (i5-i7)/sqrt2 h7 = (i5+i7)/2 78 ;// h2 = (i2*sqrt2)-i3 h3 = i3 81 ;// h5 = (i5-i7)*sqrt2 h7 = i5 + i7 102 ;// |f(x)| <= ((1/sqrt2) + |c(1,x)| + .. + |c(7,x)|)/2 103 ;// = ((1/sqrt2) + cos(pi/16) + ... + cos(7*pi/16))/2 104 ;// = ((1/sqrt2) + (cot(pi/32)-1)/2)/2 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM_IDCT_s.h | 50 ;// h2 = (i2*sqrt2)-i3 h3 = i3 54 ;// h5 = (i5-i7)/sqrt2 h7 = (i5+i7)/2 78 ;// h2 = (i2*sqrt2)-i3 h3 = i3 81 ;// h5 = (i5-i7)*sqrt2 h7 = i5 + i7 102 ;// |f(x)| <= ((1/sqrt2) + |c(1,x)| + .. + |c(7,x)|)/2 103 ;// = ((1/sqrt2) + cos(pi/16) + ... + cos(7*pi/16))/2 104 ;// = ((1/sqrt2) + (cot(pi/32)-1)/2)/2 [all...] |
/external/opencv/cvaux/src/ |
cvhmmobs.cpp | 511 static const double sqrt2 = 1.4142135623730950488016887242097; local 550 scale *= sqrt2;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
DfpField.java | 603 Dfp sqrt2 = two.sqrt(); local 604 Dfp yk = sqrt2.subtract(one); 607 Dfp ak = two.multiply(three.subtract(two.multiply(sqrt2)));
|
/external/libvorbis/lib/ |
smallft.c | 751 static float sqrt2=1.414213562373095f; local 830 ch[t5+=t0]=sqrt2*(tr1-ti1); 832 ch[t5+=t0]=-sqrt2*(tr1+ti1);
|
/external/speex/libspeex/ |
smallft.c | 753 static float sqrt2=1.414213562373095f; local 832 ch[t5+=t0]=sqrt2*(tr1-ti1); 834 ch[t5+=t0]=-sqrt2*(tr1+ti1);
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
ml_math_func.c | 825 long sqrt2, oneoversqrt2, one_pt5; local 834 sqrt2 =1518500250L; 866 xx = inv_q30_mult(xx,sqrt2);
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
ml_math_func.c | 825 long sqrt2, oneoversqrt2, one_pt5; local 834 sqrt2 =1518500250L; 866 xx = inv_q30_mult(xx,sqrt2);
|