Searched refs:describe (Results 1 – 25 of 299) sorted by relevance
12345678910>>...12
21 describe("vec3", function() {30 describe('rotateX', function(){31 describe('rotation around world origin [0, 0, 0]', function(){35 describe('rotation around an arbitrary origin', function(){41 describe('rotateY', function(){42 describe('rotation around world origin [0, 0, 0]', function(){46 describe('rotation around an arbitrary origin', function(){52 describe('rotateZ', function(){53 describe('rotation around world origin [0, 0, 0]', function(){57 describe('rotation around an arbitrary origin', function(){[all …]
21 describe("vec2", function() {28 describe("create", function() {33 describe("clone", function() {38 describe("fromValues", function() {43 describe("copy", function() {49 describe("set", function() {55 describe("add", function() {56 describe("with a separate output vector", function() {65 describe("when vecA is the output vector", function() {73 describe("when vecB is the output vector", function() {[all …]
21 describe("vec4", function() {29 describe("create", function() {34 describe("clone", function() {39 describe("fromValues", function() {44 describe("copy", function() {50 describe("set", function() {56 describe("add", function() {57 describe("with a separate output vector", function() {66 describe("when vecA is the output vector", function() {74 describe("when vecB is the output vector", function() {[all …]
21 describe("quat", function() {39 describe("slerp", function() {40 describe("the normal case", function() {51 describe("where a == b", function() {62 describe("where theta == 180deg", function() {73 describe("where a == -b", function() {85 describe("rotateX", function() {97 describe("rotateY", function() {109 describe("rotateZ", function() {121 describe("fromMat3", function() {[all …]
21 describe("mat4", function() {50 describe("create", function() {55 describe("clone", function() {60 describe("copy", function() {66 describe("identity", function() {72 describe("transpose", function() {73 describe("with a separate output matrix", function() {95 describe("when matA is the output matrix", function() {110 describe("invert", function() {111 describe("with a separate output matrix", function() {[all …]
21 describe("mat3", function() {46 describe("normalFromMat4", function() {57 describe("with translation and rotation", function() {71 describe("and scale", function() {87 describe("fromQuat", function() {106 describe("fromMat4", function() {122 describe("scale", function() {132 describe("create", function() {137 describe("clone", function() {142 describe("copy", function() {[all …]
21 describe("mat2", function() {40 describe("create", function() {45 describe("clone", function() {50 describe("copy", function() {56 describe("identity", function() {62 describe("transpose", function() {63 describe("with a separate output matrix", function() {71 describe("when matA is the output matrix", function() {79 describe("invert", function() {80 describe("with a separate output matrix", function() {[all …]
21 describe("mat2d", function() {52 describe("create", function() {57 describe("clone", function() {62 describe("copy", function() {68 describe("identity", function() {74 describe("invert", function() {75 describe("with a separate output matrix", function() {83 describe("when matA is the output matrix", function() {91 describe("determinant", function() {97 describe("multiply", function() {[all …]
5 describe("glMatrix", function(){10 describe("toRadian", function(){
5 describe("Embedded within Web Workers", function() {
26 public String describe() {60 public String describe() { in matchMethodDescription() method in Filter77 public abstract String describe();109 public String describe() {110 return first.describe() + " and " + second.describe();
44 static void describe (char* what, void* a) in describe() function55 describe ("1500 bytes below a local var", p-1500); in bad_things_below_sp()92 describe ("discovered address giving SEGV in thread stack", in describe_many()94 describe ("byte just above highest guardpage byte", in describe_many()96 describe ("highest guardpage byte", in describe_many()98 describe ("lowest guardpage byte", in describe_many()
1 prog: describe-block
154 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \155 || git describe --abbrev=4 HEAD 2>/dev/null` \167 *-*-*) : git describe is okay three part flavor ;;169 : git describe is older two part flavor
158 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \159 || git describe --abbrev=4 HEAD 2>/dev/null` \171 *-*-*) : git describe is okay three part flavor ;;173 : git describe is older two part flavor
28 description.appendText(describe(wanted)); in describeTo()31 public String describe(Object object) { in describe() method in Equals69 … description.appendText(describe("("+ wanted.getClass().getSimpleName() +") " + wanted)); in withExtraTypeInfo()
... core.internal.content.ContentType) public int describe (java.io.InputStream, org.eclipse ...
15 describe Template::Context do128 describe Template::Group, "dynamic template definition" do208 describe Template::Group, "loading a template definition file" do
10 describe( ANTLR3::Error ) do
9 describe TokenScheme do
5 These pages describe how to use the LLVM commands and what their options are.6 Note that these pages do not describe all of the options available for all
15 VN=`git describe --match "fio-[0-9]*" --abbrev=4 HEAD 2>/dev/null` &&
30 var describe; variable230 describe = function(description, fn) { function
10 if gdesc=$(git describe --dirty --match='v*' 2>/dev/null); then
20 TAG=$(git describe --abbrev=0 --match "v[0-9].[0-9]*" 2>/dev/null )