Home
last modified time | relevance | path

Searched defs:Math (Results 1 – 25 of 26) sorted by relevance

12

/external/opencv3/3rdparty/openexr/Imath/
DImathMath.h91 struct Math struct
93 static T acos (T x) {return ::acos (double(x));} in acos()
94 static T asin (T x) {return ::asin (double(x));} in asin()
95 static T atan (T x) {return ::atan (double(x));} in atan()
96 static T atan2 (T x, T y) {return ::atan2 (double(x), double(y));} in atan2()
97 static T cos (T x) {return ::cos (double(x));} in cos()
98 static T sin (T x) {return ::sin (double(x));} in sin()
99 static T tan (T x) {return ::tan (double(x));} in tan()
100 static T cosh (T x) {return ::cosh (double(x));} in cosh()
124 struct Math<float> argument
/external/v8/test/mjsunit/asm/
Dmath-fround.js19 var f = Module({ Math: Math }).f; property
Dmath-ceil.js19 var f = Module({ Math: Math }).f; property
Dmath-floor.js19 var f = Module({ Math: Math }).f; property
Dmath-clz32.js7 var stdlib = { Math: Math }; property
Dmath-abs.js31 var m = Module({ Math: Math }); property
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
DMath.java3 public class Math { class
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
DStats.cs40 using Math = System.Math; typedef
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DStats.cs37 using Math = System.Math; typedef
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DBitSet.cs40 using Math = System.Math; typedef
DTokenRewriteStream.cs39 using Math = System.Math; typedef
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBitSet.cs39 using Math = System.Math; typedef
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DRemoteDebugEventSocketListener.cs43 using Math = System.Math; typedef
DProfiler.cs44 using Math = System.Math; typedef
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmetafunctions.cpp69 namespace Math { namespace
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs45 using Math = System.Math; typedef
/external/skia/tests/
DMathTest.cpp490 DEF_TEST(Math, reporter) { in DEF_TEST() argument
/external/v8/test/mjsunit/asm/embenchen/
Dprimes.js5778 ({ "Math": Math, "Int8Array": Int8Array, "Int16Array": Int16Array, "Int32Array": Int32Array, "Uint8… property
Dcopy.js5770 ({ "Math": Math, "Int8Array": Int8Array, "Int16Array": Int16Array, "Int32Array": Int32Array, "Uint8… property
Dfannkuch.js8227 ({ "Math": Math, "Int8Array": Int8Array, "Int16Array": Int16Array, "Int32Array": Int32Array, "Uint8… property
Dmemops.js7879 ({ "Math": Math, "Int8Array": Int8Array, "Int16Array": Int16Array, "Int32Array": Int32Array, "Uint8… property
Dfasta.js8394 ({ "Math": Math, "Int8Array": Int8Array, "Int16Array": Int16Array, "Int32Array": Int32Array, "Uint8… property
Dcorrections.js5777 ({ "Math": Math, "Int8Array": Int8Array, "Int16Array": Int16Array, "Int32Array": Int32Array, "Uint8… property
Dzlib.js14541 ({ "Math": Math, "Int8Array": Int8Array, "Int16Array": Int16Array, "Int32Array": Int32Array, "Uint8… property
Dbox2d.js20102 ({ "Math": Math, "Int8Array": Int8Array, "Int16Array": Int16Array, "Int32Array": Int32Array, "Uint8… property

12