HomeSort by relevance Sort by last modified time
    Searched full:function1 (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /system/extras/simpleperf/runtest/
one_function.cpp 3 void Function1() {
9 Function1();
two_functions.cpp 3 void Function1() {
14 Function1();
comm_change.cpp 5 void Function1() {
12 Function1();
14 Function1();
runtest.conf 6 <symbol name="Function1()" min="90" max="100"/>
14 <symbol name="Function1()">
24 <symbol name="Function1()" min="30" max="70"/>
33 <symbol name="Function1()">
87 <symbol name="Function1()" comm="RUN_COMM1" min="30" max="70"/>
88 <symbol name="Function1()" comm="RUN_COMM2" min="30" max="70"/>
97 <symbol name="Function1()" comm="RUN_COMM1">
100 <symbol name="Function1()" comm="RUN_COMM2">
  /external/llvm/test/CodeGen/ARM/
fp-arg-shuffle.ll 3 ; CHECK: function1
5 define double @function1(double %a, double %b, double %c, double %d, double %e, double %f) nounwind noinline ssp {
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/
kotlin-stdlib-1.0.0-rc-1036.jar 
  /external/clang/test/ASTMerge/
function.c 1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/function1.c
7 // CHECK: function1.c:2:6: note: declared here with type 'void (int, float)'
9 // CHECK: function1.c:4:6: note: declared here with type 'void (void)'
13 // expected-note@Inputs/function1.c:2 {{declared here}}
15 // expected-note@Inputs/function1.c:4 {{declared here}}
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.12.613/
kotlin-stdlib-0.12.613.jar 
  /toolchain/binutils/binutils-2.25/libiberty/
copysign.c 24 unsigned int function1:16; member in struct:__anon76247::__anon76249
62 unsigned int function1:16; member in struct:__anon76251::__anon76253
65 unsigned int function1:32;
101 unsigned int function1:16; member in struct:__anon76255::__anon76257
121 unsigned int function1:16; member in struct:__anon76258::__anon76260
  /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)
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-4584/
kotlin-stdlib-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-4584/
kotlin-stdlib-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1514/
kotlin-stdlib-0.13.1514.jar 
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Function.java 56 * exactly the same value. Thus, {@code function1.equals(function2)} implies
57 * that either {@code function1.apply(o)} and {@code function2.apply(o)} are
58 * both null, or {@code function1.apply(o).equals(function2.apply(o))}.
  /external/llvm/test/Transforms/InstCombine/
2011-09-03-Trampoline.ll 56 %function1 = bitcast i8* %tramp1 to i32(i32)*
57 %ret1 = call i32 %function1(i32 %n)
58 ; CHECK: %ret1 = call i32 %function1(i32 %n)
74 %function1 = bitcast i8* %tramp0 to i32(i32)*
75 %ret1 = call i32 %function1(i32 %n)
  /external/clang/test/Misc/
integer-literal-printing.cpp 5 template <short T> void Function1(Type1<T>& x) {} // expected-note{{candidate function [with T = -42] not viable: expects an l-value for 1st argument}}
68 Function1(Type1<-42>()); // expected-error{{no matching function for call to 'Function1'}}
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-1103/
kotlin-stdlib-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1513/
kotlin-stdlib-0.13.1513.jar 
  /external/clang/test/Analysis/
global-region-invalidation.c 108 void Function1(void) {
120 Function1();
  /ndk/tests/device/test-gnustl-full/unit/
boost_check.cpp 45 #include <boost/function/function1.hpp>
  /ndk/tests/device/test-stlport/unit/
boost_check.cpp 45 #include <boost/function/function1.hpp>

Completed in 339 milliseconds

1 2 3 4