Searched refs:cr1 (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A Dffa.c53 static void r2tx(int nthpo, float *cr0, float *cr1, float *ci0, float *ci1);
54 static void r4tx(int nthpo, float *cr0, float *cr1, float *cr2, float *cr3,
57 float *cr0, float *cr1, float *cr2, float *cr3, float *cr4,
247 r2tx(int nthpo, float *cr0, float *cr1, float *ci0, float *ci1) argument
253 r1 = cr0[k] + cr1[k];
254 cr1[k] = cr0[k] - cr1[k];
267 r4tx(int nthpo, float *cr0, float *cr1, float *cr2, float *cr3, float *ci0, float *ci1, float *ci2, float *ci3) argument
276 r3 = cr1[k] + cr3[k];
277 r4 = cr1[
298 r8tx(int nxtlt, int nthpo, int lengt, float *cr0, float *cr1, float *cr2, float *cr3, float *cr4, float *cr5, float *cr6, float *cr7, float *ci0, float *ci1, float *ci2, float *ci3, float *ci4, float *ci5, float *ci6, float *ci7) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Ducred.h149 int crcmp(kauth_cred_t cr1, kauth_cred_t cr2);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dadbox_all.test62 test tepam-adbox.all.$ShortType.cr1 "argument_dialogbox with $WidgetType widget - create 1" \
/macosx-10.10.1/ruby-106/ruby/
H A Dencoding.c835 int cr1, cr2; local
837 cr1 = rb_enc_str_coderange(str1);
840 if (cr1 != cr2) {
842 if (cr1 == ENC_CODERANGE_7BIT) return enc2;
849 if (cr1 == ENC_CODERANGE_7BIT)
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dasm.h207 #define cr1 1 macro
/macosx-10.10.1/NFS-82/nfsd/
H A Dmountd.c3555 crcmp(struct xucred *cr1, struct xucred *cr2) argument
3559 if (cr1 == cr2)
3561 if (cr1 == NULL || cr2 == NULL)
3563 if (cr1->cr_uid != cr2->cr_uid)
3565 if (cr1->cr_ngroups != cr2->cr_ngroups)
3568 for (i=0; i < cr1->cr_ngroups; i++)
3569 if (cr1->cr_groups[i] != cr2->cr_groups[i])
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dfasm.vim19 syn keyword fasmRegister ah al ax bh bl bp bx ch cl cr0 cr1 cr2 cr3 cr4 cr5 cr6

Completed in 185 milliseconds