HomeSort by relevance Sort by last modified time
    Searched refs:function2 (Results 1 - 16 of 16) sorted by null

  /external/v8/tools/gyp/test/rules/src/subdir1/
program.c 4 extern void function2(void);
10 function2();
  /external/v8/tools/gyp/test/generator-output/rules/subdir1/
program.c 6 extern void function2(void);
14 function2();
  /external/valgrind/memcheck/tests/solaris/
ldynsym.c 12 static void function2(size_t size) function
20 function2(size);
ldynsym.stderr.exp 4 by 0x........: function2 (in ldynsym)
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-edgedata/
script_multi_import.py 17 def function2(self): function
  /external/llvm/test/DebugInfo/X86/
asm-macro-line-number.s 28 function2: label
  /toolchain/binutils/binutils-2.25/libiberty/
copysign.c 25 unsigned int function2:16; member in struct:__anon75840::__anon75842
61 unsigned int function2:16; member in struct:__anon75844::__anon75846
  /external/dng_sdk/source/
dng_1d_function.h 104 /// 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,
108 /// \param function2 Outer function of composition.
111 const dng_1d_function &function2);
113 /// Only true if both function1 and function2 have IsIdentity equal to true.
119 /// \retval function2.Evaluate(function1.Evaluate(x)).
125 /// \param y A value to reverse map. Should be within the range of function2.Evaluate.
126 /// \retval A value x such that function2.Evaluate(function1.Evaluate(x)) == y (to very close approximation).
dng_1d_function.cpp 117 const dng_1d_function &function2)
120 , fFunction2 (function2)
  /external/clang/test/SemaCXX/
warn-consumed-parsing.cpp 33 void function2() CALLABLE_WHEN("consumed"); // expected-warning {{'callable_when' attribute only applies to methods}}
  /external/google-breakpad/src/common/
module_unittest.cc 262 Module::Function *function2 = new Module::Function( local
264 function2->size = 0xb369db048deb3010LL;
265 function2->parameter_size = 0x938e556cb5a79988LL;
270 vec.push_back(function2);
287 EXPECT_TRUE(vec.end() != find(vec.begin(), vec.end(), function2));
397 Module::Function *function2 = generate_duplicate_function("_without_form"); local
400 m.AddFunction(function2);
416 Module::Function *function2 = generate_duplicate_function("_and_void"); local
419 m.AddFunction(function2);
  /external/llvm/test/tools/llvm-readobj/ARM/
unwind.s 79 .type function2,%function
80 function2: label
252 @ CHECK: FunctionName: function2
  /external/v8/test/mjsunit/
keyed-call-ic.js 38 return 'function2';
151 expect = 'function2';
  /external/v8/test/cctest/
test-types.cc 465 Type* function2 = T.Function2(type1, type2, type3); local
468 CHECK(function2->IsFunction());
482 Type* function2 = T.Function2(type1, type2, type3); local
485 CHECK_EQ(2, function2->AsFunction()->Arity());
488 CheckEqual(type1, function2->AsFunction()->Result());
491 CheckEqual(T.Any, function2->AsFunction()->Receiver());
493 CheckEqual(type2, function2->AsFunction()->Parameter(0));
494 CheckEqual(type3, function2->AsFunction()->Parameter(1))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp 6305 const char function2[] = local
6431 const char function2[] = local
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc 1463 Handle<JSFunction> function2 = Handle<JSFunction>::cast(func_value2); local
    [all...]

Completed in 413 milliseconds