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

  /external/libffi/testsuite/libffi.call/
float.c 28 signed int si1; local
33 values[0] = &si1;
45 si1 = 6;
50 floating (si1, f, d, ld);
54 printf ("%d vs %d\n", (int)rint, floating (si1, f, d, ld));
56 CHECK((int)rint == floating(si1, f, d, ld));
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
float.c 28 signed int si1; local
33 values[0] = &si1;
45 si1 = 6;
50 floating (si1, f, d, ld);
54 printf ("%d vs %d\n", (int)rint, floating (si1, f, d, ld));
56 CHECK((int)rint == floating(si1, f, d, ld));
  /development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
ShortcutPublishingService.java 51 final ShortcutInfo si1 = ShortcutPublisher.addRandomIntents( local
55 getSystemService(ShortcutManager.class).addDynamicShortcuts(Arrays.asList(si1)));
ShortcutPublisher.java 234 final ShortcutInfo si1 = addRandomIntents(this, new ShortcutInfo.Builder(this, "shortcut1")) local
252 callApi(this, () -> mShortcutManager.setDynamicShortcuts(Arrays.asList(si1, si2, si3)));
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 113 final SuggestionsInfo si1 = new SuggestionsInfo( local
117 sis = new SuggestionsInfo[] {si0, si1, si2};
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 17 signed int si1 = local
p7-cxx11-nowarn.cpp 18 signed int si1 = local
  /external/aac/libAACdec/src/
usacdec_lpd.cpp 641 int si1, si2, sInput; local
648 /* g1_e = si1 - 2*s/2 */
649 g1 = invSqrtNorm2(fPow2(real) + fPow2(imag), &si1);
650 si1 += sInput;
662 if (si1 > si2) {
663 g2 >>= si1 - si2;
664 g_e = si1 - s;
666 g1 >>= si2 - si1;
    [all...]
  /external/u-boot/include/linux/
immap_qe.h 110 u32 cmxsi1cr_l; /* CMX SI1 clock route low register */
111 u32 cmxsi1cr_h; /* CMX SI1 clock route high register */
112 u32 cmxsi1syr; /* CMX SI1 SYNC route register */
191 typedef struct si1 { struct
192 u16 siamr1; /* SI1 TDMA mode register */
193 u16 sibmr1; /* SI1 TDMB mode register */
194 u16 sicmr1; /* SI1 TDMC mode register */
195 u16 sidmr1; /* SI1 TDMD mode register */
196 u8 siglmr1_h; /* SI1 global mode register high */
198 u8 sicmdr1_h; /* SI1 command register high *
566 si1_t si1; \/* SI *\/ member in struct:qe_immap
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
CldrUtility.java 186 StringIterator si1 = new StringIterator(); field in class:CldrUtility.SimpleLineComparator
237 if ((flags & SKIP_SPACES) != 0 && si1.set(line1).matches(si2.set(line2))) return LINES_SAME;
    [all...]

Completed in 1020 milliseconds