Searched refs:f2 (Results 376 - 400 of 481) sorted by relevance

<<11121314151617181920

/external/llvm/test/MC/ELF/
H A Dcfi.s9 f2: label
/external/opencv/cvaux/src/
H A D_cvvm.h139 icvGetCoef( double *f1, double *f2, double *a2, double *a1, double *a0 );
H A Dcvlmeds.cpp366 icvGetCoef( double *f1, double *f2, double *a2, double *a1, double *a0 ) argument
371 if( !f1 || !f2 || !a0 || !a1 || !a2 )
377 G[i] = f1[i] - f2[i];
387 *a0 = icvDet( f2 );
392 *a2 += f2[i] * icvMinor( G, (int) (i % 3), (int) (i / 3) );
393 *a1 += G[i] * icvMinor( f2, (int) (i % 3), (int) (i / 3) );
1596 icvGetCoof( double *f1, double *f2, double *a2, double *a1, double *a0 )
1601 if( !f1 || !f2 || !a0 || !a1 || !a2 )
1607 G[i] = f1[i] - f2[i];
1617 *a0 = icvDet( f2 );
[all...]
/external/openssl/crypto/
H A Dppccpuid.pl49 fmr f2,f31
/external/oprofile/module/ia64/
H A DIA64entry.h41 .spillsp f2, SW(F2)+16+(off); .spillsp f3, SW(F3)+16+(off); \
H A Doprofile_stubs.S108 mov r4=0; mov f2=f0; mov b1=r0
/external/srtp/crypto/hash/
H A Dsha1.c62 #define f2(B,C,D) ((B & C) | (B & D) | (C & D)) macro
168 TEMP = S5(A) + f2(B,C,D) + E + W[t] + SHA_K2;
323 TEMP = S5(A) + f2(B,C,D) + E + W[t] + SHA_K2;
376 TEMP = S5(A) + f2(B,C,D) + E + W[t] + SHA_K2;
/external/icu4c/config/
H A Ddist.mk26 SVNURL=$(shell svn info $(SVNTOP) | grep '^URL:' | cut -d: -f2-)
/external/libffi/src/powerpc/
H A Dlinux64_closure.S66 stfd %f2, 128+(1*8)(%r1)
140 lfd %f2, 112+8(%r1)
H A Dppc_closure.S60 stfd %f2, 56(%r1)
138 lfd %f2,112+8(%r1)
/external/icu4c/test/intltest/
H A Dnumrgts.cpp2021 UnicodeString f2, temp; local
2033 f2 = df->format(d2, f2, pos);
2037 if (f2 != UnicodeString("-0.0")) {
2038 errln(UnicodeString("") + d2 + UnicodeString(" x \"") + df->toPattern(temp) + "\" is formatted as \"" + f2 + '"');
2418 DecimalFormat f2(pat, symb, status);
2423 if (*df != f2) {
2427 "\" -> \"" + f2.toPattern(p) + "\"");
2437 f2.applyLocalizedPattern(pat, status);
2446 f2
[all...]
H A Dnmfmapts.cpp305 LocalPointer<NumberFormat> f2(NumberFormat::createCurrencyInstance(SRC_LOC, status));
337 f2->format(n, res2);
348 logln((UnicodeString)"f2 src cur: " + res2);
/external/skia/src/core/
H A DSkDraw.cpp2061 int f0, f1, f2; member in struct:VertState
2096 state->f2 = index + 2;
2109 state->f2 = indices[index + 2];
2119 state->f2 = index + 2;
2137 state->f2 = indices[index + 2];
2156 state->f2 = index + 2;
2169 state->f2 = indices[index + 2];
2200 src[2] = texs[state.f2];
2203 dst[2] = verts[state.f2];
2391 state.f0, state.f1, state.f2)) {
[all...]
/external/bluetooth/bluedroid/stack/smp/
H A Daes.c78 #define f2(x) ((x << 1) ^ (((x >> 7) & 1) * WPOLY)) macro
84 #define f3(x) (f2(x) ^ x)
86 #define fb(x) (f8(x) ^ f2(x) ^ x)
88 #define fe(x) (f8(x) ^ f4(x) ^ f2(x))
197 static const uint_8t gfm2_sbox[256] = sb_data(f2);
290 #define gfm2_sb(x) f2(s_box(x))
537 rc = f2(rc);
671 *rc = f2( *rc );
778 *rc = f2( *rc );
/external/wpa_supplicant_8/hostapd/
H A Dhlr_auc_gw.c523 FILE *f, *f2; local
536 f2 = fopen(buf, "w");
537 if (f2 == NULL) {
574 fprintf(f2, "%s", buf);
577 fclose(f2);
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml630 let f2 = define_function "Two" ty m in var
633 insist (Before f2 = function_succ f1);
634 insist (At_end m = function_succ f2);
636 insist (After f2 = function_end m);
637 insist (After f1 = function_pred f2);
855 let f2 = build_uitofp p2 float_type "F2" atentry in var
1021 ignore (build_fadd f1 f2 "build_fadd" b);
1025 ignore (build_fsub f1 f2 "build_fsub" b);
1029 ignore (build_fmul f1 f2 "build_fmul" b);
1033 ignore (build_fdiv f1 f2 "build_fdi
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractListeningExecutorServiceTest.java627 Future<String> f2 = it.next();
631 assertTrue(f2.isDone());
632 assertFalse(f2.isCancelled());
/external/valgrind/main/none/tests/x86/
H A Dgen_insn_test.pl144 static int eq_float(float f1, float f2)
146 return f1 == f2 || fabsf(f1 - f2) < fabsf(f1) * 1.5 * pow(2,-12);
/external/compiler-rt/make/platform/
H A Dclang_linux.mk14 $(CC) -v 2>&1 | grep 'Target:' | cut -d' ' -f2)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DAESEngine.java252 int f2 = FFmulX(x);
253 int f4 = FFmulX(f2);
257 return f2 ^ f4 ^ f8 ^ shift(f2 ^ f9, 8) ^ shift(f4 ^ f9, 16) ^ shift(f9, 24);
/external/clang/test/Analysis/
H A Ddead-stores.c10 void f2(void *b) { function
/external/clang/test/CodeGen/
H A Dx86_32-arguments-darwin.c13 // CHECK: define i32 @f2()
14 int f2(void) { function
/external/clang/test/Parser/
H A DMicrosoftExtensions.cpp297 virtual int f2() = 0;
/external/clang/test/SemaCXX/
H A Dnew-delete.cpp52 foo* f2 = new foo[2]; local
/external/clang/test/SemaTemplate/
H A Dtemp_arg_nontype.cpp144 Baz<E(0)> f2; // This too. member in namespace:ns

Completed in 574 milliseconds

<<11121314151617181920