HomeSort by relevance Sort by last modified time
    Searched defs:fe (Results 1 - 25 of 61) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/src/math/rand/
exp.go 42 if fe[i]+float32(r.Float64())*(fe[i-1]-fe[i]) < float32(math.Exp(-x)) {
168 var fe = [256]float32{ var
  /prebuilts/go/linux-x86/src/math/rand/
exp.go 42 if fe[i]+float32(r.Float64())*(fe[i-1]-fe[i]) < float32(math.Exp(-x)) {
168 var fe = [256]float32{ var
  /external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
CheckingBundleListener.java 49 BundleEvent fe = (BundleEvent) eventList.get(i); local
50 dump(fe);
56 BundleEvent fe = (BundleEvent) eventList.get(i); local
57 Bundle b = fe.getBundle();
FrameworkErrorListener.java 37 public void frameworkEvent(FrameworkEvent fe) {
38 if (fe.getType() == FrameworkEvent.ERROR) {
39 errorList.add(fe);
44 private void dump(FrameworkEvent fe) {
45 Throwable t = fe.getThrowable();
50 System.out.println("Framework ERROR:" + ", source " + fe.getSource() + ", bundle=" + fe.getBundle() + ", ex=" + tString);
58 FrameworkEvent fe = (FrameworkEvent) errorList.get(i); local
59 dump(fe);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-1.s 217 fe: label
unwind-2.s 217 fe: label
  /external/toybox/toys/pending/
modprobe.c 291 FILE *fe = xfopen("modules.dep", "r"); local
293 while (read_line(fe, &line) > 0) {
310 fclose(fe);
319 FILE *fe = xfopen("modules.dep", "r"); local
321 for (; read_line(fe, &line) > 0; free(line)) {
347 fclose(fe);
  /external/clang/test/SemaCXX/
conditional-expr.cpp 286 fa, fb, fc, fd, fe, ff enumerator in enum:test1::A::Foo
  /system/bt/stack/smp/
aes.c 91 #define fe(x) (f8(x) ^ f4(x) ^ f2(x)) macro
206 static const uint_8t gfmul_e[256] = mm_data(fe);
298 #define gfm_e(x) fe(x)
  /external/libvpx/libvpx/vpx_dsp/x86/
loopfilter_avx2.c 51 __m128i abs_p1q1, abs_p0q0, abs_q1q0, fe, ff, work; local
55 fe = _mm_set1_epi8(0xfe);
66 abs_p1q1 = _mm_srli_epi16(_mm_and_si128(abs_p1q1, fe), 1);
460 const __m128i fe = _mm_set1_epi8(0xfe); local
472 abs_p1q1 = _mm_srli_epi16(_mm_and_si128(abs_p1q1, fe), 1);
    [all...]
loopfilter_sse2.c 54 __m128i abs_p1q1, abs_p0q0, abs_q1q0, fe, ff, work; local
57 fe = _mm_set1_epi8(0xfe);
66 abs_p1q1 = _mm_srli_epi16(_mm_and_si128(abs_p1q1, fe), 1);
425 const __m128i fe = _mm_set1_epi8(0xfe); local
433 abs_p1q1 = _mm_srli_epi16(_mm_and_si128(abs_p1q1, fe), 1);
764 const __m128i fe = _mm_set1_epi8(0xfe); local
987 const __m128i fe = _mm_set1_epi8(0xfe); local
1228 const __m128i fe = _mm_set1_epi8(0xfe); local
    [all...]
  /external/skia/src/gpu/batches/
GrPLSPathRenderer.cpp 669 const PLSFinishEffect& fe = args.fGP.cast<PLSFinishEffect>(); local
679 varyingHandler->emitAttributes(fe);
680 this->setupPosition(vsBuilder, gpArgs, fe.inPosition()->fName);
682 fe.inPosition()->fName, fe.localMatrix(), args.fTransformsIn,
701 if (!fe.colorIgnored()) {
712 const PLSFinishEffect& fe = gp.cast<PLSFinishEffect>(); local
720 const PLSFinishEffect& fe = gp.cast<PLSFinishEffect>(); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_avx2.c 48 __m128i abs_p1q1, abs_p0q0, abs_q1q0, fe, ff, work; local
52 fe = _mm_set1_epi8(0xfe);
63 abs_p1q1 = _mm_srli_epi16(_mm_and_si128(abs_p1q1, fe), 1);
428 const __m128i fe = _mm_set1_epi8(0xfe); local
440 abs_p1q1 = _mm_srli_epi16(_mm_and_si128(abs_p1q1, fe), 1);
    [all...]
vp9_loopfilter_intrin_sse2.c 48 __m128i abs_p1q1, abs_p0q0, abs_q1q0, fe, ff, work; local
52 fe = _mm_set1_epi8(0xfe);
63 abs_p1q1 = _mm_srli_epi16(_mm_and_si128(abs_p1q1, fe), 1);
420 const __m128i fe = _mm_set1_epi8(0xfe); local
432 abs_p1q1 = _mm_srli_epi16(_mm_and_si128(abs_p1q1, fe), 1);
893 const __m128i fe = _mm_set1_epi8(0xfe); local
1123 const __m128i fe = _mm_set1_epi8(0xfe); local
1364 const __m128i fe = _mm_set1_epi8(0xfe); local
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java 346 BluetoothMapFolderElement fe = getInbox(); local
348 if (fe != null) {
349 if (D) Log.d(TAG, "folder name=" + fe.getName());
355 BluetoothMapMessageListing msgListing = mBtMapContent.msgListing(fe, appParams);
357 int msgListingSize = mBtMapContent.msgListingSize(fe, appParams);
378 BluetoothMapFolderElement fe = getInbox(); local
380 if (fe != null) {
387 BluetoothMapMessageListing msgListing = mBtMapContent.msgListing(fe, appParams);
408 BluetoothMapFolderElement fe = getInbox(); local
410 if (fe != null)
437 BluetoothMapFolderElement fe = getInbox(); local
519 BluetoothMapFolderElement fe = getInbox(); local
557 BluetoothMapFolderElement fe = getInbox(); local
609 BluetoothMapFolderElement fe = getInbox(); local
624 BluetoothMapFolderElement fe = new BluetoothMapFolderElement("root", null); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /external/boringssl/src/crypto/curve25519/
curve25519.c 34 /* fe means field element. Here the field is \Z/(2^255-19). An element t,
38 typedef int32_t fe[10]; typedef
57 static void fe_frombytes(fe h, const uint8_t *s) {
126 static void fe_tobytes(uint8_t *s, const fe h) {
217 static void fe_copy(fe h, const fe f) {
222 static void fe_0(fe h) { memset(h, 0, sizeof(int32_t) * 10); }
225 static void fe_1(fe h) {
239 static void fe_add(fe h, const fe f, const fe g)
    [all...]
  /external/v8/test/cctest/
test-assembler-mips.cc 270 float fe; member in struct:__anon25226
330 __ swc1(f10, MemOperand(a0, offsetof(T, fe)) ); // fe = fd * 120
333 __ swc1(f12, MemOperand(a0, offsetof(T, ff)) ); // ff = fe / fa
360 t.fe = 0.0;
380 CHECK_EQ(1.866e08, t.fe);
    [all...]
test-assembler-mips64.cc 279 float fe; member in struct:__anon25239
339 __ swc1(f10, MemOperand(a0, offsetof(T, fe)) ); // fe = fd * 120
342 __ swc1(f12, MemOperand(a0, offsetof(T, ff)) ); // ff = fe / fa
369 t.fe = 0.0;
389 CHECK_EQ(1.866e08, t.fe);
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 

Completed in 1110 milliseconds

1 2 3