/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathMath.h | 91 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/ |
D | math-fround.js | 19 var f = Module({ Math: Math }).f; property
|
D | math-ceil.js | 19 var f = Module({ Math: Math }).f; property
|
D | math-floor.js | 19 var f = Module({ Math: Math }).f; property
|
D | math-clz32.js | 7 var stdlib = { Math: Math }; property
|
D | math-abs.js | 31 var m = Module({ Math: Math }); property
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/ |
D | Math.java | 3 public class Math { class
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/ |
D | Stats.cs | 40 using Math = System.Math; typedef
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
D | Stats.cs | 37 using Math = System.Math; typedef
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | BitSet.cs | 40 using Math = System.Math; typedef
|
D | TokenRewriteStream.cs | 39 using Math = System.Math; typedef
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | BitSet.cs | 39 using Math = System.Math; typedef
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | RemoteDebugEventSocketListener.cs | 43 using Math = System.Math; typedef
|
D | Profiler.cs | 44 using Math = System.Math; typedef
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | metafunctions.cpp | 69 namespace Math { namespace
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | Profiler.cs | 45 using Math = System.Math; typedef
|
/external/skia/tests/ |
D | MathTest.cpp | 490 DEF_TEST(Math, reporter) { in DEF_TEST() argument
|
/external/v8/test/mjsunit/asm/embenchen/ |
D | primes.js | 5778 ({ "Math": Math, "Int8Array": Int8Array, "Int16Array": Int16Array, "Int32Array": Int32Array, "Uint8… property
|
D | copy.js | 5770 ({ "Math": Math, "Int8Array": Int8Array, "Int16Array": Int16Array, "Int32Array": Int32Array, "Uint8… property
|
D | fannkuch.js | 8227 ({ "Math": Math, "Int8Array": Int8Array, "Int16Array": Int16Array, "Int32Array": Int32Array, "Uint8… property
|
D | memops.js | 7879 ({ "Math": Math, "Int8Array": Int8Array, "Int16Array": Int16Array, "Int32Array": Int32Array, "Uint8… property
|
D | fasta.js | 8394 ({ "Math": Math, "Int8Array": Int8Array, "Int16Array": Int16Array, "Int32Array": Int32Array, "Uint8… property
|
D | corrections.js | 5777 ({ "Math": Math, "Int8Array": Int8Array, "Int16Array": Int16Array, "Int32Array": Int32Array, "Uint8… property
|
D | zlib.js | 14541 ({ "Math": Math, "Int8Array": Int8Array, "Int16Array": Int16Array, "Int32Array": Int32Array, "Uint8… property
|
D | box2d.js | 20102 ({ "Math": Math, "Int8Array": Int8Array, "Int16Array": Int16Array, "Int32Array": Int32Array, "Uint8… property
|