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

  /toolchain/binutils/binutils-2.25/libiberty/
copysign.c 24 unsigned int function1:16; member in struct:__anon108910::__anon108912
62 unsigned int function1:16; member in struct:__anon108914::__anon108916
65 unsigned int function1:32;
101 unsigned int function1:16; member in struct:__anon108918::__anon108920
121 unsigned int function1:16; member in struct:__anon108921::__anon108923
  /external/clang/test/CodeGen/
vla.c 67 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/
ast-dump-attr.cpp 57 void function1(void *) { function
58 int TestFunction __attribute__((cleanup(function1)));
61 // CHECK-NEXT: CleanupAttr{{.*}} Function{{.*}}function1
  /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,
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.Evaluate(x)) == y (to very close approximation)
    [all...]
dng_1d_function.cpp 116 dng_1d_concatenate::dng_1d_concatenate (const dng_1d_function &function1,
119 : fFunction1 (function1)
  /external/clang/test/SemaCXX/
warn-consumed-parsing.cpp 32 void function1() TEST_TYPESTATE(consumed); // expected-warning {{'test_typestate' attribute only applies to methods}}
conversion.cpp 271 void function1(const char* str) { function in namespace:test13
  /external/google-breakpad/src/common/
module_unittest.cc 257 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/
unwind.s 72 .type function1,%function
73 function1: label
245 @ CHECK: FunctionName: function1
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 58 int (&&function1)(int) = ConvertsTo<int(&)(int)>();
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp 6472 const char function1[] = local
6657 const char function1[] = local
    [all...]

Completed in 488 milliseconds