/external/eigen/unsupported/Eigen/ |
MatrixFunctions | 147 \frac12\sqrt2 & -\frac12\sqrt2 & 0 \\ 148 \frac12\sqrt2 & \frac12\sqrt2 & 0 \\ 197 \frac12\sqrt2 & -\frac12\sqrt2 & 0 \\ 198 \frac12\sqrt2 & \frac12\sqrt2 & 0 \\ 255 \frac12\sqrt2 & -\frac12\sqrt2 & 0 \ [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/ |
UNCOVERED | 69 Math.SQRT2
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayMath.cpp | 20 SK_PROPERTY(SQRT2) 32 1.414213562f // SQRT2 41 0x16A0A // SQRT2 117 SK_MEMBER_PROPERTY(SQRT2, Float),
|
/external/skia/src/animator/ |
SkDisplayMath.cpp | 20 SK_PROPERTY(SQRT2) 32 1.414213562f // SQRT2 41 0x16A0A // SQRT2 117 SK_MEMBER_PROPERTY(SQRT2, Float),
|
/external/chromium_org/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 | 101 %sqrt2 = call float @llvm.sqrt.f32(float %val2) 137 store volatile float %sqrt2, float *%ptr
|
fp-sqrt-02.ll | 101 %sqrt2 = call double @llvm.sqrt.f64(double %val2) 137 store volatile double %sqrt2, double *%ptr
|
/external/pixman/pixman/ |
pixman-filter.c | 64 #define SQRT2 (1.4142135623730950488016887242096980785696718753769480) 65 #define SIGMA (SQRT2 / 2.0)
|
/external/chromium_org/v8/test/webkit/fast/js/ |
Object-getOwnPropertyNames-expected.txt | 84 FAIL getSortedOwnPropertyNames(Math) should be E,LN10,LN2,LOG10E,LOG2E,PI,SQRT1_2,SQRT2,abs,acos,asin,atan,atan2,ceil,cos,exp,floor,log,max,min,pow,random,round,sin,sqrt,tan. Was E,LN10,LN2,LOG10E,LOG2E,PI,SQRT1_2,SQRT2,abs,acos,asin,atan,atan2,ceil,cos,exp,floor,imul,log,max,min,pow,random,round,sin,sqrt,tan.
|
Object-getOwnPropertyNames.js | 92 "Math": "['E', 'LN10', 'LN2', 'LOG10E', 'LOG2E', 'PI', 'SQRT1_2', 'SQRT2', 'abs', 'acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', 'exp', 'floor', 'log', 'max', 'min', 'pow', 'random', 'round', 'sin', 'sqrt', 'tan']",
|
/external/chromium_org/v8/test/mjsunit/ |
undeletable-functions.js | 67 "E", "LN10", "LN2", "LOG2E", "LOG10E", "PI", "SQRT1_2", "SQRT2"];
|
/external/v8/test/mjsunit/ |
undeletable-functions.js | 67 "E", "LN10", "LN2", "LOG2E", "LOG10E", "PI", "SQRT1_2", "SQRT2"];
|
/external/webrtc/src/common_audio/signal_processing/ |
spl_sqrt.c | 138 WebRtc_Word16 k_sqrt_2 = 23170; // 1/sqrt2 (==5a82)
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM_IDCT_s.h | 42 ;// h2 = (i2*sqrt2)-i3 h3 = i3 46 ;// h5 = (i5-i7)/sqrt2 h7 = (i5+i7)/2 70 ;// h2 = (i2*sqrt2)-i3 h3 = i3 73 ;// h5 = (i5-i7)*sqrt2 h7 = i5 + i7 94 ;// |f(x)| <= ((1/sqrt2) + |c(1,x)| + .. + |c(7,x)|)/2 95 ;// = ((1/sqrt2) + cos(pi/16) + ... + cos(7*pi/16))/2 96 ;// = ((1/sqrt2) + (cot(pi/32)-1)/2)/2 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM_IDCT_s.h | 42 ;// h2 = (i2*sqrt2)-i3 h3 = i3 46 ;// h5 = (i5-i7)/sqrt2 h7 = (i5+i7)/2 70 ;// h2 = (i2*sqrt2)-i3 h3 = i3 73 ;// h5 = (i5-i7)*sqrt2 h7 = i5 + i7 94 ;// |f(x)| <= ((1/sqrt2) + |c(1,x)| + .. + |c(7,x)|)/2 95 ;// = ((1/sqrt2) + cos(pi/16) + ... + cos(7*pi/16))/2 96 ;// = ((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/libvpx/libvpx/examples/includes/geshi/geshi/ |
actionscript.php | 126 'splice', 'split', 'sqrt', 'SQRT1_2', 'SQRT2', 'Stage', 'start', 'startDrag', 'static', 'status', 'stop',
|
lsl2.php | 371 'SQRT2',
|
/external/chromium_org/v8/src/ |
math.js | 268 "SQRT2",
|
/external/v8/src/ |
math.js | 261 "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/65xx/libsensors_iio/software/core/mllite/ |
ml_math_func.c | 824 long sqrt2, oneoversqrt2, one_pt5;
local 833 sqrt2 =1518500250L;
865 xx = inv_q30_mult(xx,sqrt2);
|
/external/aac/libSBRdec/src/ |
psdec.h | 164 #define FIXP_SQRT05 ((FIXP_DBL)0x5a827980) /* 1/SQRT2 */
|