search for: intput

Displaying 6 results from an estimated 6 matches for "intput".

Did you mean: input
2015 Nov 03
2
Loop Load Elimination - RAR forward deps
Hi Adam, I'm looking into your LLE pass in order to remove the RAR dependency from GVN, and I've hit a problem that might need some more thinking. I've modified your patch to cope with both kinds of dependencies in the ForwardingCandidate class, but the way the pass gathers informations only brings RAW dependencies: const auto *Deps = LAI.getDepChecker().getDependences(); if
2015 Aug 25
0
Child thread libR.so
...R_Interactive = TRUE; /* Rf_initialize_R set this based on isatty */ setup_Rmainloop(); /* end of Rf_initEmbeddedR */ /* * transposeVector above uses the R builtin function aperm instead of * looking it up every time we need deal with transposing a multidimensional * intput/output look it up once here and save it off */ aperm_function = findFun(install("aperm"), R_GlobalEnv); if (aperm_function == NULL || aperm_function == R_NilValue || aperm_function == R_UnboundValue) { aperm_function = NULL; } else { aperm_expression = PRO...
2007 Jul 24
0
a problem about decode !help me!
...efrence is the decoded data by speexdec.exe is not same by my app.Here is my test code:what errors I made? Thank you! (My app user speex-1.2beta1 library) int frame_size; int nbBytes=0; int lookahead; int sampleRate=8000; SpeexBits bits; void *dec_state; bEnhance=1; float output[2000]; char intput[]= { 0X2f ,0x87 ,0xa2 ,0xee ,0x4f ,0x42 ,0x7c ,0x7f ,0xff ,0xff ,0xff ,0xff ,0xff ,0x8c ,0x12 ,0x3f ,0xfd ,0x3f ,0xff ,0xff ,0xff ,0xeb ,0x3e ,0xfa ,0x84 ,0x97 ,0x4e ,0x1c ,0x81 ,0x8a ,0xcc ,0xfa ,0x5a ,0xef ,0x07 ,0xbf ,0x9b ,0x67 }; dec_state = speex_decoder_init(&speex_nb_mode);...
2015 Aug 20
2
Child thread libR.so
...quot;}; Rf_initEmbeddedR(sizeof (init_argv) / sizeof (init_argv[0]), (char**) init_argv); R_CStackLimit = (uintptr_t)-1; /* * transposeVector above uses the R builtin function aperm instead of * looking it up every time we need deal with transposing a multidimensional * intput/output look it up once here and save it off */ aperm_function = findFun(install("aperm"), R_GlobalEnv); if (aperm_function == NULL || aperm_function == R_NilValue || aperm_function == R_UnboundValue) { aperm_function = NULL; } else { aperm_expression = PRO...
2006 Jul 24
0
Trouble passing form input to controller action
Hi all, I''m having trouble passing my form intput from a "view" into the controller to perform the qury. I''m looging at teh log and the controller is not picking up the values i enter in to the form at all. It evaluates to NIL. Here is the log output Processing StoreController#display_search (for 127.0.0.1 at 2006-07-2...
2015 Aug 24
0
Child thread libR.so
...nit_argv) / sizeof (init_argv[0]), > (char**) init_argv); > > R_CStackLimit = (uintptr_t)-1; > > /* > * transposeVector above uses the R builtin function aperm instead of > * looking it up every time we need deal with transposing a multidimensional > * intput/output look it up once here and save it off > */ > aperm_function = findFun(install("aperm"), R_GlobalEnv); > if (aperm_function == NULL || aperm_function == R_NilValue || > aperm_function == R_UnboundValue) { > aperm_function = NULL; > } else {...