Searched refs:function1 (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/CodeGen/
H A Dvla.c67 void function1(short width, int data[][width][width]) {} function
70 // CHECK: call void @function1(i16 signext 1, i32* {{.*}})
71 function1(1, bork);
/external/clang/test/Misc/
H A Dast-dump-attr.cpp57 void function1(void *) { function
58 int TestFunction __attribute__((cleanup(function1)));
61 // CHECK-NEXT: CleanupAttr{{.*}} Function{{.*}}function1
/external/dng_sdk/source/
H A Ddng_1d_function.cpp116 dng_1d_concatenate::dng_1d_concatenate (const dng_1d_function &function1, argument
119 : fFunction1 (function1)
H A Ddng_1d_function.h104 /// Create a dng_1d_function which computes y = function2.Evaluate(function1.Evaluate(x)).
105 /// Compose function1 and function2 to compute y = function2.Evaluate(function1.Evaluate(x)). The range of function1.Evaluate must be a subset of 0.0 to 1.0 inclusive,
106 /// otherwise the result of function1(x) will be pinned (clipped) to 0.0 if <0.0 and to 1.0 if > 1.0 .
107 /// \param function1 Inner function of composition.
110 dng_1d_concatenate (const dng_1d_function &function1,
113 /// Only true if both function1 and function2 have IsIdentity equal to true.
119 /// \retval function2.Evaluate(function1.Evaluate(x)).
126 /// \retval A value x such that function2.Evaluate(function1
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-consumed-parsing.cpp32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only applies to methods}}
/external/google-breakpad/src/common/
H A Dmodule_unittest.cc257 Module::Function *function1 = new Module::Function( local
259 function1->size = 0x200b26e605f99071LL;
260 function1->parameter_size = 0xf14ac4fed48c4a99LL;
269 vec.push_back(function1);
286 EXPECT_TRUE(vec.end() != find(vec.begin(), vec.end(), function1));
396 Module::Function *function1 = generate_duplicate_function("_without_form"); local
399 m.AddFunction(function1);
415 Module::Function *function1 = generate_duplicate_function("_without_form"); local
418 m.AddFunction(function1);
/external/llvm/test/tools/llvm-readobj/ARM/
H A Dunwind.s72 .type function1,%function
73 function1: label
245 @ CHECK: FunctionName: function1
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp58 int (&&function1)(int) = ConvertsTo<int(&)(int)>();
/external/v8/test/cctest/
H A Dtest-types.cc532 TypeHandle function1 = T.Function1(type1, type2, type3); local
535 CHECK(function1->IsFunction());
549 TypeHandle function1 = T.Function1(type1, type2, type3); local
552 CHECK_EQ(1, function1->AsFunction()->Arity());
555 CheckEqual(type1, function1->AsFunction()->Result());
558 CheckEqual(type2, function1->AsFunction()->Receiver());
560 CheckEqual(type3, function1->AsFunction()->Parameter(0));
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp6182 const char function1[] = local
6273 fragments["testfun"] = tcu::StringTemplate(function1).specialize(specializations);
6367 const char function1[] = local
6416 fragments1["testfun"] = function1;

Completed in 416 milliseconds