Searched refs:IR (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/math-emu/
H A Dmath.c178 int IR; local
252 IR = 2;
267 IR = 0;
269 /* case 0: IR = 0; break; */ /* Never */
270 case 1: if (XR) IR = 1; break; /* Not Equal */
271 case 2: if (XR == 1 || XR == 2) IR = 1; break; /* Less or Greater */
272 case 3: if (XR & 1) IR = 1; break; /* Unordered or Less */
273 case 4: if (XR == 1) IR = 1; break; /* Less */
274 case 5: if (XR & 2) IR = 1; break; /* Unordered or Greater */
275 case 6: if (XR == 2) IR
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/math-emu/
H A Dmath.c285 int IR; local
452 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break;
453 case FDTOI: FP_TO_INT_D (IR, DB, 32, 1); break;
454 case FQTOI: FP_TO_INT_Q (IR, QB, 32, 1); break;
456 case FITOS: IR = rs2->s; FP_FROM_INT_S (SR, IR, 32, int); break;
457 case FITOD: IR = rs2->s; FP_FROM_INT_D (DR, IR, 32, int); break;
458 case FITOQ: IR = rs2->s; FP_FROM_INT_Q (QR, IR, 3
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Daliases.h130 char stringpool_str48[sizeof("ISO-IR-6")];
134 char stringpool_str52[sizeof("ISO-IR-203")];
136 char stringpool_str54[sizeof("ISO-IR-101")];
164 char stringpool_str92[sizeof("ISO-IR-100")];
203 "ISO-IR-6",
207 "ISO-IR-203",
209 "ISO-IR-101",
237 "ISO-IR-100",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/math-emu/
H A Dmath.c231 int IR; local
239 FP_CMP_Q(IR, QA, QB, 3);
241 * IR == -1 if DA < DB, IR == 0 if DA == DB,
242 * IR == 1 if DA > DB and IR == 3 if unorderded
244 emu_set_CC(regs, (IR == -1) ? 1 : (IR == 1) ? 2 : IR);
251 int IR; local
267 int IR; local
283 int IR; local
299 int IR; local
317 int IR; local
340 int IR; local
359 int IR; local
378 int IR; local
397 int IR; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tests/
H A DMakefile.in115 $(srcdir)/check-stateless $(srcdir) ISO-IR-165
H A DMakefile.msvc143 $(srcdir)\check-stateless.bat $(srcdir) ISO-IR-165
H A DMakefile.os2104 $(srcdir)\check-stateless $(srcdir) ISO-IR-165
H A DMakefile115 $(srcdir)/check-stateless $(srcdir) ISO-IR-165
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_hw.h1725 uint32_t IR:1; member in struct:__anon6725
1731 uint32_t IR:1; member in struct:__anon6725
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tools/
H A DMakefile325 isoir165ext.h : $(TABLESDIR)/csets-new/ISO-IR-165-additions.TXT cjk_tab_to_h
326 (echo '#' ; grep -v '^0x2[8A]' < $<) | ./cjk_tab_to_h 'ISO-IR-165 extensions' isoir165ext > $@
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dhda_intel.c622 return azx_readl(chip, IR);

Completed in 147 milliseconds